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-09-07 15:44:20 +0300
committerGitHub <noreply@github.com>2020-09-07 15:44:20 +0300
commitd1e3e8603d6b448f517ff723eb2725f1d8a778f9 (patch)
tree728da0f4eb9f85899dc599e2124d2f5191715696 /global.json
parent9045112ac2d373ea594f862ab6d33b12d618fea3 (diff)
Update dependencies from https://github.com/dotnet/runtime build 20200904.24 (#1474)
[master] Update dependencies from dotnet/runtime - Updates: - Microsoft.NET.Sdk.IL: from 6.0.0-alpha.1.20431.1 to 6.0.0-alpha.1.20454.24
Diffstat (limited to 'global.json')
-rw-r--r--global.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/global.json b/global.json
index 5e10a2ab7..e470071de 100644
--- a/global.json
+++ b/global.json
@@ -10,6 +10,6 @@
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20453.7",
"Microsoft.FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
- "Microsoft.NET.Sdk.IL": "6.0.0-alpha.1.20431.1"
+ "Microsoft.NET.Sdk.IL": "6.0.0-alpha.1.20454.24"
}
}