React to razor tooling rename.

This commit is contained in:
N. Taylor Mullen 2016-02-19 15:05:37 -08:00
parent 4123d83d26
commit b39f4dfe29
2 changed files with 8 additions and 4 deletions

View File

@ -13,14 +13,16 @@
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.AspNetCore.Tooling.Razor": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"tools": {
"dotnet-razor-tooling": "1.0.0-*"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}
"dnx451": { },
"dnxcore50": { }
},
"exclude": [
"wwwroot",

View File

@ -14,9 +14,11 @@
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
"Microsoft.AspNetCore.Tooling.Razor": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"tools": {
"dotnet-razor-tooling": "1.0.0-*"
},
"frameworks": {
"dnx451": {},
"dnxcore50": {}