From 8ae481c9f0d7417fe2016842af259cd1d4fefb50 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sat, 11 Feb 2017 22:33:04 -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 - except Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests; will skip that another way (later) Also fix line endings in project files; unable to proceeed otherwise --- ...ft.AspNetCore.Server.IISIntegration.csproj | 56 +++++++++---------- ...rver.IISIntegration.FunctionalTests.csproj | 10 ++-- ...NetCore.Server.IISIntegration.Tests.csproj | 3 +- test/TestSites/TestSites.csproj | 49 ++++++++-------- 4 files changed, 60 insertions(+), 58 deletions(-) diff --git a/src/Microsoft.AspNetCore.Server.IISIntegration/Microsoft.AspNetCore.Server.IISIntegration.csproj b/src/Microsoft.AspNetCore.Server.IISIntegration/Microsoft.AspNetCore.Server.IISIntegration.csproj index 74cbf88796..4d925a782d 100644 --- a/src/Microsoft.AspNetCore.Server.IISIntegration/Microsoft.AspNetCore.Server.IISIntegration.csproj +++ b/src/Microsoft.AspNetCore.Server.IISIntegration/Microsoft.AspNetCore.Server.IISIntegration.csproj @@ -1,28 +1,28 @@ - - - - - - ASP.NET Core components for working with the IIS AspNetCoreModule. - net451;netstandard1.3 - $(NoWarn);CS1591 - true - aspnetcore;iis - - - - - - - - - - - - - - - - - - + + + + + + ASP.NET Core components for working with the IIS AspNetCoreModule. + net451;netstandard1.3 + $(NoWarn);CS1591 + true + aspnetcore;iis + + + + + + + + + + + + + + + + + + diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.csproj b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.csproj index cb37b5c81d..9e25f5898a 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.csproj +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests.csproj @@ -3,7 +3,7 @@ - net451 + net452 @@ -11,16 +11,16 @@ - + - - - + + + diff --git a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.csproj b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.csproj index d1bb39954e..5edc9d12c2 100644 --- a/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.csproj +++ b/test/Microsoft.AspNetCore.Server.IISIntegration.Tests/Microsoft.AspNetCore.Server.IISIntegration.Tests.csproj @@ -3,7 +3,8 @@ - netcoreapp1.1;net451 + netcoreapp1.1;net452 + netcoreapp1.1 diff --git a/test/TestSites/TestSites.csproj b/test/TestSites/TestSites.csproj index a8b9d56d4d..670789b406 100644 --- a/test/TestSites/TestSites.csproj +++ b/test/TestSites/TestSites.csproj @@ -1,24 +1,25 @@ - - - - - - netcoreapp1.1;net451 - win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.15.04-x64 - - win7-x64 - Exe - - - - - - - - - - - - - - + + + + + + netcoreapp1.1;net452 + netcoreapp1.1 + win7-x64;win7-x86;osx.10.10-x64;osx.10.11-x64;osx.10.12-x64;ubuntu.14.04-x64;ubuntu.15.04-x64 + + win7-x64 + Exe + + + + + + + + + + + + + +