mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<packageSources>
|
||
|
<clear />
|
||
|
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||
|
<add key="Openiddict" value="https://www.myget.org/F/openiddict/api/v3/index.json" />
|
||
|
</packageSources>
|
||
|
</configuration>
|
||
|
|