Files
RobustToolbox/nuget.config
Pieter-Jan Briers 2dc42a7b75 Fix missing dependency issues:
Load up OpenTK.dll.config again. PackageReference doesn't copy it due to
incorrect packaging.
I had to make packages be downloaded locally to the solution again via
nuget.config to do this, because otherwise I couldn't get a reference to the OpenTK.dll.config in the NuGet package.

Adds a Python script to auto download freetype6.dll and openal32.dll on
Windows.
2019-03-21 18:49:25 +01:00

6 lines
112 B
Plaintext

<configuration>
<config>
<add key="globalPackagesFolder" value="packages" />
</config>
</configuration>