From 8cc72b7871186356e8b14236d84416d625f16689 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 22 Mar 2017 18:08:26 -0700 Subject: [PATCH] Update to net46 --- .gitignore | 3 ++- samples/SessionSample/SessionSample.csproj | 2 +- .../Microsoft.AspNetCore.Session.csproj | 2 +- .../Microsoft.AspNetCore.Session.Tests.csproj | 4 +++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f76d5c553d..8f09bd44ea 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ nuget.exe project.lock.json .build/ .testPublish/ -launchSettings.json \ No newline at end of file +launchSettings.json +global.json diff --git a/samples/SessionSample/SessionSample.csproj b/samples/SessionSample/SessionSample.csproj index ad357dfd20..4b12ee2e71 100644 --- a/samples/SessionSample/SessionSample.csproj +++ b/samples/SessionSample/SessionSample.csproj @@ -3,7 +3,7 @@ - net451;netcoreapp2.0 + net46;netcoreapp2.0 diff --git a/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj index 3ec0f05b06..a759a4a613 100644 --- a/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj +++ b/src/Microsoft.AspNetCore.Session/Microsoft.AspNetCore.Session.csproj @@ -4,7 +4,7 @@ ASP.NET Core session state middleware. - net451;netstandard1.3 + netstandard1.3 $(NoWarn);CS1591 true true diff --git a/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.csproj b/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.csproj index 1f52456d80..3ece7c4d87 100644 --- a/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.csproj +++ b/test/Microsoft.AspNetCore.Session.Tests/Microsoft.AspNetCore.Session.Tests.csproj @@ -3,8 +3,10 @@ - netcoreapp2.0;net452 + netcoreapp2.0;net46 netcoreapp2.0 + true + true