Skip to content

Commit

Permalink
Update NuGet.Config (#3151)
Browse files Browse the repository at this point in the history
  • Loading branch information
shargon committed Feb 21, 2024
1 parent 2e7e1e4 commit a6803cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<configuration>
<packageSources>
<clear />
<add key="github" value="https://nuget.pkg.github.com/neo-project/index.json" />
<!-- <add key="github" value="https://nuget.pkg.github.com/neo-project/index.json" /> -->
<add key="MyGet-neo" value="https://www.myget.org/F/neo/api/v3/index.json" />
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit a6803cf

Please sign in to comment.