netmash/NuGet.config

8 lines
299 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" />
2023-02-26 03:19:07 +02:00
<add key="sta.nuget.public" value="https://lab.code-rove.com/public-nuget-server/v3/index.json" />
2020-12-20 21:09:58 +02:00
</packageSources>
</configuration>