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-07 16:13:36 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-08 23:51:37 +0300
commit4469cdaffcb43fa6a6f7d44cea461ab7c11a58cc (patch)
treed2b2da32d93d7e0ab0b8c10b8c6373f907f5cf73 /global.json
parentb2768ac469fb3aede21401dfb628e29bb6edc31b (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190606.12
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19306.12 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19306.12
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 6d4170138f7..2dd5078e3dc 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.19305.13",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19305.13"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19306.12",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19306.12"
}
}