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-22 16:07:25 +0300
committerMarek Safar <marek.safar@gmail.com>2019-05-22 17:02:29 +0300
commit3ba95bba6abe6e7a88de19acee0879fc1cd08706 (patch)
tree6970e724a5979f3b40be410f208661e680c27b7e /global.json
parent5334e32de968993725896162e22c1760ad31418f (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190521.7
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19271.7 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19271.7
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 f41be76ec65..f9d8c8a2384 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.2",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19270.2"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19271.7",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19271.7"
}
}