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