I am trying to upgrade from a Blazor WASM .net5 project to .net6. I change the to net6.0 on all the projects. All compiles well, but I get a 404 error on loading blazor.webassembly.js
When I search for it from explorer I find it at: examgenerator\bin\Debug\net6.0\wwwroot_framework
while the request URL is: https://localhost:5001/_framework/blazor.webassembly.js
What am I missing?