1
0
mirror of https://github.com/bitwarden/server synced 2026-02-17 18:09:11 +00:00

[deps] Tools: Pin dependencies

This commit is contained in:
renovate[bot]
2026-02-11 22:26:19 +00:00
committed by GitHub
parent c15c41801a
commit 0dc8f6b5e2
30 changed files with 107 additions and 107 deletions

View File

@@ -8,12 +8,12 @@
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Notifications' " />
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Notifications-SelfHost' " />
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="[8.0.8]" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="[8.0.8]" />
</ItemGroup>
<ItemGroup Label="Pinned transitive dependencies">
<PackageReference Include="MessagePack" Version="2.5.192" />
<PackageReference Include="MessagePack" Version="[2.5.192]" />
</ItemGroup>
<ItemGroup>