2016-02-19 23:12:04 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-07 18:51:41 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-12 05:28:08 +00:00
|
|
|
"dependencies": {
|
2016-04-07 18:51:41 +00:00
|
|
|
"Microsoft.NETCore.App": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"version": "1.0.0-rc2-*",
|
2016-04-07 18:51:41 +00:00
|
|
|
"type": "platform"
|
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2016-02-19 23:12:04 +00:00
|
|
|
},
|
2016-03-12 05:28:08 +00:00
|
|
|
"net451": {}
|
|
|
|
}
|
2016-02-19 23:12:04 +00:00
|
|
|
}
|