How to upgrade a .Net 4.8 project up to .NET 8.0?

16 hours ago 3
ARTICLE AD BOX

I have a project, whose target framework is .NET Framework 4.8. I'd like to updgrade this to .NET 8.0.

Up to now, I have the following information in my project properties:

Project screenshot 4.8

I'd like to upgrade, but in order to do so, I apparently should download the other SDK:

Project screenshot other SDKs

That latter brings me to the Microsoft.com website, where I get the question to download the SDK, which I do. I also install this and restart my Visual Studio environment. I expect to get the possibility to choose that new .NET Framework in the mentioned list, but there's nothing there.

Does anybody know what to do?
Thanks in advance

Read Entire Article