25 lines
639 B
JSON
25 lines
639 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"description": "Updates the repos dependencies",
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.5.0-rc2-23923",
|
|
"Microsoft.CSharp": "4.0.1-rc2-23923",
|
|
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-23923",
|
|
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
|
|
"NuGet.Versioning": "3.5.0-beta-1068",
|
|
"Newtonsoft.Json": "7.0.1",
|
|
"Octokit": "0.18.0",
|
|
"Microsoft.Net.Http": "2.2.29"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"imports": [
|
|
"dnxcore50",
|
|
"portable-net45+win"
|
|
]
|
|
}
|
|
}
|
|
}
|