What changes does the web.config file need while upgrading from .Net Framework 4.5 to 4.8?
I want to upgrade .Net framework
version from 4.5
to 4.8
This is for an Web Forms (.aspx)
project
Class library targets 4.8 and MVC project referencing that lib project targets 4.5.1?
I am in the process of upgrading a legacy application from .Net framework version 4.5 to 4.8.
Upgrade guide .net framework 4.5 to 4.8
We are in the process of upgrading .NET framework version from 4.5 to 4.8 for a legacy application.