这是基于vue-vben-admin 模板适用于abp Vnext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
577 B

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<!--<add key="elsa2x" value="https://f.feedz.io/elsa-workflows/elsa-2/nuget/index.json" protocolVersion="3" />-->
</packageSources>
<packageSourceMapping>
<!--<packageSource key="elsa2x">
<package pattern="Elsa" />
<package pattern="Elsa.*" />
</packageSource>-->
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>