Files
macos-configuration/NuGet.Config
2026-03-16 19:15:41 +01:00

13 lines
531 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="github" value="https://nuget.pkg.github.com/resoftware/index.json" protocolVersion="3" />
</packageSources>
<packageSourceCredentials>
<github>
<add key="Username" value="awatertrevi" />
<add key="ClearTextPassword" value="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" />
</github>
</packageSourceCredentials>
</configuration>