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-28 15:56:23 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-28 18:27:39 +0300
commit9bf0809439c100c969849c9dad52fb71946dcd43 (patch)
tree96fa4bb91bed4a96c1fe7272c47e052deb39cf33 /global.json
parent5da074c43ddca757b978a5816da139fc72a8ba76 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190627.39
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19327.39 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19327.39
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 dafa0e023e3..07b6508d293 100644
--- a/global.json
+++ b/global.json
@@ -3,7 +3,7 @@
"dotnet": "3.0.100-preview6-012264"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19326.44",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19326.44"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19327.39",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19327.39"
}
}