2018-08-02 12:14:33 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-08-16 13:45:31 -04:00
|
|
|
|
<UserSecretsId>bitwarden-Notifications</UserSecretsId>
|
2018-08-02 12:14:33 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-06-24 10:39:34 -04:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="6.0.4" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="6.0.4" />
|
2018-08-02 12:14:33 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
2022-01-11 10:40:51 +01:00
|
|
|
|
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
|
2018-08-02 12:14:33 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|