This commit is contained in:
iambossTC 2025-07-23 10:48:07 +08:00
parent 556b31d02d
commit 6c6b31a115
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable> <Nullable>disable</Nullable>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<PlatformTarget>x64</PlatformTarget> <PlatformTarget>x64</PlatformTarget>
<Platforms>x64</Platforms> <Platforms>x64</Platforms>

View File

@ -2,6 +2,7 @@ using Hi.Disp;
using Hi.Licenses; using Hi.Licenses;
using Hi.Webapi.Hubs; using Hi.Webapi.Hubs;
using Hi.Webapi.Services; using Hi.Webapi.Services;
using Hi.Common.Messages;
namespace Hi.Webapi namespace Hi.Webapi
{ {
@ -53,7 +54,7 @@ namespace Hi.Webapi
{ {
DispEngine.FinishDisp(); DispEngine.FinishDisp();
License.LogOutAll(); License.LogOutAll();
Console.WriteLine($"App exit."); MessageKit.AddInfo($"App exit.");
}); });
// Configure the HTTP request pipeline. // Configure the HTTP request pipeline.