tune
This commit is contained in:
parent
556b31d02d
commit
6c6b31a115
@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<Nullable>disable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
<Platforms>x64</Platforms>
|
||||
|
@ -2,6 +2,7 @@ using Hi.Disp;
|
||||
using Hi.Licenses;
|
||||
using Hi.Webapi.Hubs;
|
||||
using Hi.Webapi.Services;
|
||||
using Hi.Common.Messages;
|
||||
|
||||
namespace Hi.Webapi
|
||||
{
|
||||
@ -53,7 +54,7 @@ namespace Hi.Webapi
|
||||
{
|
||||
DispEngine.FinishDisp();
|
||||
License.LogOutAll();
|
||||
Console.WriteLine($"App exit.");
|
||||
MessageKit.AddInfo($"App exit.");
|
||||
});
|
||||
|
||||
// Configure the HTTP request pipeline.
|
||||
|
Loading…
x
Reference in New Issue
Block a user