Set the RuntimeFrameworkVersion for the .NET Core 2.1 unit tests to 2.1.30

This commit is contained in:
Richard Webb
2024-02-16 14:27:29 +00:00
committed by BobLd
parent f78b15a614
commit f4e754da50

View File

@@ -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>