Skip to content

Commit

Permalink
Replace private nuget registry with public (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCarrol authored Sep 5, 2024
1 parent 29a2908 commit adbd093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TJC.Inclusion/Nuget.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="github" value="https://nuget.pkg.github.com/TJC-Tools/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<packageSourceCredentials>
<github>
Expand Down

0 comments on commit adbd093

Please sign in to comment.