dotnet-installer/scripts/update-dependencies/project.json

26 lines
639 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"description": "Updates the repos dependencies",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24008",
"Microsoft.CSharp": "4.0.1-rc2-24008",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24008",
"Microsoft.DotNet.Cli.Build.Framework": "1.0.0-*",
2016-04-05 14:19:31 +00:00
"NuGet.Versioning": "3.5.0-beta-1130",
"Newtonsoft.Json": "7.0.1",
"Octokit": "0.18.0",
"Microsoft.Net.Http": "2.2.29"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"dnxcore50",
"portable-net45+win"
]
}
}
}