Browse Source

添加 'NuGet.config'

shengtang
bpa 1 year ago
parent
commit
552843544a
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      NuGet.config

+ 7
- 0
NuGet.config View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json"/>
<add key="bpa" value="http://10.2.1.25:10243/repository/bpa/index.json"/>
</packageSources>
</configuration>

Loading…
Cancel
Save