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-06-27 16:05:33 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-28 18:27:39 +0300
commit5da074c43ddca757b978a5816da139fc72a8ba76 (patch)
tree499b1b1ef62b088c8581c7b2aed076eb868fe18a /global.json
parent112297ef5c076a2716c020ddb0bbf1e0a2da7703 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190626.44
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19326.44 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19326.44
Diffstat (limited to 'global.json')
-rw-r--r--global.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/global.json b/global.json
index e8f53f91031..dafa0e023e3 100644
--- a/global.json
+++ b/global.json
@@ -1,9 +1,9 @@
{
"tools": {
- "dotnet": "3.0.100-preview5-011568"
+ "dotnet": "3.0.100-preview6-012264"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19326.2",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19326.2"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19326.44",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19326.44"
}
}