JiShe.IOT.Admin/NuGet.Config
2025-12-07 11:03:48 +08:00

9 lines
333 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="JiSheTeam" value="http://localhost:5020/v3/index.json" protocolVersion="3" allowInsecureConnections="true" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" allowInsecureConnections="True" />
</packageSources>
</configuration>