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-02 15:50:48 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-03 09:45:59 +0300
commit0cab99223464d75eb7819fe259cdcd95556dac7c (patch)
tree7b89cd2d0bd1ca2ad48af9d4f101f80a954ed9fe /global.json
parente27cda23e0ff7d2427e12e27329a3bb012d9b744 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190601.2
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19301.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19301.2
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 e56b7d24d1a..ea3cc584f83 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.19281.5",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19281.5"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19301.2",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19301.2"
}
}