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-11 16:16:13 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-11 18:17:07 +0300
commit22887567e1663b101c37fa29ec1613175337f944 (patch)
tree4ba0e48c1c0e2eec3acf9b02e291478473560971 /global.json
parent5440491ae8b4b65a4e2010f86e425b265e825250 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190610.24
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19310.24 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19310.24
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 9b3b7598b89..f9928f49ca9 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.19309.1",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19309.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19310.24",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19310.24"
}
}