- Remove .github/instructions/ directory (14 files) - Remove .github/copilot-instructions.md - Remove scripts/EXAMPLES.md and README.md - Switch to CleanDDD workflow (cleanddd-* skills)
9 lines
312 B
XML
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>
|