Browse Source

Making net471 the first target again, hope it will fix travis

af/merge-core
Anton Firsov 8 years ago
committed by GitHub
parent
commit
99e775967e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tests/ImageSharp.Tests/ImageSharp.Tests.csproj

4
tests/ImageSharp.Tests/ImageSharp.Tests.csproj

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;netcoreapp2.0;net471;net47;net462</TargetFrameworks>
<TargetFrameworks>net471;netcoreapp2.0;netcoreapp2.1;net47;net462</TargetFrameworks>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<LangVersion>7.2</LangVersion>
<DebugType Condition="$(codecov) != ''">full</DebugType>
@ -52,4 +52,4 @@
<ItemGroup>
<Folder Include="TestUtilities\Factories\" />
</ItemGroup>
</Project>
</Project>

Loading…
Cancel
Save