From ab33b6afe88a5a6304fd408ea7d4d60f811d003a Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Wed, 1 Feb 2017 12:35:44 -0800 Subject: [PATCH] Remove usage of conditional multi-targeting --- .../Microsoft.AspNetCore.Cryptography.Internal.Test.csproj | 3 +-- ...Microsoft.AspNetCore.Cryptography.KeyDerivation.Test.csproj | 3 +-- ...icrosoft.AspNetCore.DataProtection.Abstractions.Test.csproj | 3 +-- ...icrosoft.AspNetCore.DataProtection.AzureStorage.Test.csproj | 3 +-- .../Microsoft.AspNetCore.DataProtection.Extensions.Test.csproj | 3 +-- .../Microsoft.AspNetCore.DataProtection.Redis.Test.csproj | 3 +-- .../Microsoft.AspNetCore.DataProtection.Test.csproj | 3 +-- 7 files changed, 7 insertions(+), 14 deletions(-) diff --git a/test/Microsoft.AspNetCore.Cryptography.Internal.Test/Microsoft.AspNetCore.Cryptography.Internal.Test.csproj b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/Microsoft.AspNetCore.Cryptography.Internal.Test.csproj index 01da4eff40..05e13e991d 100644 --- a/test/Microsoft.AspNetCore.Cryptography.Internal.Test/Microsoft.AspNetCore.Cryptography.Internal.Test.csproj +++ b/test/Microsoft.AspNetCore.Cryptography.Internal.Test/Microsoft.AspNetCore.Cryptography.Internal.Test.csproj @@ -3,8 +3,7 @@ - netcoreapp1.1 - $(TargetFrameworks);net451 + netcoreapp1.1;net451 true $(PackageTargetFallback);dnxcore50;portable-net451+win8 diff --git a/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test.csproj b/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test.csproj index 4a169c7d2e..d43901eb99 100644 --- a/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test.csproj +++ b/test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test/Microsoft.AspNetCore.Cryptography.KeyDerivation.Test.csproj @@ -3,8 +3,7 @@ - netcoreapp1.1 - $(TargetFrameworks);net451 + netcoreapp1.1;net451 true diff --git a/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/Microsoft.AspNetCore.DataProtection.Abstractions.Test.csproj b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/Microsoft.AspNetCore.DataProtection.Abstractions.Test.csproj index 3cff630330..ccb6326b1d 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/Microsoft.AspNetCore.DataProtection.Abstractions.Test.csproj +++ b/test/Microsoft.AspNetCore.DataProtection.Abstractions.Test/Microsoft.AspNetCore.DataProtection.Abstractions.Test.csproj @@ -3,8 +3,7 @@ - netcoreapp1.1 - $(TargetFrameworks);net451 + netcoreapp1.1;net451 diff --git a/test/Microsoft.AspNetCore.DataProtection.AzureStorage.Test/Microsoft.AspNetCore.DataProtection.AzureStorage.Test.csproj b/test/Microsoft.AspNetCore.DataProtection.AzureStorage.Test/Microsoft.AspNetCore.DataProtection.AzureStorage.Test.csproj index 4b2a09e3b5..cafc221a82 100644 --- a/test/Microsoft.AspNetCore.DataProtection.AzureStorage.Test/Microsoft.AspNetCore.DataProtection.AzureStorage.Test.csproj +++ b/test/Microsoft.AspNetCore.DataProtection.AzureStorage.Test/Microsoft.AspNetCore.DataProtection.AzureStorage.Test.csproj @@ -3,8 +3,7 @@ - netcoreapp1.1 - $(TargetFrameworks);net451 + netcoreapp1.1;net451 true $(PackageTargetFallback);dnxcore50;portable-net451+win8 diff --git a/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/Microsoft.AspNetCore.DataProtection.Extensions.Test.csproj b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/Microsoft.AspNetCore.DataProtection.Extensions.Test.csproj index 5ddeeb8c10..efd2111af2 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/Microsoft.AspNetCore.DataProtection.Extensions.Test.csproj +++ b/test/Microsoft.AspNetCore.DataProtection.Extensions.Test/Microsoft.AspNetCore.DataProtection.Extensions.Test.csproj @@ -3,8 +3,7 @@ - netcoreapp1.1 - $(TargetFrameworks);net451 + netcoreapp1.1;net451 diff --git a/test/Microsoft.AspNetCore.DataProtection.Redis.Test/Microsoft.AspNetCore.DataProtection.Redis.Test.csproj b/test/Microsoft.AspNetCore.DataProtection.Redis.Test/Microsoft.AspNetCore.DataProtection.Redis.Test.csproj index a7c9b2e1ba..e3e2a90f65 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Redis.Test/Microsoft.AspNetCore.DataProtection.Redis.Test.csproj +++ b/test/Microsoft.AspNetCore.DataProtection.Redis.Test/Microsoft.AspNetCore.DataProtection.Redis.Test.csproj @@ -3,8 +3,7 @@ - netcoreapp1.1 - $(TargetFrameworks);net451 + netcoreapp1.1;net451 diff --git a/test/Microsoft.AspNetCore.DataProtection.Test/Microsoft.AspNetCore.DataProtection.Test.csproj b/test/Microsoft.AspNetCore.DataProtection.Test/Microsoft.AspNetCore.DataProtection.Test.csproj index 9661b30562..3f92395e48 100644 --- a/test/Microsoft.AspNetCore.DataProtection.Test/Microsoft.AspNetCore.DataProtection.Test.csproj +++ b/test/Microsoft.AspNetCore.DataProtection.Test/Microsoft.AspNetCore.DataProtection.Test.csproj @@ -3,8 +3,7 @@ - netcoreapp1.1 - $(TargetFrameworks);net451 + netcoreapp1.1;net451 true