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
This commit is contained in:
Eric Erhardt 2016-04-20 13:50:34 -05:00
parent 08ee6dedd9
commit bc619cb9be
8 changed files with 6 additions and 10 deletions

View file

@ -3,7 +3,7 @@
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24018",
"System.Diagnostics.Process": "4.1.0-rc2-24018",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20100"
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-20581"
},
"frameworks": {
"netstandard1.3": {