Skip to content

Commit ea3d992

Browse files
committed
EpicChain Core - EpicChain Lab's
1 parent 6fe3a76 commit ea3d992

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

NuGet.Config

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
12
<configuration>
23
<packageSources>
4+
<clear />
5+
<!-- <add key="github" value="https://nuget.pkg.github.com/epicchainlabs/index.json" /> -->
6+
<add key="MyGet-neo" value="https://www.myget.org/F/epicchain/api/v3/index.json" />
37
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
4-
<add key="MyGet-epicchain" value="https://www.myget.org/F/epicchain/api/v3/index.json" />
5-
<!-- Add your custom feed here if necessary -->
68
</packageSources>
79
</configuration>

0 commit comments

Comments
 (0)