Skip to content

Commit

Permalink
nuget updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
hadevnet committed Aug 31, 2024
1 parent 05ba351 commit 8680203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BiUM.UseCases/nuget.config
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="github" value="https://nuget.pkg.github.com/FOA-FunctiOnAir/index.json" />
<add key="github" value="https://nuget.pkg.github.com/hadevnet/index.json" />
</packageSources>

<packageSourceCredentials>
<github>
<add key="Username" value="hadevnet" />
<add key="ClearTextPassword" value="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" />
<add key="ClearTextPassword" value="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" />
</github>
</packageSourceCredentials>
</configuration>

0 comments on commit 8680203

Please sign in to comment.