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

Upgrade to .NET 9.0 and update package versions #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

274188A
Copy link

@274188A 274188A commented Jan 2, 2025

  • Updated target framework for BlazorIntAuto.Client and BlazorIntAuto projects from .NET 8.0 to .NET 9.0.
  • Upgraded Microsoft.AspNetCore.Components.WebAssembly and Microsoft.AspNetCore.Components.WebAssembly.Authentication packages to version 9.0.0 in BlazorIntAuto.Client.
  • Updated Auth0.AspNetCore.Authentication package from version 1.4.0 to 1.4.1 in BlazorIntAuto.
  • Upgraded Microsoft.AspNetCore.Components.WebAssembly.Server package to version 9.0.0 in BlazorIntAuto.

- Updated target framework for BlazorIntAuto.Client and BlazorIntAuto projects from .NET 8.0 to .NET 9.0.
- Upgraded `Microsoft.AspNetCore.Components.WebAssembly` and `Microsoft.AspNetCore.Components.WebAssembly.Authentication` packages to version 9.0.0 in BlazorIntAuto.Client.
- Updated `Auth0.AspNetCore.Authentication` package from version 1.4.0 to 1.4.1 in BlazorIntAuto.
- Upgraded `Microsoft.AspNetCore.Components.WebAssembly.Server` package to version 9.0.0 in BlazorIntAuto.
@andychiare
Copy link
Contributor

Hey @274188A, thank you for your contribution 🙏
This repo is paired with this article, which covers .NET 8.
Actually, updating the package versions is not enough to update to .NET 9, or rather, you can do something more by taking advantage of the new native support for serialization of the authentication state.
Currently, my intention is to keep the current version of the article and the project to support those who have not upgraded to .NET 9, and to update the article with a note about the new functionality in .NET 9.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants