TinyLifeExampleMod/NuGet.config

7 lines
267 B
Plaintext
Raw Permalink Normal View History

2022-05-26 13:20:57 +02:00
<?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>