You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a NetStandard project named ClassLibraryNetStandard
Rename the project ClassLibraryNetStandard14
Build
Expected: no error, restore works
Actual: In build output window, see a message: Error occurred while restoring NuGet packages: The operation failed as details for project ClassLibraryNetStandard14 could not be loaded.
Workaround: unload + reload project or close solution/open solution.
or: hand edit the project file and add/remove or change a package reference, and the Project and NuGet will be in sync again enabling NuGet package operations
The text was updated successfully, but these errors were encountered:
Ported from NuGet/Home#4287
VS 2017 26114.00 (rc3 not final)
Repro Steps
Expected: no error, restore works
Actual: In build output window, see a message: Error occurred while restoring NuGet packages: The operation failed as details for project ClassLibraryNetStandard14 could not be loaded.
Workaround: unload + reload project or close solution/open solution.
or: hand edit the project file and add/remove or change a package reference, and the Project and NuGet will be in sync again enabling NuGet package operations
The text was updated successfully, but these errors were encountered: