I am trying to compile a Visual Studio project (.sln) and get the error message
Error NETSDK1045 The current .NET SDK does not support targeting .NET Core 6.0. Either target .NET Core 5.0 or lower, or use a version of the .NET SDK that supports .NET Core 6.0.
Now, I wonder how or where I can install .NET Core 6.0.
I have found https://dotnet.microsoft.com/download/dotnet but it only has a .NET Core 3.1.
So, I'd appreciate any pointer towards finding .NET Core 6.0.