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-20 16:14:11 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-20 19:29:47 +0300
commit6023f36749c56bf5c29fd457dc039204f68015bc (patch)
tree7a2a7e22668a4ea1584a65b7ccaaa6633ce88800 /global.json
parent1120e823123d76a4c2a04fe06612f377978dc866 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190619.25
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19319.25 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19319.25
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 aaa3bea3eec..f19f5405199 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.1",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19319.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19319.25",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19319.25"
}
}