Browse Source

Drop net47 from test library

pull/681/head
Jason Nelson 8 years ago
parent
commit
e7a701f85e
  1. 2
      tests/ImageSharp.Tests/ImageSharp.Tests.csproj

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

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

Loading…
Cancel
Save