netmash/NuGet.config

9 lines
365 B
Plaintext
Raw Normal View History

2020-12-20 21:09:58 +02:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="sta.nuget" value="http://stawebsrv:8081/nugetserver/nuget" />
2021-06-25 10:56:13 +03:00
<add key="sta.nuget.public" value="https://toodle.ddns.net/public-nuget-server/nuget" />
2020-12-20 21:09:58 +02:00
</packageSources>
</configuration>