I have a private NuGet feed which has packages for various platforms. All the other platform's packages are working fine, can install those packages from Visual Studio. But packages targeting uap10.0 is cannot be installed in Universal Windows project in Visual Studio 2015. The same packages can be installed from local folder into the project. While installing from online feed, its shows below error.
Failed to retrieve information from remote source 'http://feedlink'.
Response status code does not indicate success: 404 (Not Found).
But the package is listing in Package Manager window and also in Package Manager Console while using Get-Package command. Please help.