1
0
mirror of https://github.com/bitwarden/server synced 2026-02-12 22:44:00 +00:00
Files
server/src/Notifications/Notifications.csproj
2026-02-11 22:26:19 +00:00

25 lines
868 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<Sdk Name="Bitwarden.Server.Sdk" />
<PropertyGroup>
<UserSecretsId>bitwarden-Notifications</UserSecretsId>
</PropertyGroup>
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Notifications' " />
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Notifications-SelfHost' " />
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="[8.0.8]" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="[8.0.8]" />
</ItemGroup>
<ItemGroup Label="Pinned transitive dependencies">
<PackageReference Include="MessagePack" Version="[2.5.192]" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
</ItemGroup>
</Project>