Skip to content

Commit

Permalink
Corrected mistake in target framework versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LTRData committed Sep 2, 2024
1 parent ef576b0 commit 7d35738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LibraryTests/LibraryTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework.CompareTo(`net462`))' &gt;= 0 And '$(TargetFramework.CompareTo(`net45`))' &lt; 0">
<ItemGroup Condition="'$(TargetFramework.CompareTo(`net462`))' &gt;= 0 And '$(TargetFramework.CompareTo(`net5`))' &lt; 0">
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.*" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
<PackageReference Include="System.IO.Compression" Version="*" />
Expand Down

0 comments on commit 7d35738

Please sign in to comment.