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-06-15 16:03:52 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-15 17:08:10 +0300
commit7269db058ecdb0f8a409f73f9bb27bba2b171157 (patch)
tree19780a4583bb0b061b79d449d64d0a995a72c0c5 /global.json
parent8a0495ea3b973ae9cc2ab8662e0f815f3d08195b (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190614.27
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19314.27 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19314.27
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 e554b016bd9..dfb525e4d23 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.19313.18",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19313.18"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19314.27",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19314.27"
}
}