dotnet-installer/TestAssets/TestProjects/TestAppWithContentPackage/project.json
2016-02-23 08:34:38 -08:00

14 lines
No EOL
237 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811",
"SharedContentA": "1.0.0-*"
},
"frameworks": {
"dnxcore50": { }
}
}