Move Razor tooling package to tooling section and fix build break

This commit is contained in:
Kiran Challa 2016-02-19 12:41:02 -08:00
parent 65ab6cffc0
commit 19cdddbcd6
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,8 @@
"../../shared/**/*.cs"
],
"tools": {
"dotnet-publish-iis": "1.0.0-*"
"dotnet-publish-iis": "1.0.0-*",
"dotnet-razor-tooling": "1.0.0-*"
},
"content": [
"Areas",
@ -27,7 +28,6 @@
"config.json"
],
"dependencies": {
"dotnet-razor-tooling": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",