Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 01caa0f

Browse files
rynowakSridhar-MS
authored andcommitted
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.
1 parent 8fcfc2a commit 01caa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dotnet/commands/dotnet-new/CSharp_Web/project.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
1111
"Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0",
1212
"Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0",
13-
"Microsoft.AspNetCore.Mvc": "1.0.0",
13+
"Microsoft.AspNetCore.Mvc": "1.0.1",
1414
"Microsoft.AspNetCore.Razor.Tools": {
1515
"version": "1.0.0-preview2-final",
1616
"type": "build"

0 commit comments

Comments
 (0)