File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111 <VersionPrefix Condition =" $(packageversion) != ''" >$(packageversion)</VersionPrefix >
1212 <VersionPrefix Condition =" $(packageversion) == ''" >0.0.1</VersionPrefix >
13- <TargetFrameworks >netstandard1.3;netstandard2.0</TargetFrameworks >
13+ <TargetFrameworks >netcoreapp2.1; netstandard1.3;netstandard2.0</TargetFrameworks >
1414 <LangVersion >7.3</LangVersion >
1515 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1616 <GenerateDocumentationFile >true</GenerateDocumentationFile >
Original file line number Diff line number Diff line change 1010
1111 <VersionPrefix Condition =" $(packageversion) != ''" >$(packageversion)</VersionPrefix >
1212 <VersionPrefix Condition =" $(packageversion) == ''" >0.0.1</VersionPrefix >
13- <TargetFrameworks >netstandard1.3;netstandard2.0;netcoreapp2.1 ;net472</TargetFrameworks >
13+ <TargetFrameworks >netcoreapp2.1; netstandard1.3;netstandard2.0;net472</TargetFrameworks >
1414 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1515 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1616 <AssemblyName >SixLabors.ImageSharp</AssemblyName >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net462;net472; netcoreapp2.1</TargetFrameworks >
3+ <TargetFrameworks >netcoreapp2.1;net462;net472 </TargetFrameworks >
44 <AllowUnsafeBlocks >True</AllowUnsafeBlocks >
55 <LangVersion >latest</LangVersion >
66 <DebugType Condition =" $(codecov) != ''" >full</DebugType >
You can’t perform that action at this time.
0 commit comments