Update NuGet.config

This commit is contained in:
Tyrrrz 2021-04-17 21:25:52 +03:00
parent 2ddfb46c31
commit ed35a36eaa

View file

@ -2,6 +2,6 @@
<configuration>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>