TinyLifeExampleMod/NuGet.config

7 lines
267 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!-- For preview versions of MLEM, which are sometimes required -->
<add key="Ellpeck" value="https://nuget.ellpeck.de/v3/index.json" />
</packageSources>
</configuration>