fengling-member-service/NuGet.Config
Kimi CLI e29d731dd7 docs: remove GSD Copilot instructions
- Remove .github/instructions/ directory (14 files)
- Remove .github/copilot-instructions.md
- Remove scripts/EXAMPLES.md and README.md
- Switch to CleanDDD workflow (cleanddd-* skills)
2026-03-08 15:49:20 +08:00

9 lines
312 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="gitea" value="https://gitea.shtao1.cn/api/packages/fengling/nuget/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>