Another beta is available for ASP.NET 5 MVC 6! Here are my upgrade notes to my team on the migration process from Beta 5 to Beta 6; hopefully some of them will help you in your migration, as well.
Hello Team:
We’ve been moved to beta 6! This requires a tooling update for VS, so please install the following:
- DotNetVersionManager-x64.msi
- WebToolsExtensionsVS14
From: http://www.microsoft.com/en-us/download/details.aspx?id=48222
And don’t forget to update your dnvm stuff (ORDER MATTERS):
- dnvm upgrade -arch x64 -r clr
- dnvm upgrade -arch x86 -r clr
The following announcements effected or are at least somewhat relevant to the codebase to varying levels:
- EntityFramework.* packages renamed to EntityFramework7.* & meta-package removed
- project.lock.json Version set to 1
- Refactoring of MVC packages
- Known issues for ASP.NET 5 support in Visual Studio 2015
- EntityFramework 7 Release Notes
Something we should look into sometime in the future, maybe in combination with or as an alternative to Redis:
Thanks, -Brandon