Browse Source

Drop net47 from test library

af/merge-core
Jason Nelson 8 years ago
parent
commit
417aec7983
  1. 2
      tests/ImageSharp.Tests/ImageSharp.Tests.csproj

2
tests/ImageSharp.Tests/ImageSharp.Tests.csproj

@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net471;netcoreapp2.1;net47;net462</TargetFrameworks>
<TargetFrameworks>net462;net471;netcoreapp2.1</TargetFrameworks>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<LangVersion>7.3</LangVersion>
<DebugType Condition="$(codecov) != ''">full</DebugType>

Loading…
Cancel
Save