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

Raygun.Blazor: Make .NET 9 compatible #61

Closed
teneko opened this issue Dec 19, 2024 · 1 comment
Closed

Raygun.Blazor: Make .NET 9 compatible #61

teneko opened this issue Dec 19, 2024 · 1 comment

Comments

@teneko
Copy link

teneko commented Dec 19, 2024

The Raygun.Blazor NuGet package has dependencies and one of it called Microsoft.AspNetCore.Components.Web is stricly constrained to >= 8.0.11 && < 9.0.0. It would be nice to support Microsoft.AspNetCore.Components.Web >= 9.0.0, otherwise people in .NET 8.0 cannot upgrade to .NET 9.0 because of this constraint.

@miquelbeltran miquelbeltran mentioned this issue Dec 20, 2024
11 tasks
@miquelbeltran
Copy link
Contributor

Hi @teneko we are preparing Raygun.Blazor to support targeting both net8.0 and net9.0, as well its dependencies will support versions >= 9.0.0 when using net9.0. The work in progress can be seen here: #62

@teneko teneko closed this as completed Jan 8, 2025
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

No branches or pull requests

2 participants