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-03 15:55:28 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-03 16:26:33 +0300
commit369777b2468a0422616374f9a9567a334f3f7691 (patch)
treeabc943400b46751cf3ed41db155e118febae01f5 /global.json
parent283261cd1ce0d868047a92a4fe63d911a81a8723 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190602.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19302.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19302.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 ea3cc584f83..ea6bcd33f73 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.19301.2",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19301.2"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19302.2",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19302.2"
}
}