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-30 16:12:10 +0300
committerMarek Safar <marek.safar@gmail.com>2019-05-30 19:02:38 +0300
commitb04d31702ec7db2c6f0e46d6c3bdd6885f0d699b (patch)
treee3eee6e011273ee65e7c1fd1616aaa8d999df1bb /global.json
parent4eda5f50eb13cb1e9579272cabf5b52720a01c9b (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190529.5
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19279.5 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19279.5
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 0438eb7e4c2..eb970fce582 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.19278.1",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19278.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19279.5",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19279.5"
}
}