2016-04-02 04:52:08 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true,
|
|
|
|
"preserveCompilationContext": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
2016-04-08 06:47:47 +00:00
|
|
|
"type": "platform",
|
2016-05-10 20:22:58 +00:00
|
|
|
"version": "1.0.0-rc3-*"
|
2016-04-02 04:52:08 +00:00
|
|
|
},
|
|
|
|
"DependencyContextValidator": "1.0.0-*"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
|
2016-04-02 04:52:08 +00:00
|
|
|
}
|
|
|
|
}
|