dotnet-installer/TestAssets/NonRestoredTestProjects/PJDeprecatedContent/project/project.json

25 lines
686 B
JSON
Raw Normal View History

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",
"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"
}
}
}