[nuget] Fix libsodium version
This commit is contained in:
parent
ea71433ce7
commit
674b34a930
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<PackageReference Include="EntityFrameworkCore.Projectables" Version="3.0.4"/>
|
||||
<PackageReference Include="FlexLabs.EntityFrameworkCore.Upsert" Version="8.0.0"/>
|
||||
<PackageReference Include="Isopoh.Cryptography.Argon2" Version="2.0.0"/>
|
||||
<PackageReference Include="libsodium" Version="1.0.19" />
|
||||
<PackageReference Include="libsodium" Version="1.0.18.4" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.3" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.3" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.3" />
|
||||
|
|
Loading…
Add table
Reference in a new issue