mirror of
https://github.com/awatertrevi/macos-configuration.git
synced 2026-09-22 11:44:36 +00:00
13 lines
531 B
XML
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> |