You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): install wasm-tools-net9 workload for Blazor WASM build
The CI runner defaults to .NET 10 SDK which resolves 'wasm-tools' to
the .NET 10 variant. The project targets net9.0 and requires the
'wasm-tools-net9' workload specifically.
0 commit comments