Skip to content

Commit

Permalink
Adding github package source
Browse files Browse the repository at this point in the history
  • Loading branch information
thepirat000 committed Jun 18, 2024
1 parent bdb32ff commit bc76bff
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
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="github" value="https://nuget.pkg.github.com/thepirat000/index.json" />
</packageSources>
</configuration>

0 comments on commit bc76bff

Please sign in to comment.