Browse Source
Making net471 the first target again, hope it will fix travis
af/merge-core
Anton Firsov
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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> |
|
|
|
|