2017-01-25 17:28:57 -08:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"content": "*.txt",
|
2017-01-26 09:55:09 -08:00
|
|
|
"contentExclude": "ExcludeThis1.txt",
|
2017-02-23 22:55:35 -08:00
|
|
|
"contentFiles": [ "ContentFile1.txt1", "ContentFile2.txt1" ],
|
|
|
|
"contentBuiltIn": [ "ContentFileBuiltIn1.txt1", "ContentFileBuiltIn2.txt1" ],
|
2017-01-26 09:55:09 -08:00
|
|
|
"publishExclude": "ExcludeThis2.txt",
|
2017-01-25 17:28:57 -08:00
|
|
|
"buildOptions": {
|
|
|
|
"debugType": "portable",
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"frameworks": {
|
2017-03-09 21:17:10 -08:00
|
|
|
"netcoreapp1.1": {
|
2017-01-25 17:28:57 -08:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2017-03-09 21:17:10 -08:00
|
|
|
"version": "1.1.1"
|
2017-01-25 17:28:57 -08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|