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

16 lines
276 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-23901",
2016-02-17 18:08:27 +00:00
"SharedContentA": "1.0.0-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
2016-02-17 18:08:27 +00:00
}
}