I've been struggling to change an asp.net core web api project's target framework to .NET 6 which was started using target framework .net5. I've already tried a few options but couldn't find the .NET 6 framework listed in the target dropdown.
- I am using Microsoft Visual Studio Enterprise 2019 Version 16.11.3.
- I've installed .NET 6.0.0-rc.2.21480.5. which is verified through dotnet --version.
- Enabled "Use previews of the .NET Core SDK", and restarted the program.
- restarted workstation several times & still no luck.
Looking forward to availing of community help!