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

31 lines
685 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true,
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk",
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"outputName": "dotnet-publish-iis"
},
"dependencies": {
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-dnxcore50+net45+win8+wp8+wpa81"
],
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
}
}
}
}
}