2017-01-26 01:28:57 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"content": "*.txt",
|
2017-01-26 17:55:09 +00:00
|
|
|
"contentExclude": "ExcludeThis1.txt",
|
2017-02-24 06:55:35 +00:00
|
|
|
"contentFiles": [ "ContentFile1.txt1", "ContentFile2.txt1" ],
|
|
|
|
"contentBuiltIn": [ "ContentFileBuiltIn1.txt1", "ContentFileBuiltIn2.txt1" ],
|
2017-01-26 17:55:09 +00:00
|
|
|
"publishExclude": "ExcludeThis2.txt",
|
2017-01-26 01:28:57 +00:00
|
|
|
"buildOptions": {
|
|
|
|
"debugType": "portable",
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
|
|
|
"version": "1.0.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|