Reinstalling OpenCV did not help.
I've managed to solve this by replacing
nuget.config with the following one:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<repositoryPath>..\..\NugetPackages</repositoryPath>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</packageSources>
<disabledPackageSources />
<activePackageSource>
<add key="All" value="(Aggregate source)" />
</activePackageSource>
</configuration> четверг, 28 апреля 2016 г., 19:26:02 UTC+3 пользователь fsr написал: