0

I have the latest VS 2017 Version 15.6.6 and I've updated to NETStandard.Library.2.0.2, twice and all is fine until after closing/reopening VS to keep finding out they can't be found:

enter image description here

but, checking with the Source Control Explorer, all the files are there. Is there a way to fix this without uninstalling/reinstalling again to find out it will do this again?

VcDeveloper
  • 393
  • 4
  • 12

1 Answers1

1

Seems there is an issue with that version of the package: https://github.com/dotnet/standard/issues/708

Best is to revert to 2.0.1 and wait for an update. Edit: has been fixed in 2.0.3

Sc0tTy
  • 636
  • 5
  • 12