From 81f2543810a7913f534c2463eff76f22a91c9511 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 21 Mar 2017 17:59:35 -0700 Subject: [PATCH] Remove net451 as a cross compile target --- .gitignore | 3 ++- src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0fb89cd896..ec975e873c 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ nuget.exe project.lock.json .vs .build/ -.testPublish/ \ No newline at end of file +.testPublish/ +global.json diff --git a/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj b/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj index 594a211f7d..22ff45b49a 100644 --- a/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj +++ b/src/Microsoft.AspNetCore/Microsoft.AspNetCore.csproj @@ -4,7 +4,7 @@ false - netstandard1.3;net451 + netstandard1.3 aspnetcore Microsoft.AspNetCore