2016-03-28 09:32:31 +00:00
|
|
|
{
|
2016-05-09 09:34:04 +00:00
|
|
|
"version": "1.0.0-preview2-*",
|
2016-03-28 09:32:31 +00:00
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-28 09:32:31 +00:00
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2016-05-10 20:22:58 +00:00
|
|
|
"version": "1.0.0-rc3-*"
|
2016-03-28 09:32:31 +00:00
|
|
|
}
|
2016-05-04 05:30:31 +00:00
|
|
|
}
|
2016-03-28 09:32:31 +00:00
|
|
|
},
|
|
|
|
"net451": {}
|
|
|
|
}
|
|
|
|
}
|