We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d0b6e commit 77e2d11Copy full SHA for 77e2d11
nuget.config
@@ -1,6 +1,9 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
<packageSources>
4
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3"/>
5
+ <add key="aelf" value="https://www.myget.org/F/aelf-project-dev/api/v3/index.json" protocolVersion="3"/>
6
<add key="Nuget Test" value="https://int.nugettest.org/api/v2" />
7
+ <add key="nexus" value="https://nexus-poc.test.aelf.dev/repository/nuget-group/index.json" protocolVersion="3" />
8
</packageSources>
9
</configuration>
0 commit comments