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-21 16:10:17 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-21 17:26:01 +0300
commitc6b8e90230244a5f2d0fa536a80fd3c87b3cc9f9 (patch)
treebe0af13a3c99dfabebac8f596641b737231b0c2c /global.json
parent304899de1b3b37304cd34f2b23a0393e809a6bf9 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190620.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19320.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19320.1
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 f19f5405199..b4d9b73cc2c 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.19319.25",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19319.25"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19320.1",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19320.1"
}
}