chatbot/NuGet.config

9 lines
368 B
Plaintext
Raw Permalink Normal View History

2020-12-25 01:29:22 +02:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
2021-08-23 10:53:28 +03:00
<!--<add key="sta.nuget" value="http://155.188.1.18:8081/nugetserver/nuget" />-->
<add key="sta.nuget" value="https://toodle.ddns.net/public-nuget-server/nuget" />
2020-12-25 01:29:22 +02:00
</packageSources>
</configuration>