aspnetcore/src/Microsoft.AspNetCore.Server.../project.json

61 lines
1.5 KiB
JSON

{
"version": "0.2.0-*",
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"embed": [
"Deployers/RemoteWindowsDeployer/RemotePSSessionHelper.ps1",
"Deployers/RemoteWindowsDeployer/StartServer.ps1",
"Deployers/RemoteWindowsDeployer/StopServer.ps1"
]
},
"description": "ASP.NET Core helpers to deploy applications to IIS Express, IIS, WebListener and Kestrel for testing.",
"packOptions": {
"repository": {
"type": "git",
"url": "git://github.com/aspnet/hosting"
},
"tags": [
"aspnetcore",
"testing"
]
},
"dependencies": {
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Microsoft.Extensions.FileProviders.Embedded": "1.1.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.1.0-*",
"Microsoft.Extensions.Process.Sources": {
"type": "build",
"version": "1.1.0-*"
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {
"dependencies": {
"Microsoft.Web.Administration": "7.0.0"
},
"frameworkAssemblies": {
"System.Net.Http": "",
"System.Runtime": {
"type": "build"
},
"System.Xml": "",
"System.Xml.Linq": ""
}
},
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.Process": "4.3.0-*",
"System.Threading.Thread": "4.3.0-*"
},
"imports": [
"portable-net45+win8"
]
}
}
}