Added backend
This commit is contained in:
9
gswi.SignalR/NotifyHub.cs
Normal file
9
gswi.SignalR/NotifyHub.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using Microsoft.AspNetCore.SignalR;
|
||||
|
||||
namespace gswi.SignalR
|
||||
{
|
||||
public class NotifyHub : Hub
|
||||
{
|
||||
}
|
||||
}
|
11
gswi.SignalR/gswi.SignalR.csproj
Normal file
11
gswi.SignalR/gswi.SignalR.csproj
Normal 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>
|
Reference in New Issue
Block a user