Skip to content

Commit

Permalink
Agreed that we dont need to move to v9.x.x in System assemblies, lets…
Browse files Browse the repository at this point in the history
… be dependent only on v8.x.x
  • Loading branch information
René Mihula committed Dec 5, 2024
1 parent fd09cca commit e075ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProDotNetZipNetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Security.Permissions" Version="9.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0" />
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e075ea1

Please sign in to comment.