Files
SharpIDE/nuget.config
Matt Parker 242defb3da add Process2
2025-08-06 01:56:49 +10:00

10 lines
365 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="localnugettest" value="C:\Users\Matthew\AppData\Roaming\LocalNuget" />
</packageSources>
</configuration>