JiShe.IOT.Admin/NuGet.Config

9 lines
323 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-08 16:27:42 +08:00
<add key="JiSheTeam" value="http://192.168.111.248:9511/nuget/JiSheTeam/v3/index.json" protocolVersion="3" allowInsecureConnections="true" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
2025-05-29 16:31:41 +08:00
</packageSources>
2025-05-27 14:02:24 +08:00
</configuration>