mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-16 21:13:12 +01:00
7 lines
308 B
Text
7 lines
308 B
Text
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<packageSources>
|
||
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
||
|
<add key="lithiumtoast" value="https://www.myget.org/F/lithiumtoast/api/v3/index.json" />
|
||
|
</packageSources>
|
||
|
</configuration>
|