From 23397a6937ccef0b6898898b36dab4529cf7011f Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Fri, 8 Feb 2019 11:41:54 -0800 Subject: [PATCH] move EventCounter to shared CoreLib --- .../src/CoreLib}/System/Diagnostics/Tracing/EventCounter.cs | 0 .../src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj | 1 - .../src/System.Diagnostics.Tracing.csproj | 2 +- 3 files changed, 1 insertion(+), 2 deletions(-) rename src/{System.Diagnostics.Tracing/src => Common/src/CoreLib}/System/Diagnostics/Tracing/EventCounter.cs (100%) diff --git a/src/System.Diagnostics.Tracing/src/System/Diagnostics/Tracing/EventCounter.cs b/src/Common/src/CoreLib/System/Diagnostics/Tracing/EventCounter.cs similarity index 100% rename from src/System.Diagnostics.Tracing/src/System/Diagnostics/Tracing/EventCounter.cs rename to src/Common/src/CoreLib/System/Diagnostics/Tracing/EventCounter.cs diff --git a/src/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj b/src/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj index 1754e71e2e0f..984332491db3 100644 --- a/src/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj +++ b/src/Microsoft.Diagnostics.Tracing.EventSource.Redist/src/Microsoft.Diagnostics.Tracing.EventSource.Redist.csproj @@ -12,7 +12,6 @@ - diff --git a/src/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj b/src/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj index 48c606d3c0d7..c8777a818bce 100644 --- a/src/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj +++ b/src/System.Diagnostics.Tracing/src/System.Diagnostics.Tracing.csproj @@ -8,7 +8,7 @@ - +