From be2cbafd07e0999d49d0673f984995b57974bb37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Wed, 4 Sep 2024 11:51:30 +0200 Subject: [PATCH] Stop referencing S.R.Metadata directly This was added in #101666 to address a point in time issue. It should not be needed anymore. --- src/coreclr/tools/ILVerify/ILVerify.csproj | 1 - .../tools/aot/ILCompiler.TypeSystem/ILCompiler.TypeSystem.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/src/coreclr/tools/ILVerify/ILVerify.csproj b/src/coreclr/tools/ILVerify/ILVerify.csproj index 804f32ddc7bc3..e1915c65d6f2d 100644 --- a/src/coreclr/tools/ILVerify/ILVerify.csproj +++ b/src/coreclr/tools/ILVerify/ILVerify.csproj @@ -17,7 +17,6 @@ - diff --git a/src/coreclr/tools/aot/ILCompiler.TypeSystem/ILCompiler.TypeSystem.csproj b/src/coreclr/tools/aot/ILCompiler.TypeSystem/ILCompiler.TypeSystem.csproj index 92d6b7e836c47..cafa4952376f5 100644 --- a/src/coreclr/tools/aot/ILCompiler.TypeSystem/ILCompiler.TypeSystem.csproj +++ b/src/coreclr/tools/aot/ILCompiler.TypeSystem/ILCompiler.TypeSystem.csproj @@ -30,7 +30,6 @@ -