proxmox-connector/nuget.config

8 lines
282 B
Plaintext
Raw Normal View History

2022-03-02 07:22:21 +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="https://toodle.ddns.net/public-nuget-server/nuget" />
</packageSources>
</configuration>