Visual studio 2022 is unable to start a ASP.NET Core project on docker, here is what I did:
- Started VS 2022
 - Created a new project based on template "ASP.NET Core Web App"
 - On the template config, I had defined dotnet 6 and "Enable Docker" to true (Linux, I'm using Win 11 WSL)
 - I have waited the container tools of vs to finish and then, hitted F5 to start the application on docker
 - The error 
Unable to resolve dotnet core versionpuped:
 
If I try to browse the URL on browser, I got ERR_EMPTY_RESPONSE
Does the VS2022 template needs some modifications to work? Any help?
What I tried:
- Troubleshooting https://learn.microsoft.com/en-us/visualstudio/containers/troubleshooting-docker-errors?view=vs-2022
 - Reinstall VS2022