Files
godot-csharp-visualstudio/NuGet.Config

11 lines
325 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="xvs" value="https://www.myget.org/F/xvs/api/v3/index.json" />
</packageSources>
<config>
<add key="repositoryPath" value="packages" />
</config>
</configuration>