Fix project.json
This commit is contained in:
parent
e915f36748
commit
43cb58b9d7
|
|
@ -20,6 +20,10 @@
|
|||
"imports": [
|
||||
"net45"
|
||||
]
|
||||
},
|
||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
|
||||
"version": "1.0.0-*",
|
||||
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
|
|
@ -42,12 +46,6 @@
|
|||
"wwwroot",
|
||||
"web.config"
|
||||
],
|
||||
"tools": {
|
||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
|
||||
"version": "1.0.0-*",
|
||||
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue