Search code examples
c#asp.net-mvcasp.net-mvc-5.2

Minimum Required Framework for MVC 5.2.3


What is the minimum required version of .NET Framework to run ASP.NET MVC 5.2.3? In https://blogs.msdn.microsoft.com/dotnet/2015/07/20/announcing-net-framework-4-6/ Microsoft noticed their updates for MVC 5.2.3. Besides, I see these properties in my VS2013 IDE: enter image description here

Is the Runtime Version, is the required .net Framework Version to run MVC 5.2.3?


Solution

  • The minimum is 4.0.30319 because 4.0.30319 is 100% forwards compatible with all in place updates to the .Net framework that still have that version.