Merge branch 'release' into dev
This commit is contained in:
commit
cbcae3f4e5
|
|
@ -19,6 +19,10 @@
|
||||||
"imports": [
|
"imports": [
|
||||||
"net45"
|
"net45"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
|
||||||
|
"version": "1.0.0-*",
|
||||||
|
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
@ -41,12 +45,6 @@
|
||||||
"wwwroot",
|
"wwwroot",
|
||||||
"web.config"
|
"web.config"
|
||||||
],
|
],
|
||||||
"tools": {
|
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration.Tools": {
|
|
||||||
"version": "1.0.0-*",
|
|
||||||
"imports": "portable-net45+wp80+win8+wpa81+dnxcore50"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue