mgaffigan / WpfAppBar

AppBar implementation for WPF
MIT License
68 stars 10 forks source link

Would like upgrad the project to net8.0? #11

Closed Charltsing closed 1 month ago

Charltsing commented 1 month ago

Would like upgrad the project to net8.0?

Microsoft.NET.Sdk.WindowsDesktop to Microsoft.NET.Sdk

delete dpiAware and dpiAwareness in Itp.WinFormsAppBar.Demo\app.manifest

mgaffigan commented 1 month ago

I've released a v2.1.0 targeting net8.0. Please reopen if you have any issues. I've not changed DPI awareness, since any issue there is likely orthogonal to net7 vs net8.

mgaffigan commented 1 month ago

I did also add ApplicationHighDpiMode which replaces dpiAware and dpiAwareness` for winforms. I also corrected the issue with window sizing on mixed-DPI settings. See 2.2.0