Recently Microsoft has release .NET 5. If we want to upgrade .NET Framework 4.8 to .net 5 then how can we accomplish this task.
Please Note :
I had already upgrade Visual Studio 18.2 with all latest component and .net Framework 5. But in project property .net 5 is not displayed.
My application is in .net Framework not in .net core.
Update Feb 02, 2021 Same Question I had posted on Microsoft Forum and luckily they replied very positively.
Update August 2021
Message from Microsoft
We’ll continue to make the .NET Upgrade Assistant better through previews that will coming out in the GitHub repo. You can find it here: https://github.com/dotnet/upgrade-assistant
Update May 2023 one more link I found. It may helpful
https://procodeguide.com/dotnet/migrate-net-framework-to-net-core/
Happy upgrading!