dotnet-installer/TestAssets/TestProjects/TestAppWithContentPackage/project.json

16 lines
316 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"outputName": "AppWithContentPackage"
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23911",
"SharedContentA": "1.0.0-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}