Fix build warnings
This commit is contained in:
parent
d42df96a47
commit
2bd97b6071
|
|
@ -6,7 +6,12 @@
|
||||||
"nowarn": [
|
"nowarn": [
|
||||||
"CS1591"
|
"CS1591"
|
||||||
],
|
],
|
||||||
"xmlDoc": true
|
"xmlDoc": true,
|
||||||
|
"embed": [
|
||||||
|
"Deployers/RemoteWindowsDeployer/RemotePSSessionHelper.ps1",
|
||||||
|
"Deployers/RemoteWindowsDeployer/StartServer.ps1",
|
||||||
|
"Deployers/RemoteWindowsDeployer/StopServer.ps1"
|
||||||
|
],
|
||||||
},
|
},
|
||||||
"description": "ASP.NET 5 helpers to deploy applications to IIS Express, IIS, WebListener and Kestrel for testing.",
|
"description": "ASP.NET 5 helpers to deploy applications to IIS Express, IIS, WebListener and Kestrel for testing.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
|
|
@ -15,11 +20,6 @@
|
||||||
"url": "git://github.com/aspnet/hosting"
|
"url": "git://github.com/aspnet/hosting"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"resource": [
|
|
||||||
"Deployers/RemoteWindowsDeployer/RemotePSSessionHelper.ps1",
|
|
||||||
"Deployers/RemoteWindowsDeployer/StartServer.ps1",
|
|
||||||
"Deployers/RemoteWindowsDeployer/StopServer.ps1"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
"Microsoft.AspNetCore.Testing": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue