2016-04-28 17:02:05 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-10 20:22:58 +00:00
|
|
|
"version": "1.0.0-rc3-*"
|
2016-04-28 17:02:05 +00:00
|
|
|
},
|
|
|
|
"LibraryWithBuildDependency": { "target": "project" }
|
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|