|
|
@ -2,13 +2,14 @@ |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<TargetFrameworks>net471;netcoreapp2.0;netcoreapp2.1;net47;net462</TargetFrameworks> |
|
|
<TargetFrameworks>net471;netcoreapp2.0;netcoreapp2.1;net47;net462</TargetFrameworks> |
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
<LangVersion>7.2</LangVersion> |
|
|
<LangVersion>latest</LangVersion> |
|
|
<DebugType Condition="$(codecov) != ''">full</DebugType> |
|
|
<DebugType Condition="$(codecov) != ''">full</DebugType> |
|
|
<DebugType Condition="$(codecov) == ''">portable</DebugType> |
|
|
<DebugType Condition="$(codecov) == ''">portable</DebugType> |
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
<RootNamespace>SixLabors.ImageSharp.Tests</RootNamespace> |
|
|
<RootNamespace>SixLabors.ImageSharp.Tests</RootNamespace> |
|
|
<AssemblyName>SixLabors.ImageSharp.Tests</AssemblyName> |
|
|
<AssemblyName>SixLabors.ImageSharp.Tests</AssemblyName> |
|
|
<Platforms>AnyCPU;x64;x86</Platforms> |
|
|
<Platforms>AnyCPU;x64;x86</Platforms> |
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
@ -22,9 +23,6 @@ |
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
|
|
<WarningsAsErrors /> |
|
|
<WarningsAsErrors /> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<ItemGroup> |
|
|
|
|
|
<None Include="PixelFormats\PixelOperationsTests.Blender.cs" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="7.5.0" /> |
|
|
<PackageReference Include="Magick.NET-Q16-AnyCPU" Version="7.5.0" /> |
|
|
|