Remove net451 as a cross compile target

This commit is contained in:
Pranav K 2017-03-21 17:59:35 -07:00
parent 890a81562f
commit 81f2543810
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -27,4 +27,5 @@ nuget.exe
project.lock.json project.lock.json
.vs .vs
.build/ .build/
.testPublish/ .testPublish/
global.json

View File

@ -4,7 +4,7 @@
<PropertyGroup> <PropertyGroup>
<IncludeBuildOutput>false</IncludeBuildOutput> <IncludeBuildOutput>false</IncludeBuildOutput>
<TargetFrameworks>netstandard1.3;net451</TargetFrameworks> <TargetFramework>netstandard1.3</TargetFramework>
<PackageTags>aspnetcore</PackageTags> <PackageTags>aspnetcore</PackageTags>
<Description>Microsoft.AspNetCore</Description> <Description>Microsoft.AspNetCore</Description>
</PropertyGroup> </PropertyGroup>