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-10 16:13:48 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-10 18:34:18 +0300
commit3dd5240c72f49eeced489f27ac1725506c13e08d (patch)
tree654143dec7ad2dfe173f009213e7ded7a61650c7 /global.json
parent3ec86e017f7c495742c3e7a02dff341568eafa8e (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190609.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19309.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19309.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 275feb3f017..9b3b7598b89 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.19308.1",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19308.1"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19309.1",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19309.1"
}
}