TODO: fix the Windows build, fix the Debug builds, make OSX configurations, work around a bug in MonoDevelop where copied content files don't respect the original directory structure
13 lines
388 B
XML
13 lines
388 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
</packageSources>
|
|
<disabledPackageSources>
|
|
<add key="Microsoft and .NET" value="true" />
|
|
</disabledPackageSources>
|
|
<config>
|
|
<add key="repositoryPath" value="Libraries/NuGet" />
|
|
</config>
|
|
</configuration>
|