2015-03-12 08:31:35 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
2015-03-13 06:18:46 +03:00
|
|
|
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
|
2018-09-18 14:25:23 +03:00
|
|
|
<add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
|
2015-03-12 08:31:35 +03:00
|
|
|
<add key="Custom Packages for GHfVS" value="lib" />
|
|
|
|
</packageSources>
|
2015-03-13 06:18:46 +03:00
|
|
|
<activePackageSource>
|
|
|
|
<add key="All" value="(Aggregate source)" />
|
|
|
|
</activePackageSource>
|
2017-11-17 18:08:41 +03:00
|
|
|
<bindingRedirects>
|
|
|
|
<add key="skip" value="True" />
|
|
|
|
</bindingRedirects>
|
|
|
|
</configuration>
|