dotnet-podcasts/NuGet.config

14 строки
436 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<fallbackPackageFolders>
<clear />
</fallbackPackageFolders>
<packageSources>
<clear />
<!-- Don't add any private feeds. nuget.org should be the only required feed for the main branch. -->
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>