auth0 / auth0-dotnet-templates

Auth0 Templates for .NET
Apache License 2.0
46 stars 7 forks source link

[ADD] .NET 8 support for the Auth0 Blazor WebAssembly template #23

Closed RobinS-S closed 8 months ago

RobinS-S commented 9 months ago

Description

The Blazor WebAssembly .NET template for Auth0 supports .NET 7. As .NET 8 has been released, I added support for .NET 8.

Testing

You can test this PR by locally installing the template and creating a project for both .NET 7 and .NET 8. Run and test the application. There is no automated testing available.

Checklist

andychiare commented 9 months ago

Hey @RobinS-S, thank you so much for your contribution. In the next few days I'll test the template and possibly merge your PR