Skip to content

Commit

Permalink
Set the RuntimeFrameworkVersion for the .NET Core 2.1 unit tests to 2…
Browse files Browse the repository at this point in the history
….1.30
  • Loading branch information
Numpsy authored and BobLd committed Feb 16, 2024
1 parent f78b15a commit f4e754d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UglyToad.PdfPig.Tests/UglyToad.PdfPig.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<LangVersion>latest</LangVersion>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\pdfpig.snk</AssemblyOriginatorKeyFile>
<RuntimeFrameworkVersion Condition="'$(TargetFramework)'=='netcoreapp2.1'">2.1.30</RuntimeFrameworkVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit f4e754d

Please sign in to comment.