14 lines
481 B
Plaintext
14 lines
481 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<!--
|
||
|
|
NuGet.config - Better-Seewo NuGet 包源配置
|
||
|
|
定义项目中可用的 NuGet 包源。
|
||
|
|
-->
|
||
|
|
<configuration>
|
||
|
|
<packageSources>
|
||
|
|
<!-- NuGet 官方源 -->
|
||
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||
|
|
<!-- EasiPlugin 自定义源(希沃生态相关包) -->
|
||
|
|
<add key="EasiPlugin" value="https://nuget.easicampus.com/api/v3/index.json" />
|
||
|
|
</packageSources>
|
||
|
|
</configuration>
|