mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-04 21:20:16 +08:00
e1fb947782
* chore: bump version to 5.1.1 * chore: 更新 Nuget.Config 文件内容
7 lines
184 B
XML
7 lines
184 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="Blazor" value="https://nuget.blazor.zone/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|