Move Razor tooling package to tooling section and fix build break
This commit is contained in:
parent
65ab6cffc0
commit
19cdddbcd6
|
|
@ -17,7 +17,8 @@
|
||||||
"../../shared/**/*.cs"
|
"../../shared/**/*.cs"
|
||||||
],
|
],
|
||||||
"tools": {
|
"tools": {
|
||||||
"dotnet-publish-iis": "1.0.0-*"
|
"dotnet-publish-iis": "1.0.0-*",
|
||||||
|
"dotnet-razor-tooling": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"content": [
|
"content": [
|
||||||
"Areas",
|
"Areas",
|
||||||
|
|
@ -27,7 +28,6 @@
|
||||||
"config.json"
|
"config.json"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-razor-tooling": "1.0.0-*",
|
|
||||||
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
|
"Microsoft.AspNetCore.Authentication.Google": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue