mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
15 lines
423 B
XML
15 lines
423 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
|
|
<packageRestore>
|
|
<!-- Allow NuGet to download missing packages -->
|
|
<add key="enabled" value="True" />
|
|
<!-- Automatically check for missing packages during build -->
|
|
<add key="automatic" value="True" />
|
|
</packageRestore>
|
|
|
|
<packageSources>
|
|
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
|
|
</configuration> |