sql-bi / Bravo

Bravo for Power BI
MIT License
356 stars 94 forks source link

Retarget framework from `net6-windows10.0.17763.0` to `net6-windows` #819

Closed albertospelta closed 2 months ago

albertospelta commented 2 months ago

This update addresses a breaking change in the Microsoft.Identity.Client library, which has removed support for the net6.0-windows7.0 binary. To maintain compatibility for desktop applications targeting net6.0-windows, the Microsoft.Identity.Client.Desktop dependency has been added. This change ensures that authentication using a browser, with the method WithWindowsEmbeddedBrowserSupport(), continues to work seamlessly. See https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4468

Additionally, this update allows us to remove the dependency on the Microsoft.Windows.SDK framework, which has resulted in a reduction of installed binary sizes.