Skip to content

Commit

Permalink
React to razor tooling rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
NTaylorMullen committed Feb 19, 2016
1 parent 4123d83 commit b39f4df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 5 additions & 3 deletions samples/MvcSandbox/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 3 additions & 1 deletion samples/TagHelperSample.Web/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
Expand Down

0 comments on commit b39f4df

Please sign in to comment.