1
0
mirror of https://github.com/XFox111/backbone.git synced 2026-04-22 07:17:59 +03:00

chore(dev): ci workflow update + minor changes

This commit is contained in:
2025-09-03 08:20:38 +00:00
parent 6984c63028
commit 5fe5aaf33b
4 changed files with 58 additions and 32 deletions
+5
View File
@@ -1,7 +1,12 @@
using System.Reflection;
using System.Text.Json.Serialization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.SignalR;
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyCompany("Eugene Fox")]
[assembly: AssemblyCopyright("© Eugene Fox 2025")]
WebApplicationBuilder builder = WebApplication.CreateSlimBuilder(args);
builder.Services.AddSignalR();