2016-03-12 05:28:08 +00:00
|
|
|
{
|
2016-02-17 18:08:27 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
2016-03-16 23:39:59 +00:00
|
|
|
"emitEntryPoint": true,
|
|
|
|
"outputName": "AppWithContentPackage"
|
2016-02-17 18:08:27 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-05-10 20:22:58 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc3-*",
|
2016-02-17 18:08:27 +00:00
|
|
|
"SharedContentA": "1.0.0-*"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": { "imports": ["netstandardapp1.5", "dnxcore50"] }
|
2016-02-17 18:08:27 +00:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|