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[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2019-07-01 18:10:48 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-01 18:10:47 +0300
commit36b0c0246392c126d8a852c8263f27c3a5593661 (patch)
tree5e34deaf05e29ac973362ebce3774da444f91a4b /global.json
parent75dfa5c29884b8187a0f240dc074d7acf4a40622 (diff)
[master] Update dependencies from dotnet/arcade (#15477)
* Update dependencies from https://github.com/dotnet/arcade build 20190630.1 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19330.1 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19330.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 07b6508d293..c3687973b0a 100644
--- a/global.json
+++ b/global.json
@@ -3,7 +3,7 @@
"dotnet": "3.0.100-preview6-012264"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19327.39",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19327.39"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19330.1",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19330.1"
}
}