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-23 16:07:37 +0300
committerMarek Safar <marek.safar@gmail.com>2019-05-23 16:56:23 +0300
commit75de80a482066271d03ee931d0c6acddff3b11d2 (patch)
treec0502730c8c8f1b85aee0388bbb1e5ac8e9622bc /global.json
parent9606a8f18071ebc56211434972fe024a819a118c (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190522.13
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19272.13 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19272.13
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 f9d8c8a2384..101df79d696 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.19271.7",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19271.7"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19272.13",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19272.13"
}
}