2016-03-07 20:24:36 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"description": "Updates the repos dependencies",
|
2016-05-17 00:10:04 +00:00
|
|
|
"buildOptions": {
|
2016-03-07 20:24:36 +00:00
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-05-16 19:01:13 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc3-24113-00",
|
|
|
|
"Microsoft.CSharp": "4.0.1-rc3-24113-00",
|
2016-05-20 21:43:55 +00:00
|
|
|
"Microsoft.NETCore.Runtime": "1.0.2-rc3-24113-00",
|
2016-05-16 19:01:13 +00:00
|
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc3-24113-00",
|
2016-05-17 00:10:04 +00:00
|
|
|
"Microsoft.DotNet.Cli.Build.Framework": {
|
|
|
|
"target": "project"
|
|
|
|
},
|
2016-05-12 00:49:41 +00:00
|
|
|
"NuGet.Versioning": "3.5.0-rc-1285",
|
2016-03-07 20:24:36 +00:00
|
|
|
"Newtonsoft.Json": "7.0.1",
|
|
|
|
"Octokit": "0.18.0",
|
|
|
|
"Microsoft.Net.Http": "2.2.29"
|
|
|
|
},
|
|
|
|
"frameworks": {
|
2016-05-17 00:10:04 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-03-07 20:24:36 +00:00
|
|
|
"imports": [
|
|
|
|
"dnxcore50",
|
|
|
|
"portable-net45+win"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2016-05-13 02:03:08 +00:00
|
|
|
}
|