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:
authorFan Yang <52458914+fanyang-mono@users.noreply.github.com>2019-10-14 19:55:39 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-14 19:55:39 +0300
commitdcb522d18145c14d503ad818b416a0c9f63ca759 (patch)
tree24a51b4361ceb23f41d6efdcee91e1d1ff627afa /global.json
parent734b77688467defe62010b3f4eeb6d1694a7e596 (diff)
[netcore] Update dotnet sdk version (#17312)
The previous one was broken.
Diffstat (limited to 'global.json')
-rw-r--r--global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json
index 0f95748ffb5..36f1ae2ed75 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"tools": {
- "dotnet": "5.0.100-alpha1-013968"
+ "dotnet": "5.0.100-alpha1-014854"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19506.1",