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-09 16:10:57 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-10 14:36:50 +0300
commit3ec86e017f7c495742c3e7a02dff341568eafa8e (patch)
tree3473be39f4c72fa26cd1f3a13c8d16d142d90b04 /global.json
parent7f2d519b0d749de90337929c80f3f01df714a9fc (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190608.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19308.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19308.1
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 c1f6895a63c..275feb3f017 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.19307.62",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19307.62"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19308.1",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19308.1"
}
}