mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-30 02:58:37 +08:00
3610c1e89f
* docs: 更新列示例文档 * chore: update nuget package source * chore: update eidtorconfig file
9 lines
351 B
XML
9 lines
351 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="azure" value="https://nuget.cdn.azure.cn/v3/index.json" />
|
|
<add key="cnblogs" value="https://nuget.cnblogs.com/v3/index.json" />
|
|
<add key="huawei" value="https://repo.huaweicloud.com/repository/nuget/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|