From 9f92f0e35d27547e493d80fbf94ca0825c710242 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 10 Sep 2021 17:36:11 +0200 Subject: [PATCH] [release/6.0] Fix an issue with ILStripping mscorlib.dll (#58935) We considered mscorlib.dll as the "core" assembly instead of System.Private.CoreLib.dll which meant Cecil hit an issue while resolving types in it. This only happened when the IL Linker was not being used since it'd have removed the mscorlib.dll facade. Brings in https://github.com/dotnet/runtime-assets/pull/176 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 621f209..1e71c28 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -122,9 +122,9 @@ https://github.com/dotnet/runtime-assets 16f58bb2e869e434a13a91bab36f2517c276bf3e - + https://github.com/dotnet/runtime-assets - 16f58bb2e869e434a13a91bab36f2517c276bf3e + 5257fe7bc29cbe5055dc264be48bd566ba4894dc https://github.com/dotnet/llvm-project diff --git a/eng/Versions.props b/eng/Versions.props index 1e4784a..38c3d1d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -124,7 +124,7 @@ 6.0.0-beta.21457.5 6.0.0-beta.21457.5 6.0.0-beta.21457.5 - 6.0.0-beta.21457.5 + 6.0.0-beta.21460.2 1.0.0-prerelease.21416.5 1.0.0-prerelease.21416.5 -- 2.7.4