测试
This commit is contained in:
13
backend/nuget.config
Normal file
13
backend/nuget.config
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<packageSources>
|
||||
<clear />
|
||||
<add key="AzureCN" value="https://nuget.cdn.azure.cn/v3/index.json" />
|
||||
<add key="NuGetOrg" value="https://api.nuget.org/v3/index.json" />
|
||||
<add key="NuGetV2" value="https://www.nuget.org/api/v2" />
|
||||
<add key="Microsoft" value="https://packages.microsoft.com/index.json" />
|
||||
</packageSources>
|
||||
<disabledPackageSources>
|
||||
<add key="NuGetV2" value="true" />
|
||||
</disabledPackageSources>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user