From e0546dd7449dadb51c9ab8e6cbf4c9dc66187da3 Mon Sep 17 00:00:00 2001 From: Jose Perez Rodriguez Date: Thu, 30 Aug 2018 11:43:53 -0700 Subject: [PATCH] Adding netstandard configuration for System.Runtime.Tests (dotnet/corefx#32032) Commit migrated from https://github.com/dotnet/corefx/commit/f252ef6d695176143aa46b855db5553fb6e44921 --- src/libraries/Common/tests/Common.Tests.csproj | 1 - src/libraries/System.Runtime/tests/Configurations.props | 1 + src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj | 6 +++--- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.7.4