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-04 16:08:08 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-06 14:47:26 +0300
commitf02d09f7f6aed7180ff8233f4b58e52ad5a7e9c1 (patch)
treea7eefa6d49749718e71017585db09595f82353e2 /global.json
parent3998dc01c9a36c293fd2523128f8f20730bd02da (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190604.1
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19304.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19304.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 ea6bcd33f73..115c9fb6068 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.19302.2",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19302.2"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19304.1",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19304.1"
}
}