Merge pull request #3485 from livarcocc/offline

Offline feature work
This commit is contained in:
Livar 2016-06-12 00:58:26 -07:00 committed by GitHub
commit 9f2bb66198
60 changed files with 5816 additions and 17 deletions

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