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.
This update addresses a breaking change in the
Microsoft.Identity.Client
library, which has removed support for thenet6.0-windows7.0
binary. To maintain compatibility for desktop applications targetingnet6.0-windows
, theMicrosoft.Identity.Client.Desktop
dependency has been added. This change ensures that authentication using a browser, with the methodWithWindowsEmbeddedBrowserSupport()
, continues to work seamlessly. See https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4468Additionally, this update allows us to remove the dependency on the
Microsoft.Windows.SDK
framework, which has resulted in a reduction of installed binary sizes.