I installed the .NET 7.0 SDK. and Runtime. I Checked id with dotnet --info, I saw what I expected. I installed VS Community version, began to create a new console application for multi platform, but I just saw the .NET version 6.0 in the drop down list. Why didn't see the (already installed) .NET version 7.0?
Thank you in advance.