25 lines
693 B
JSON
25 lines
693 B
JSON
|
{
|
||
|
"version": "1.0.0-*",
|
||
|
"content": "*.txt",
|
||
|
"contentExclude": "ExcludeThis.txt",
|
||
|
"contentFiles": [ "../ContentFile1.txt", "../ContentFile2.txt" ],
|
||
|
"contentBuiltIn": [ "../ContentFileBuiltIn1.txt", "../ContentFileBuiltIn2.txt" ],
|
||
|
"publishExclude": "IncludeThis2.txt",
|
||
|
"buildOptions": {
|
||
|
"debugType": "portable",
|
||
|
"emitEntryPoint": true
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"frameworks": {
|
||
|
"netcoreapp1.0": {
|
||
|
"dependencies": {
|
||
|
"Microsoft.NETCore.App": {
|
||
|
"type": "platform",
|
||
|
"version": "1.0.1"
|
||
|
}
|
||
|
},
|
||
|
"imports": "dnxcore50"
|
||
|
}
|
||
|
}
|
||
|
}
|