1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-17 07:30:59 -05:00

[PM-17957] Pin Transitive Deps (#5371)

* Remove duplicate quartz reference

* Pin Core packages

* Pin Notifications packages
This commit is contained in:
Justin Baur
2025-02-05 15:32:27 -05:00
committed by GitHub
parent 77364549fa
commit a971a18719
2 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,10 @@
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.8" />
</ItemGroup>
<ItemGroup Label="Pinned transitive dependencies">
<PackageReference Include="MessagePack" Version="2.5.192" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />