2016-06-08 20:42:03 +00:00
|
|
|
{
|
|
|
|
"buildOptions": {
|
|
|
|
"emitEntryPoint": true,
|
|
|
|
"compile": {
|
|
|
|
"include": [
|
|
|
|
"../../src/dotnet-archive/*.cs",
|
|
|
|
"../../src/dotnet/CommandLine/*.cs"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.DotNet.Archive": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-06-10 20:02:48 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc3-004442-00"
|
2016-06-08 20:42:03 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {}
|
|
|
|
}
|
|
|
|
}
|