mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-12 09:38:31 +00:00
14 lines
312 B
XML
14 lines
312 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
<remove key="RGB.NET package source" />
|
|
<add key="RGB.NET package source" value="NuGet" />
|
|
</packageSources>
|
|
|
|
<activePackageSource>
|
|
<add key="All" value="(Aggregate source)" />
|
|
</activePackageSource>
|
|
|
|
</configuration>
|