Updated to latest moonlight and mooncore version. Done refactoring to async scheme and other changes. Recreated database migrations and cleaned models
This commit is contained in:
@@ -2,4 +2,4 @@ using MoonlightServers.Daemon;
|
||||
|
||||
var startup = new Startup();
|
||||
|
||||
await startup.Run(args);
|
||||
await startup.RunAsync(args);
|
||||
Reference in New Issue
Block a user