Skip to content

Commit

Permalink
fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuchardt88 committed Feb 14, 2025
1 parent ffa3d84 commit a0498d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<!-- <add key="github" value="https://nuget.pkg.github.com/neo-project/index.json" /> -->
<add key="Local" value="./pkgs/" />
<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 a0498d1

Please sign in to comment.