Skip to content

Commit

Permalink
Update NuGet.config
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu authored Oct 2, 2024
1 parent a51a8df commit 52f2c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NuGet.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="NuGet" value="https://nuget.pkg.github.com/yourorg/index.json" />
<add key="ixax" value="https://nuget.pkg.github.com/yourorg/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="github">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>
</configuration>

0 comments on commit 52f2c8b

Please sign in to comment.