stitch_something/NuGet.Config

15 lines
595 B
Text
Raw Permalink Normal View History

2025-08-01 15:49:03 +07:00
<?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" />
2025-11-19 15:08:36 +00:00
<add key="fmlx-nuget" value="https://nexus.formulatrix.com/repository/nuget/index.json" protocolVersion="3" />
2025-08-01 15:49:03 +07:00
</packageSources>
2025-11-19 15:08:36 +00:00
<packageSourceCredentials>
<fmlx-nuget>
<add key="Username" value="formulatrix" />
<add key="ClearTextPassword" value="faraday435" />
</fmlx-nuget>
</packageSourceCredentials>
</configuration>