Class library targets 4.8 and MVC project referencing that lib project targets 4.5.1?
Hello!
I am in the process of upgrading a legacy application from .Net framework version 4.5 to 4.8.
The solution has a couple of class library projects and an MVC project and a Web Forms project.
The Web Forms & MVC projects reference the class library projects.
We want to upgrade the Web Forms project to target 4.8 and therefore also decided to upgrade the class library projects to 4.8 as well.
The challenge/question is.. we are not sure if the MVC project is being used at all.
In order to spend our time efficiently, is it ok if we upgrade the class libraries to 4.8 and leave the MVC application to target 4.5.1?
Hello!I am in the process of upgrading a legacy application from .Net framework version 4.5 to 4.8.The solution has a couple of class library projects and an MVC project and a Web Forms project.The Web Forms & MVC projects reference the class library projects.We want to upgrade the Web Forms project to target 4.8 and therefore also decided to upgrade the class library projects to 4.8 as well.The challenge/question is.. we are not sure if the MVC project is being used at all. In order to spend our time efficiently, is it ok if we upgrade the class libraries to 4.8 and leave the MVC application to target 4.5.1? Read More