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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user