From: Jose Perez Rodriguez Date: Thu, 30 Aug 2018 18:43:53 +0000 (-0700) Subject: Adding netstandard configuration for System.Runtime.Tests (dotnet/corefx#32032) X-Git-Tag: submit/tizen/20210909.063632~11031^2~3623 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0546dd7449dadb51c9ab8e6cbf4c9dc66187da3;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Adding netstandard configuration for System.Runtime.Tests (dotnet/corefx#32032) Commit migrated from https://github.com/dotnet/corefx/commit/f252ef6d695176143aa46b855db5553fb6e44921 --- diff --git a/src/libraries/Common/tests/Common.Tests.csproj b/src/libraries/Common/tests/Common.Tests.csproj index b8ee4c9..a00b71d 100644 --- a/src/libraries/Common/tests/Common.Tests.csproj +++ b/src/libraries/Common/tests/Common.Tests.csproj @@ -80,7 +80,6 @@ - diff --git a/src/libraries/System.Runtime/tests/Configurations.props b/src/libraries/System.Runtime/tests/Configurations.props index c0cb0f7..5c79a3e 100644 --- a/src/libraries/System.Runtime/tests/Configurations.props +++ b/src/libraries/System.Runtime/tests/Configurations.props @@ -3,6 +3,7 @@ netcoreapp; + netstandard; netfx; uap; uapaot; diff --git a/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj b/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj index 7434fac..b1a20de 100644 --- a/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj +++ b/src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj @@ -5,7 +5,7 @@ 1718 $(MSBuildProjectDirectory)\App.config - netcoreapp-Debug;netcoreapp-Release;netfx-Debug;netfx-Release;uap-Debug;uap-Release;uapaot-Debug;uapaot-Release + netcoreapp-Debug;netcoreapp-Release;netfx-Debug;netfx-Release;netstandard-Debug;netstandard-Release;uap-Debug;uap-Release;uapaot-Debug;uapaot-Release @@ -180,7 +180,7 @@ Common\System\RandomDataGenerator.cs - + @@ -235,7 +235,7 @@ - + System\SpanExtensions.netstandard.cs