CUB-53: add SignalR hub registration and configuration

This commit is contained in:
cubecraft-agents[bot]
2026-04-26 11:34:51 +00:00
parent f490098af6
commit 38b7d13312
7 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.14" />
</ItemGroup>
</Project>