2018-08-02 12:14:33 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-08-16 13:45:31 -04:00
|
|
|
|
<UserSecretsId>bitwarden-Notifications</UserSecretsId>
|
2018-08-02 12:14:33 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2023-06-08 13:21:03 -04:00
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Notifications' " />
|
|
|
|
|
|
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Notifications-SelfHost' " />
|
2018-08-02 12:14:33 -04:00
|
|
|
|
<ItemGroup>
|
2026-01-28 15:02:56 +00:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="10.0.2" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="10.0.2" />
|
2018-08-02 12:14:33 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2025-02-05 15:32:27 -05:00
|
|
|
|
<ItemGroup Label="Pinned transitive dependencies">
|
|
|
|
|
|
<PackageReference Include="MessagePack" Version="2.5.192" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2018-08-02 12:14:33 -04:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
2022-01-11 10:40:51 +01:00
|
|
|
|
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
|
2018-08-02 12:14:33 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|