MudBlazor still not compatible with .NET10?

1 day ago 2
ARTICLE AD BOX

I've created a Blazor WASM project and I can publish it. After adding the MudBlazor 9.2.0 nuget package I can no longer publish and get this error:

Package Microsoft.AspNetCore.Components.Authorization 10.0.5 is not compatible with net9.0 (.NETCoreApp,Version=v9.0). Package Microsoft.AspNetCore.Components.Authorization 10.0.5 supports: net10.0 (.NETCoreApp,Version=v10.0)

All my other dependencies target .NET10 so my suspicion is MudBlazor, even though in the description shown in Package Manager I can see it claims to support .NET10.

Is there something else I'm missing here?

Read Entire Article