From c8ee6b3b5dcebe0f026653ea3c37a7b18f240c13 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sat, 11 Feb 2017 22:30:16 -0800 Subject: [PATCH] Bump test projects up to .NET 4.5.2 - aspnet/Testing#248 - xUnit no longer supports .NET 4.5.1 - build tests for desktop .NET only on Windows Also fix line endings in one src project. Otherwise unable to update repo. --- .../Microsoft.Extensions.Options.csproj | 38 +++++++++---------- .../Microsoft.Extensions.Options.Test.csproj | 3 +- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/src/Microsoft.Extensions.Options/Microsoft.Extensions.Options.csproj b/src/Microsoft.Extensions.Options/Microsoft.Extensions.Options.csproj index c071d6f..54fbb46 100644 --- a/src/Microsoft.Extensions.Options/Microsoft.Extensions.Options.csproj +++ b/src/Microsoft.Extensions.Options/Microsoft.Extensions.Options.csproj @@ -1,19 +1,19 @@ - - - - - - Provides a strongly typed way of specifying and accessing settings using dependency injection. - netstandard1.0 - $(NoWarn);CS1591 - true - aspnetcore;options - - - - - - - - - + + + + + + Provides a strongly typed way of specifying and accessing settings using dependency injection. + netstandard1.0 + $(NoWarn);CS1591 + true + aspnetcore;options + + + + + + + + + diff --git a/test/Microsoft.Extensions.Options.Test/Microsoft.Extensions.Options.Test.csproj b/test/Microsoft.Extensions.Options.Test/Microsoft.Extensions.Options.Test.csproj index 82a5f67..64c67fc 100644 --- a/test/Microsoft.Extensions.Options.Test/Microsoft.Extensions.Options.Test.csproj +++ b/test/Microsoft.Extensions.Options.Test/Microsoft.Extensions.Options.Test.csproj @@ -3,7 +3,8 @@ - netcoreapp1.1;net451 + netcoreapp1.1;net452 + netcoreapp1.1