Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

albertospelta
Copy link
Collaborator

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 AzureAD/microsoft-authentication-library-for-dotnet#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 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 AzureAD/microsoft-authentication-library-for-dotnet#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 by approximately 20%.
@albertospelta albertospelta added the enhancement New feature or request label Sep 19, 2024
@albertospelta albertospelta added this to the 1.0.10 milestone Sep 19, 2024
@albertospelta albertospelta merged commit b888de6 into main Sep 19, 2024
1 check passed
@albertospelta albertospelta deleted the alberto/msal-desktop branch September 19, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant