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-25 16:07:11 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-26 12:57:51 +0300
commitd99c1e631b7b0ac346cbc7db28c5957c4c38633d (patch)
treea490b1ea4cc13875f834adaa7aa8f55c0e6cc03e /global.json
parent78b9c66501113469e081066ad6b500595a727b66 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190624.24
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19324.24 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19324.24
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 b4322ddbb6c..9235de50b2d 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.19323.4",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19323.4"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19324.24",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19324.24"
}
}