1
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#if NETCOREAPP
|
||||
using System;
|
||||
using Cysharp.Threading.Tasks;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
namespace BITKit;
|
||||
|
||||
public class BITAppForNet
|
||||
@@ -18,7 +18,7 @@ public class BITAppForNet
|
||||
BIT4Log.OnSetConsoleColor += color => Console.ForegroundColor = color;
|
||||
BIT4Log.OnNextLine += Console.WriteLine;
|
||||
|
||||
BITApp.Start(name);
|
||||
await BITApp.Start(name);
|
||||
await BITBinary.Start();
|
||||
}
|
||||
public static UniTask DisposeAsync()
|
||||
|
Reference in New Issue
Block a user