Remove net451 as a cross compile target
This commit is contained in:
parent
890a81562f
commit
81f2543810
|
|
@ -27,4 +27,5 @@ nuget.exe
|
||||||
project.lock.json
|
project.lock.json
|
||||||
.vs
|
.vs
|
||||||
.build/
|
.build/
|
||||||
.testPublish/
|
.testPublish/
|
||||||
|
global.json
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue