Files
accounting-system/backend/nuget.config
Yaojia Wang f319c6e772 Code fixed
2026-02-13 10:31:54 +01:00

8 lines
197 B
XML

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