Browse Source

Enable AutoGenerateBindingRedirects for tests

pull/604/head
Jason Nelson 8 years ago
parent
commit
9b6186770d
  1. 1
      tests/ImageSharp.Tests/ImageSharp.Tests.csproj

1
tests/ImageSharp.Tests/ImageSharp.Tests.csproj

@ -9,6 +9,7 @@
<RootNamespace>SixLabors.ImageSharp.Tests</RootNamespace>
<AssemblyName>SixLabors.ImageSharp.Tests</AssemblyName>
<Platforms>AnyCPU;x64;x86</Platforms>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

Loading…
Cancel
Save