2018-08-02 18:14:33 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2019-09-20 13:43:04 +02:00
|
|
|
|
<Version>1.33.0</Version>
|
2020-01-10 14:33:13 +01:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2018-08-16 19:45:31 +02:00
|
|
|
|
<RootNamespace>Bit.Notifications</RootNamespace>
|
|
|
|
|
<UserSecretsId>bitwarden-Notifications</UserSecretsId>
|
2018-08-02 18:14:33 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-03-05 03:57:42 +01:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="3.1.2" />
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="3.1.2" />
|
2018-08-02 18:14:33 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|