Crossword-Fable/NuGet.Config
2021-12-22 13:05:51 -05:00

10 lines
283 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>
<disabledPackageSources>
<clear/>
</disabledPackageSources>
</configuration>