1
0
mirror of https://github.com/bitwarden/server synced 2026-02-26 01:13:35 +00:00

[deps] Tools: Pin dependencies

This commit is contained in:
renovate[bot]
2026-02-24 18:18:24 +00:00
committed by GitHub
parent 8f54ac306c
commit 554d3a472b
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>