2016-03-15 23:27:30 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-05-12 00:49:41 +00:00
|
|
|
"NuGet.RuntimeModel": "3.5.0-rc-1285",
|
|
|
|
"NuGet.Versioning": "3.5.0-rc-1285",
|
2016-03-15 23:27:30 +00:00
|
|
|
"System.CommandLine": "0.1.0-e160119-1",
|
2016-04-27 05:41:53 +00:00
|
|
|
"System.Runtime.Serialization.Json": "4.0.2-rc2-24027",
|
2016-05-06 00:21:27 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
2016-04-27 05:41:53 +00:00
|
|
|
"Microsoft.NETCore.ConsoleHost": "1.0.0-rc2-24027",
|
|
|
|
"NETStandard.Library": "1.5.0-rc2-24027"
|
2016-03-15 23:27:30 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+wp80+win8+wpa81+dnxcore50"
|
|
|
|
]
|
|
|
|
}
|
2016-03-22 15:39:04 +00:00
|
|
|
}
|
2016-03-15 23:27:30 +00:00
|
|
|
}
|