mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 18:00:17 +01:00
15 lines
488 B
Plaintext
15 lines
488 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<configuration>
|
||
|
<config>
|
||
|
<add key="repositoryPath" value="packages" />
|
||
|
</config>
|
||
|
<packageSources>
|
||
|
<clear />
|
||
|
<add key="Nuget.org" value="https://api.nuget.org/v3/index.json" />
|
||
|
<add key="react-native" value="https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
|
||
|
</packageSources>
|
||
|
<disabledPackageSources>
|
||
|
<clear />
|
||
|
</disabledPackageSources>
|
||
|
</configuration>
|