mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
21 lines
655 B
XML
21 lines
655 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<Version>1.30.2</Version>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<RootNamespace>Bit.Notifications</RootNamespace>
|
|
<UserSecretsId>bitwarden-Notifications</UserSecretsId>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.10" />
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="1.0.4" />
|
|
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.0.9" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|