Smartstore.BTCPayServer/nuget.config
2022-04-25 23:22:42 +02:00

8 lines
288 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="MiniProfiler MyGet Feed" value="https://www.myget.org/F/miniprofiler/api/v3/index.json" />
</packageSources>
</configuration>