renamed folders

This commit is contained in:
2022-02-20 13:57:55 +01:00
parent 0c3a31513f
commit 2095c51ec2
232 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
using System;
using Microsoft.AspNetCore.SignalR;
namespace app.SignalR
{
public class NotifyHub : Hub
{
}
}

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
</ItemGroup>
</Project>