dotnet-installer/tools/Archiver/project.json

21 lines
378 B
JSON
Raw Normal View History

{
"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": {}
}
}