0

I am moving from VS2015 to VS2017. I keep a local NuGet repository of stuff I'm working on that is used in other projects in a folder "D:\Development\ZNugetFeed".

I'm having to do a restore packages, and under VS2017 even though the file is there in the correct folder, and VS2017 is configured to use it as a repository, I keep getting an error "Unable to find version 'x.x.xxxx.xxxxx' of package 'y'." It then shows all the locations it says it didn't find it, including the folder it is in.

Has anyone seen this type of problem?

Walter Williams
  • 944
  • 3
  • 11
  • 25

1 Answers1

0

We solved the problem by installing IIS and the Nuget app, and then pointing VS2017 to the app.

Walter Williams
  • 944
  • 3
  • 11
  • 25