From: Michelle McDaniel Date: Wed, 4 Oct 2017 21:51:51 +0000 (-0700) Subject: Fix csproj for linux/osx X-Git-Tag: submit/tizen/20210909.063632~11031^2~6437^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86c817ebb82dfe4ac401056e6a7b003941bb7152;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix csproj for linux/osx Commit migrated from https://github.com/dotnet/corefx/commit/8a56d08f3580df167ea451060d0563e3d8219ab9 --- diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/ref/Configurations.props b/src/libraries/System.Diagnostics.PerformanceCounter/ref/Configurations.props index 78953df..d2022d3 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/ref/Configurations.props +++ b/src/libraries/System.Diagnostics.PerformanceCounter/ref/Configurations.props @@ -3,6 +3,7 @@ netstandard; + netfx; diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/Configurations.props b/src/libraries/System.Diagnostics.PerformanceCounter/src/Configurations.props index 536d73c..2155a36 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/src/Configurations.props +++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/Configurations.props @@ -2,7 +2,7 @@ - netstandard-Windows_NT; + netcoreapp-Windows_NT; netstandard; netfx; diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj index 12ebb71..e4d81a8 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj +++ b/src/libraries/System.Diagnostics.PerformanceCounter/src/System.Diagnostics.PerformanceCounter.csproj @@ -10,14 +10,19 @@ true true SR.PlatformNotSupported_PerfCounters + false 0649 - - - + + + + + + + @@ -140,7 +145,11 @@ Common\Microsoft\Win32\SafeHandles\SafeLocalMemHandle.cs - + + + + + diff --git a/src/libraries/System.Diagnostics.PerformanceCounter/tests/Configurations.props b/src/libraries/System.Diagnostics.PerformanceCounter/tests/Configurations.props index fe9ca62..51d1fc2 100644 --- a/src/libraries/System.Diagnostics.PerformanceCounter/tests/Configurations.props +++ b/src/libraries/System.Diagnostics.PerformanceCounter/tests/Configurations.props @@ -2,7 +2,7 @@ - netstandard-Windows_NT; + netcoreapp-Windows_NT; netfx;