tune
This commit is contained in:
parent
556b31d02d
commit
6c6b31a115
@ -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>
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user