nuget config changes

master
Tudor Stanciu 2021-11-10 09:43:40 +02:00
parent 34b30e050d
commit 8871241ce6
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
<packageSources> <packageSources>
<clear /> <clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> <add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="sta.nuget" value="http://***REMOVED***/nugetserver/nuget" /> <!--<add key="sta.nuget" value="http://***REMOVED***/nugetserver/nuget" />-->
<add key="sta.nuget" value="https://toodle.ddns.net/public-nuget-server/nuget" />
</packageSources> </packageSources>
</configuration> </configuration>