Skip to content

Commit

Permalink
Geralt.csproj: Restrict libsodium version range.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-lucas6 committed Jan 18, 2025
1 parent 80427d6 commit 2df31dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geralt/Geralt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="libsodium" Version="1.0.20.1" />
<PackageReference Include="libsodium" Version="[1.0.20.1,1.0.21)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2df31dc

Please sign in to comment.