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
|
||||
.vs
|
||||
.build/
|
||||
.testPublish/
|
||||
.testPublish/
|
||||
global.json
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||
<TargetFrameworks>netstandard1.3;net451</TargetFrameworks>
|
||||
<TargetFramework>netstandard1.3</TargetFramework>
|
||||
<PackageTags>aspnetcore</PackageTags>
|
||||
<Description>Microsoft.AspNetCore</Description>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
Loading…
Reference in New Issue