|
|
|
@ -2,7 +2,7 @@ |
|
|
|
<PropertyGroup> |
|
|
|
<TargetFrameworks>net471;netcoreapp2.0;netcoreapp2.1;net47;net462</TargetFrameworks> |
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
|
<LangVersion>latest</LangVersion> |
|
|
|
<LangVersion>7.2</LangVersion> |
|
|
|
<DebugType Condition="$(codecov) != ''">full</DebugType> |
|
|
|
<DebugType Condition="$(codecov) == ''">portable</DebugType> |
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
@ -22,8 +22,11 @@ |
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
|
<WarningsAsErrors /> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" /> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="PixelFormats\PixelOperationsTests.Blender.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="7.5.0" /> |
|
|
|
<PackageReference Include="Microsoft.CSharp" Version="4.5.0" /> |
|
|
|
<PackageReference Include="System.Drawing.Common" Version="4.5.0" /> |
|
|
|
|