tuitio/NuGet.config

9 lines
364 B
Plaintext
Raw Normal View History

2020-12-20 22:50:01 +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-11-10 09:43:40 +02:00
<!--<add key="sta.nuget" value="http://***REMOVED***/nugetserver/nuget" />-->
<add key="sta.nuget" value="https://toodle.ddns.net/public-nuget-server/nuget" />
2020-12-20 22:50:01 +02:00
</packageSources>
</configuration>