Some NuGet packages were installed using a target framework different from the current target framework and may need to be reinstalled.

Asked 7 years ago
Viewed 3529 times

9

Warning message -> "Some NuGet packages were installed using a target framework different from the current target framework and may need to be reinstalled. For more information, visit http://docs.nuget.org/docs/workflows/reinstalling-packages. "


1 Answer


5

Run following command in package manager console:
update-package -reinstall

answered 7 years ago by Uttam Misra

Your Answer