Skip to content

Commit

Permalink
Update test project.
Browse files Browse the repository at this point in the history
  • Loading branch information
yigolden committed Oct 26, 2020
1 parent 7e2b8ce commit b37d814
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/JpegLibrary.Tests/JpegLibrary.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<TargetFramework>net5</TargetFramework>
<CopyJpegTestAssets>true</CopyJpegTestAssets>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-rc0003" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="coverlet.collector" Version="1.2.1" />
<PackageReference Include="coverlet.collector" Version="1.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit b37d814

Please sign in to comment.