I have a fairly old ASP.Net MVC project. It seems that the atest .Net Framework it can target is 4.7.2.
Can 4.8 be an option? I am asking this primarily out of curiosity. The web app works fine.
I have a fairly old ASP.Net MVC project. It seems that the atest .Net Framework it can target is 4.7.2.
Can 4.8 be an option? I am asking this primarily out of curiosity. The web app works fine.
You need to download and install the .NET 4.8 framework if you want it to show up Visual Studio.
Thank you. Could you turn your comment into an answer for me to accept?
Additional Information for migrating the app to .Net Framework 4.8
https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/runtime/4.5-4.8
Note: Please also check if your TEST, QA, and PROD servers support 4.8.
2 people are following this question.