Fix example nuget.config (#14349)

This commit is contained in:
Robert Holt 2020-12-08 12:42:20 -08:00 committed by Travis Plunk
parent 0ef752ef8c
commit 86da34e20d
No known key found for this signature in database
GPG key ID: 3E3A55CE95A79E47

View file

@ -1,8 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>