2016-03-17 11:43:01 -07:00
|
|
|
{
|
|
|
|
"version": "1.0.0",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-12 17:29:07 -07:00
|
|
|
"netcoreapp1.0": {
|
2016-03-17 11:43:01 -07:00
|
|
|
"dependencies": {
|
2016-03-22 15:39:04 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-04-06 19:45:38 -05:00
|
|
|
"version": "1.0.0-rc2-*"
|
2016-03-22 15:39:04 +00:00
|
|
|
}
|
2016-03-17 11:43:01 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|