2016-01-22 10:40:01 -08:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
2016-05-12 19:03:08 -07:00
|
|
|
"buildOptions": {
|
|
|
|
"emitEntryPoint": true,
|
|
|
|
"copyToOutput": {
|
2016-09-08 14:40:46 -07:00
|
|
|
"include": "testcontentfile.txt",
|
|
|
|
"mappings": {
|
|
|
|
"dir/mappingfile.txt":{
|
|
|
|
"include": "testcontentfile2.txt"
|
|
|
|
},
|
|
|
|
"out/": {
|
2016-10-03 20:10:09 -07:00
|
|
|
"include": ["Program.cs"],
|
2016-09-08 14:40:46 -07:00
|
|
|
"exclude": ["Program.cs"],
|
|
|
|
"includeFiles": ["Program.cs"],
|
|
|
|
"excludeFiles": ["Program.cs"]
|
|
|
|
}
|
|
|
|
}
|
2016-05-12 19:03:08 -07:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-09-08 14:40:46 -07:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"version": "1.0.1",
|
|
|
|
"type": "platform"
|
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-05-12 19:03:08 -07:00
|
|
|
"netcoreapp1.0": {}
|
|
|
|
},
|
|
|
|
"publishOptions": {
|
|
|
|
"include": "testcontentfile.txt"
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-05-26 13:11:22 -05:00
|
|
|
}
|