commit
9f2bb66198
60 changed files with 5816 additions and 17 deletions
20
tools/Archiver/project.json
Normal file
20
tools/Archiver/project.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"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-004442-00"
|
||||
},
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue