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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Robinson <arobins@microsoft.com>2022-04-28 01:25:13 +0300
committerGitHub <noreply@github.com>2022-04-28 01:25:13 +0300
commit2385c447da58cfda31c9149a7bda00bedcc81a15 (patch)
tree89d13fd68054816db94aa6d467d4a10f9e2f8a73 /global.json
parentad1dfb8890dd6baf6f8d2ad4b8c17f54b5bd3e66 (diff)
Update the ILAsm and SDK packages to support the new keyword. (#68598)
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 579c89df08b..5f8ed61d4c9 100644
--- a/global.json
+++ b/global.json
@@ -13,6 +13,6 @@
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22179.1",
"Microsoft.Build.NoTargets": "3.3.0",
"Microsoft.Build.Traversal": "3.1.6",
- "Microsoft.NET.Sdk.IL": "7.0.0-preview.4.22208.8"
+ "Microsoft.NET.Sdk.IL": "7.0.0-preview.5.22226.6"
}
}