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-01 15:50:59 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-01 21:40:09 +0300
commit860cb934eccdf6db7fbcfbb5ab912f4de9980ebf (patch)
tree77515a27896662f6bd16b0141c529c5d5c29ba11 /global.json
parent7e0585fa35513df4dd2c8d3c8e7de3a659bcf879 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190531.5
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19281.5 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19281.5
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 eb970fce582..e56b7d24d1a 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.19279.5",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19279.5"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19281.5",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19281.5"
}
}