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-22 16:08:37 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-24 10:12:13 +0300
commit33a4a35826c4bfdf30825cd6f3132a130ee87fa4 (patch)
tree77bf68e69d82d09cd88bf68131a806766a8c53d5 /global.json
parentbbfce0087817d135c32d96a5284b52d1e485da72 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190621.75
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19321.75 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19321.75
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 b4d9b73cc2c..883c3a072e1 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.19320.1",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19320.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19321.75",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19321.75"
}
}