---
title: "Some NuGet packages were installed using a target framework different from the current target framework and may need to be reinstalled."  
description: "Some NuGet packages were installed using a target framework different from the current target framework and may need to be reinstalled."  
author: "Hemant Patel"  
published: 2017-11-25  
canonical: https://answers.mindstick.com/qa/31181/some-nuget-packages-were-installed-using-a-target-framework-different-from-the-current-target-framework-and-may-need-to-be-reinstalled  
category: "programming"  
tags: ["asp.net mvc", ".net programming"]  
reading_time: 1 minute  

---

# Some NuGet packages were installed using a target framework different from the current target framework and may need to be reinstalled.

[Warning](https://answers.mindstick.com/blog/77/psychological-risks-of-ai-chatbots-what-experts-are-warning-about) [message](https://www.mindstick.com/interview/682/which-are-the-various-message-map-macros) -> "Some [NuGet](https://www.mindstick.com/forum/34354/the-schema-version-of-mvc4-paging-is-incompatible-with-version-2-2-40116-9051-of-nuget) [packages](https://www.mindstick.com/blog/11962/packages-in-java) were installed using a target [framework](https://www.mindstick.com/blog/12/dot-net-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. "

## Answers

### Answer by Uttam Misra

Run following command in package manager console:

```
update-package -reinstall
```

\


---

Original Source: https://answers.mindstick.com/qa/31181/some-nuget-packages-were-installed-using-a-target-framework-different-from-the-current-target-framework-and-may-need-to-be-reinstalled

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
