chore: bump to 12.0 preview

This commit is contained in:
rabbitism
2026-02-18 11:01:05 +08:00
parent 7da8a03f84
commit de3ffc97b6
5 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ public partial class App : Application
case IClassicDesktopStyleApplicationLifetime desktop:
// Line below is needed to remove Avalonia data validation.
// Without this line you will get duplicate validations from both Avalonia and CT
BindingPlugins.DataValidators.RemoveAt(0);
// BindingPlugins.DataValidators.RemoveAt(0);
desktop.MainWindow = new MainWindow();
break;
case ISingleViewApplicationLifetime singleView: