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-05-24 16:06:07 +0300
committerMarek Safar <marek.safar@gmail.com>2019-05-27 10:18:18 +0300
commit3f7f652c76e18b16ee65dcda0cdbae6f41a3876a (patch)
treed87ce2770e9766d985d7a346950069f1e76b4fa4 /global.json
parent393d7ef616dcabab70df06dda9efa8e2e9493321 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190523.11
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19273.11 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19273.11
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 101df79d696..f340471108b 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.19272.13",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19272.13"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19273.11",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19273.11"
}
}