question

zipswich avatar image
0 Votes"
zipswich asked zipswich commented

Upgrade ASP.Net MVC project to .NET Framework 4.8

I have a fairly old ASP.Net MVC project. It seems that the atest .Net Framework it can target is 4.7.2.
125095-image.png

Can 4.8 be an option? I am asking this primarily out of curiosity. The web app works fine.

dotnet-aspnet-mvc
image.png (52.4 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

You need to download and install the .NET 4.8 framework if you want it to show up Visual Studio.


1 Vote 1 ·

Thank you. Could you turn your comment into an answer for me to accept?

0 Votes 0 ·

1 Answer

GeekDotnet avatar image
1 Vote"
GeekDotnet answered zipswich commented

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.

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I installed 4.8 SDK on my dev machine and 4.8 runtime on the prod server.

1 Vote 1 ·