stitch_something/NuGet.Config
2025-11-19 15:08:36 +00:00

14 lines
595 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="local" value="./LocalNuget" />
<add key="fmlx-nuget" value="https://nexus.formulatrix.com/repository/nuget/index.json" protocolVersion="3" />
</packageSources>
<packageSourceCredentials>
<fmlx-nuget>
<add key="Username" value="formulatrix" />
<add key="ClearTextPassword" value="faraday435" />
</fmlx-nuget>
</packageSourceCredentials>
</configuration>