Change App.xaml to resolve packaging issues for server.
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Wino.Server
|
||||
var context = new DispatcherQueueSynchronizationContext(
|
||||
DispatcherQueue.GetForCurrentThread());
|
||||
SynchronizationContext.SetSynchronizationContext(context);
|
||||
new App();
|
||||
new ServerApp();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user