Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-05-21 16:13:35 +0300
committerMarek Safar <marek.safar@gmail.com>2019-05-21 18:08:48 +0300
commitc02c4a8b53df845dbb67ec441dbab05363980475 (patch)
tree721cc7238b650da5bff2b1eabd6b96b8380b9b5d /global.json
parentc1d01670d343b5105e52678e71d5f8e310a01b8e (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190520.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19270.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19270.2
Diffstat (limited to 'global.json')
-rw-r--r--global.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/global.json b/global.json
index 9bd16a30ff0..f41be76ec65 100644
--- a/global.json
+++ b/global.json
@@ -3,7 +3,7 @@
"dotnet": "3.0.100-preview5-011568"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19270.1",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19270.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19270.2",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19270.2"
}
}