mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-23 00:52:31 +08:00
20 lines
654 B
XML
20 lines
654 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config>
|
|
<add key="dependencyVersion" value="Lowest" />
|
|
</config>
|
|
|
|
<packageRestore>
|
|
<!-- Allow NuGet to download missing packages -->
|
|
<add key="enabled" value="True" />
|
|
|
|
<!-- Automatically check for missing packages during build in Visual Studio -->
|
|
<add key="automatic" value="True" />
|
|
</packageRestore>
|
|
|
|
<packageSources>
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
|
|
</packageSources>
|
|
</configuration>
|