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