Upgrade Avalonia packages and fixed some of issues with this upgrade.
This commit is contained in:
@@ -11,6 +11,9 @@ internal sealed partial class Program
|
||||
App.SettingsProvider=new BrowserSettingsProvider();
|
||||
return BuildAvaloniaApp()
|
||||
.WithInterFont()
|
||||
#if DEBUG
|
||||
.WithDeveloperTools()
|
||||
#endif
|
||||
.StartBrowserAppAsync("out");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user