Files
server/src/Notifications/Notifications.csproj

21 lines
655 B
XML
Raw Normal View History

2018-08-02 12:14:33 -04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2019-05-15 22:12:59 -04:00
<Version>1.30.4</Version>
2018-08-02 12:14:33 -04:00
<TargetFramework>netcoreapp2.1</TargetFramework>
2018-08-16 13:45:31 -04:00
<RootNamespace>Bit.Notifications</RootNamespace>
<UserSecretsId>bitwarden-Notifications</UserSecretsId>
2018-08-02 12:14:33 -04:00
</PropertyGroup>
<ItemGroup>
2019-05-11 20:56:49 -04:00
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.10" />
2018-10-05 14:05:52 -04:00
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="1.0.4" />
2019-05-11 20:56:49 -04:00
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.0.9" />
2018-08-02 12:14:33 -04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
</Project>