2016-03-12 05:28:08 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-*",
|
2016-03-12 05:28:08 +00:00
|
|
|
"DependencyContextValidator": "1.0.0-*"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": { "imports": ["dnxcore50", "portable-net45+win8"] }
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-02-20 00:48:43 +00:00
|
|
|
}
|