[backend/csproj] Drop libsodium dependency

This is not necessary anymore, as we dropped cuid2 as a dependency, which depended on NSec.Cryptography, which depended on libsodium.
This commit is contained in:
Laura Hausmann 2024-06-11 17:22:37 +02:00
parent 0379624d1d
commit 16383211ea
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -41,7 +41,6 @@
<PackageReference Include="Iceshrimp.ObjectStorage.S3" Version="0.33.2" />
<PackageReference Include="Isopoh.Cryptography.Argon2" Version="2.0.0" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="libsodium" Version="1.0.18.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.6" />