From 25ec1f9bd7af5d4bd0b7c12defacd6e2656e470a Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 22 Mar 2017 18:23:00 -0700 Subject: [PATCH] Remove net451 as a cross-compile target --- .gitignore | 3 ++- samples/ResponseCachingSample/ResponseCachingSample.csproj | 2 +- .../Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj | 2 +- .../Microsoft.AspNetCore.ResponseCaching.csproj | 2 +- .../Microsoft.AspNetCore.ResponseCaching.Tests.csproj | 4 +++- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e71f35b3a6..563425dff6 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ project.lock.json /.vs/ .build/ .testPublish/ -launchSettings.json \ No newline at end of file +launchSettings.json +global.json diff --git a/samples/ResponseCachingSample/ResponseCachingSample.csproj b/samples/ResponseCachingSample/ResponseCachingSample.csproj index 2e700ad7b5..a748acf16e 100644 --- a/samples/ResponseCachingSample/ResponseCachingSample.csproj +++ b/samples/ResponseCachingSample/ResponseCachingSample.csproj @@ -3,7 +3,7 @@ - net451;netcoreapp1.1 + net46;netcoreapp1.1 diff --git a/src/Microsoft.AspNetCore.ResponseCaching.Abstractions/Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj b/src/Microsoft.AspNetCore.ResponseCaching.Abstractions/Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj index 36a4ab76fe..3bc517f42c 100644 --- a/src/Microsoft.AspNetCore.ResponseCaching.Abstractions/Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj +++ b/src/Microsoft.AspNetCore.ResponseCaching.Abstractions/Microsoft.AspNetCore.ResponseCaching.Abstractions.csproj @@ -4,7 +4,7 @@ ASP.NET Core response caching middleware abstractions and feature interface definitions. - net451;netstandard1.3 + netstandard1.3 true aspnetcore;cache;caching diff --git a/src/Microsoft.AspNetCore.ResponseCaching/Microsoft.AspNetCore.ResponseCaching.csproj b/src/Microsoft.AspNetCore.ResponseCaching/Microsoft.AspNetCore.ResponseCaching.csproj index 95c7184935..276b379bd3 100644 --- a/src/Microsoft.AspNetCore.ResponseCaching/Microsoft.AspNetCore.ResponseCaching.csproj +++ b/src/Microsoft.AspNetCore.ResponseCaching/Microsoft.AspNetCore.ResponseCaching.csproj @@ -4,7 +4,7 @@ ASP.NET Core middleware for caching HTTP responses on the server. - net451;netstandard1.3 + netstandard1.3 $(NoWarn);CS1591 true true diff --git a/test/Microsoft.AspNetCore.ResponseCaching.Tests/Microsoft.AspNetCore.ResponseCaching.Tests.csproj b/test/Microsoft.AspNetCore.ResponseCaching.Tests/Microsoft.AspNetCore.ResponseCaching.Tests.csproj index c423cbe639..1182564507 100644 --- a/test/Microsoft.AspNetCore.ResponseCaching.Tests/Microsoft.AspNetCore.ResponseCaching.Tests.csproj +++ b/test/Microsoft.AspNetCore.ResponseCaching.Tests/Microsoft.AspNetCore.ResponseCaching.Tests.csproj @@ -3,8 +3,10 @@ - netcoreapp1.1;net452 + netcoreapp1.1;net46 netcoreapp1.1 + true + true