Files
server/src/Notifications/Notifications.csproj

21 lines
669 B
XML
Raw Normal View History

2018-08-02 12:14:33 -04:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
2018-09-10 21:30:14 -04:00
<Version>1.24.0</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>
2018-09-11 13:29:34 -04:00
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.4" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="1.0.3" />
2018-08-22 16:04:27 -04:00
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.0.0-preview1-10015" />
2018-08-02 12:14:33 -04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
</Project>