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[bot] <dotnet-maestro[bot]@users.noreply.github.com>2019-09-26 19:43:10 +0300
committerMarek Safar <marek.safar@gmail.com>2019-09-27 11:32:57 +0300
commitba093a07b7ea220baddc280942247b828ba0c5d1 (patch)
treed6956a9f3a9db9e96c374728e5f1e439a0fbb957 /global.json
parentd5c49121b6bb422102a42071816cf203794133c8 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190923.5
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19473.5 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19473.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 96817fb4b0c..e4bdaedee16 100644
--- a/global.json
+++ b/global.json
@@ -3,7 +3,7 @@
"dotnet": "5.0.100-alpha1-013968"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.2",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19456.2"
+ "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19473.5",
+ "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.19473.5"
}
}