Skip to content

Commit

Permalink
Update package references
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Dec 10, 2024
1 parent 296949e commit d994e82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Cryptography/NSec.Cryptography.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NSec.Cryptography.X25519</Description>
</PropertyGroup>

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

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit d994e82

Please sign in to comment.