fix: add nuget mirror for faster restore in China

This commit is contained in:
msumshk
2026-02-05 16:22:48 +08:00
parent b3af5a4eef
commit b187e94906
2 changed files with 9 additions and 0 deletions

8
NuGet.Config Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="huaweicloud" value="https://repo.huaweicloud.com/repository/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>