We are documenting the app, so we found the NET Version but we couldn’t find the MVC version of the project. I need to know how to find it.
I tried with properties of the project but I found the Target Framework: NET 6, and I couldn’t find the MVC version this project is using.
2
Answers
Open Web.config file and find the
System.Web.Mvc
assembly:Follow the steps below:
Method One:
Expand Reference in Solution Explorer and find System.Web.Mvc
Right-click System.Web.Mvc and click Properties to display the mvc version in Version
Method Two: