Summary: Nothing interesting here, just adding necessary sources from Flipper into the VS Studio solution. As a consequence, some warnings had to be turned off as otherwise they're treated as errors and the solution doesn't build. Reviewed By: passy Differential Revision: D36760242 fbshipit-source-id: 2f5e615f8a465554dd35c245756f94bcace6e34a
15 lines
472 B
XML
15 lines
472 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<config>
|
|
<add key="repositoryPath" value="packages" />
|
|
</config>
|
|
<packageSources>
|
|
<clear />
|
|
<add key="react-native" value="https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
|
|
<add key="Nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
</packageSources>
|
|
<disabledPackageSources>
|
|
<clear />
|
|
</disabledPackageSources>
|
|
</configuration>
|