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-20 16:05:41 +0300
committerMarek Safar <marek.safar@gmail.com>2019-05-20 17:37:31 +0300
commit52171b21a4522be4bd1f5b33f28a254cc121aedc (patch)
tree4ade6f07b0bf059c77e4914cc91a4c8b4766ea3c /global.json
parent9e8717d885c5208d4ddb4217028c026c555e1386 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190520.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19270.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19270.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 3bbdbdb9dd0..9bd16a30ff0 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.19268.2",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19268.2"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19270.1",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19270.1"
}
}