document-picker/windows/NuGet.Config
Matteo Pagani 055afc9172
feat: Add support to the new React Native for Windows core (#415)
* Upgraded to new version of React Native for Windows

* Fixed issues in asynchronous code
2021-05-28 10:38:09 +02:00

15 lines
474 B
XML

<?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>