From be721b00e79045f620ee512bc7021497dfce4daa Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Tue, 26 Jun 2018 18:23:07 -0700 Subject: [PATCH] Remove conditional compilation of DotNETRuntimeEventSource.cs. Commit migrated from https://github.com/dotnet/coreclr/commit/b2959eda8e324fdf14e51def8fa2d27765532fff --- src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 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 9e8d9f7..b6917cd 100644 --- a/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj +++ b/src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj @@ -443,7 +443,7 @@ - + @@ -579,4 +579,4 @@ - \ No newline at end of file + -- 2.7.4