Seyounth.Auto.Hs/nuget.config

7 lines
320 B
Plaintext
Raw Permalink Normal View History

2025-06-04 09:42:48 +08:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
2025-06-23 14:22:59 +08:00
<add key="Seyounth" value="http://8.134.253.216:8002/v3/index.json" allowinsecureConnections="true"/>
2025-06-04 09:42:48 +08:00
</packageSources>
</configuration>