From b338045f31d1e74dfeee5106cbdabd95579f50cf Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 27 Jul 2021 20:54:04 +0200 Subject: [PATCH 1/2] Fix dependency from EventLog to TraceSource ref This regressed with https://github.com/dotnet/runtime/commit/663c40dbc4ccedf82e38e96391c28695da0e418f. Reference projects should never reference source projects. This is one of the reasons why slngen creates different solution files now. --- .../ref/System.Diagnostics.EventLog.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj b/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj index 2631550443e3a..ca4c77c50b5d5 100644 --- a/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj +++ b/src/libraries/System.Diagnostics.EventLog/ref/System.Diagnostics.EventLog.csproj @@ -10,7 +10,7 @@ - + @@ -19,4 +19,4 @@ - \ No newline at end of file + From 8ab09c500a7a455f3521a2235ba02e25ec0be9eb Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 27 Jul 2021 21:34:33 +0200 Subject: [PATCH 2/2] Update Microsoft.Extensions.DependencyInjection.Abstractions.csproj --- ...Microsoft.Extensions.DependencyInjection.Abstractions.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/ref/Microsoft.Extensions.DependencyInjection.Abstractions.csproj b/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/ref/Microsoft.Extensions.DependencyInjection.Abstractions.csproj index f85823f03e54c..75ea735a625ea 100644 --- a/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/ref/Microsoft.Extensions.DependencyInjection.Abstractions.csproj +++ b/src/libraries/Microsoft.Extensions.DependencyInjection.Abstractions/ref/Microsoft.Extensions.DependencyInjection.Abstractions.csproj @@ -11,6 +11,6 @@ - +