From 18bbdd235cf675eb94deb6acda6085daa3e73aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Wed, 4 Sep 2024 22:43:13 +0200 Subject: [PATCH] Stop referencing S.R.Metadata directly (#107343) 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 804f32ddc7bc38..e1915c65d6f2dd 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 92d6b7e836c476..cafa4952376f5c 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 @@ -