Files
server/src/Notifications/Notifications.csproj

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
531 B
XML
Raw Normal View History

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>
<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" />
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
2018-08-02 12:14:33 -04:00
</ItemGroup>
</Project>