From b2a903f264aa29d1e0103175bc04c61db6be6caf Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 14 Nov 2019 15:08:08 +0100 Subject: [PATCH] Fix CoreLib shared paths (#34) --- .../src/System.Private.CoreLib/System.Private.CoreLib.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj index 96d02cc..c07fc5d 100644 --- a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj +++ b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj @@ -292,11 +292,11 @@ - - - - - + + + + + @@ -449,7 +449,7 @@ - shared\CodeAnalysis.ruleset + $(SharedBclSourcesRoot)\CodeAnalysis.ruleset -- 2.7.4