Skip to content

Commit

Permalink
Retarget the unit test project to .NET Core 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored and BobLd committed Feb 7, 2024
1 parent 5df8215 commit 23445c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UglyToad.PdfPig.Tests/UglyToad.PdfPig.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;net6.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.1;net6.0</TargetFrameworks>
<IsTestProject>true</IsTestProject>
<IsPackable>false</IsPackable>
<DebugType>full</DebugType>
Expand Down Expand Up @@ -92,7 +92,7 @@
<PackageReference Include="SkiaSharp" Version="2.88.7" />
<PackageReference Include="xunit" Version="2.6.6" />
<PackageReference Include="xunit.extensibility.execution" Version="2.6.6" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 23445c1

Please sign in to comment.