Update MVC version to 1.0.1
We're shipping a new patch of all MVC packages in 1.0.1. This bumps up the version number of the MVC metapackage so that projects created with `dotnet new` get the latest version.
This commit is contained in:
parent
8fcfc2af05
commit
01caa0fb4f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
|
||||
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0",
|
||||
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
|
||||
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
||||
"Microsoft.AspNetCore.Mvc": "1.0.1",
|
||||
"Microsoft.AspNetCore.Razor.Tools": {
|
||||
"version": "1.0.0-preview2-final",
|
||||
"type": "build"
|
||||
|
|
Loading…
Reference in a new issue