dotnet-installer/scripts/Microsoft.DotNet.Cli.Build.Framework/project.json
Eric Erhardt bc619cb9be Move ASP.NET package references to rc2-20581 from the aspnetrelease feed.
The places where I removed a dependency is because a lower package (InternalAbstrations) was already bringing in that dependency.

Fix #2567
2016-04-20 13:50:34 -05:00

13 lines
300 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24018",
"System.Diagnostics.Process": "4.1.0-rc2-24018",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20581"
},
"frameworks": {
"netstandard1.3": {
"imports": "dnxcore50"
}
}
}