P3D-Legacy/NuGet.config

11 lines
305 B
Plaintext
Raw Permalink Normal View History

2024-05-02 16:09:19 +02:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
2024-05-02 16:09:19 +02:00
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>