-1

I have a solution with a number of Net Standard 2.0 projects. I have opened the project and restored dependencies. The Net Standard projects do not appear to have their references resolved (yellow exclamation). It appears that the packages have been downloaded correctly as I can see them in my local user nuget cache.

I am unsure of what may be causing this.

Any help would be appreciated.

Thanks in advance.

Andrew
  • 5,215
  • 1
  • 23
  • 42

1 Answers1

0

Turns out the problem wasn't related to Net Standard 2.0. There was a space in the folder name of the git repository. I found the answer in this SO. Assets file project.assets.json not found. Run a NuGet package restore

Andrew
  • 5,215
  • 1
  • 23
  • 42
  • Hi Andrew, thanks for your sharing and please mark your reply as [self-answer](https://stackoverflow.com/help/self-answer) and that will help other community members who easier search this useful information, it just a reminder :) – LoLance Nov 22 '19 at 01:29