VisualStudio/nuget.config

16 строки
605 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="vsixtesting" value="https://www.myget.org/F/vsixtesting/api/v3/index.json" />
<add key="Custom Packages for GHfVS" value="lib" />
</packageSources>
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
<bindingRedirects>
<add key="skip" value="True" />
</bindingRedirects>
</configuration>