Add dotnetcore NuGet repo back

This commit is contained in:
Andrew Schwartzmeyer 2015-12-04 11:33:31 -08:00
parent 0b6b1f116e
commit bcc844d678
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
<configuration>
<packageSources>
<add key="aspnetrelease" value="https://www.myget.org/F/aspnetrelease/" />
<add key="dotnetcore" value="https://www.myget.org/F/dotnet-core/" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</packageSources>
<disabledPackageSources />

View file

@ -12,7 +12,7 @@
"dependencies": {
"Microsoft.NETCore.Runtime": "1.0.1-beta-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-16231",
"System.Management.Automation": "",
"Microsoft.PowerShell.Security": "",
"Microsoft.PowerShell.Commands.Utility": "",