mfgames-cil/NuGet.Config

8 lines
310 B
Plaintext
Raw Normal View History

2021-09-10 17:33:42 +00: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="mfgames" value="https://www.myget.org/F/mfgames/api/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>