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

14 lines
237 B
JSON
Raw Normal View History

2016-02-17 18:08:27 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811",
"SharedContentA": "1.0.0-*"
},
"frameworks": {
"dnxcore50": { }
}
}