Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.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>2020-12-07 16:26:41 +0300
committerGitHub <noreply@github.com>2020-12-07 16:26:41 +0300
commit55480715b168f440e939928cd3f65eab21475eca (patch)
tree13bde301c66a2b787781a2971fdd4a2e8a3c7520 /global.json
parentb24d0e663d5bf4772b0896e2bc3dab3391fae744 (diff)
Update dependencies from https://github.com/dotnet/arcade build 20201201.2 (#1671)
[master] Update dependencies from dotnet/arcade
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 282b5c399..4a42d12b2 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"tools": {
- "dotnet": "5.0.100-rc.2.20479.15",
+ "dotnet": "5.0.100",
"runtimes": {
"dotnet": [
"5.0.0-rc.1.20451.14"
@@ -8,7 +8,7 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20573.2",
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20601.2",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "6.0.0-alpha.1.20580.2"
}