1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

Remove unused MessagePack dependency (#4909)

This commit is contained in:
Matt Bishop
2024-10-17 17:30:54 -04:00
committed by GitHub
parent 1fb366d42b
commit 1d3188d3f5

View File

@ -12,8 +12,4 @@
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MessagePack" Version="2.5.172" />
</ItemGroup>
</Project>