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-25 16:07:49 +0300
committerMarek Safar <marek.safar@gmail.com>2019-05-27 10:18:18 +0300
commita12749adb61201d5c6965fe943f90ef750d10746 (patch)
treeb955c30237510621e01890e797480aa389a2675c /global.json
parent3f7f652c76e18b16ee65dcda0cdbae6f41a3876a (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190524.6
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19274.6 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19274.6
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 f340471108b..4bddd12eac3 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.19273.11",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19273.11"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19274.6",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19274.6"
}
}