PowerShell/test/hosting/NuGet.Config
Dongbo Wang de782fdec6
Backport changes from the PowerShell v7.1.1 release (#14621)
* Backport changes from the PowerShell v7.1.1 release

* Update the .spelling file
2021-01-19 17:43:01 +05:00

8 lines
197 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>