37 lines
760 B
JSON
37 lines
760 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true
|
|
},
|
|
"description": "ASP.NET 5 web server for writing and running tests.",
|
|
"packOptions": {
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/hosting"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNetCore.Hosting": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.Net.Http": ""
|
|
}
|
|
},
|
|
"netstandard1.3": {
|
|
"dependencies": {
|
|
"System.Diagnostics.Contracts": "4.0.1-*",
|
|
"System.Net.Http": "4.0.1-*"
|
|
},
|
|
"imports": [
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
} |