20 lines
378 B
JSON
20 lines
378 B
JSON
{
|
|
"buildOptions": {
|
|
"emitEntryPoint": true,
|
|
"compile": {
|
|
"include": [
|
|
"../../src/dotnet-archive/*.cs",
|
|
"../../src/dotnet/CommandLine/*.cs"
|
|
]
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.DotNet.Archive": {
|
|
"target": "project"
|
|
},
|
|
"Microsoft.NETCore.App": "1.0.0-rc3-004391"
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.0": {}
|
|
}
|
|
}
|