Browse Source

Drop netcoreapp2.0 build target

pull/681/head
Jason Nelson 8 years ago
parent
commit
0954df11b0
  1. 4
      tests/ImageSharp.Tests/ImageSharp.Tests.csproj

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

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

Loading…
Cancel
Save