I have VS 2019 Version 16.10.1, Docker Desktop
1. Create new project, choose Blazor WebAssembly App (.NET 5.0)
2. Right click project in solution explorer choose Add-> Docker Support and choose Linux
3. Compiles fine and runs when you select "IIS Express"
4. Choose Docker instead of IIS Express and run
Fails with a dialog stating
"The target process exited without raising a CoreCLR started event. Ensure that the target process is configured to use .NET Core. This may be expected if the target process did not run on .NET Core."
Can not get it to work.
Regards