### Description I'm unable to run a new WebAssembly Browser App from VS or the CLI. ### Reproduction Steps ``` dotnet workload install wasm-experimental dotnet new wasmbrowser dotnet run ``` Or create the project from VS and try to run in VS. ### Expected behavior App runs successfully ### Actual behavior The application to execute does not exist: 'C:\Program' ### Regression? _No response_ ### Known Workarounds _No response_ ### Configuration 7.0.100-rc.1.22429.3 VS 17.4 P1 ### Other information _No response_