Add dotnetcore NuGet repo back
This commit is contained in:
parent
0b6b1f116e
commit
bcc844d678
@ -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 />
|
||||
|
@ -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": "",
|
||||
|
Loading…
Reference in New Issue
Block a user