Currently I'm totally struggeling with asp.net mvc version numbers and assembly version numbers. The chaos is compleet with the new Asp.Net Core.
When I'm creating a new ASP.Net MVC website using Visual Studio 2015 and .Net Framework 4.5.1, it adds assemblies with the Version number 5.2.3. Does this mean MVC Version 5 or MVC Version 6? And is this (one of them) the same code base as ASP.NET Core 1.0 uses?
And how to bring asp.net 4.6 with this together, or do I have to differentiate between aspnet and asp.net mvc?