JiShe.IOT.Admin/NuGet.Config

9 lines
333 B
Plaintext
Raw Normal View History

2025-12-07 11:03:48 +08:00
<?xml version="1.0" encoding="utf-8"?>
2025-03-11 10:24:11 +08:00
<configuration>
2025-05-29 16:31:41 +08:00
<packageSources>
2025-12-07 11:03:48 +08:00
<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" />
2025-05-29 16:31:41 +08:00
</packageSources>
2025-05-27 14:02:24 +08:00
</configuration>