2016-01-22 10:40:01 -08:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true,
|
|
|
|
"xmlDoc": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-04-12 17:29:07 -07:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-*"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-12 17:29:07 -07:00
|
|
|
"netcoreapp1.0": { }
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-01-14 11:52:54 -08:00
|
|
|
}
|