24 lines
525 B
JSON
24 lines
525 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true,
|
|
"warningsAsErrors": true,
|
|
"keyFile": "../../tools/Key.snk",
|
|
"nowarn": [ "CS1591" ],
|
|
"xmlDoc": true,
|
|
"outputName": "dotnet-publish-iis"
|
|
},
|
|
|
|
"dependencies": {
|
|
"Microsoft.Extensions.CommandLineUtils": "1.0.0-*",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
|
"Microsoft.DotNet.ProjectModel": "1.0.0-*",
|
|
"Microsoft.DotNet.Cli.Utils": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
}
|
|
}
|
|
}
|