mirror of
https://github.com/bitwarden/server.git
synced 2025-07-09 03:43:51 -05:00
Project configuration tune-up (#2994)
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
<UserSecretsId>bitwarden-Notifications</UserSecretsId>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Notifications' " />
|
||||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Notifications-SelfHost' " />
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="6.0.4" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="6.0.4" />
|
||||
|
Reference in New Issue
Block a user