Remove the package from Nuget and add through the gazebo. If you created a new empty MVC 6. project, you will need to add the bower.json file, and then add the jQuery dependency
{ "name": "ASP.NET", "private": true, "dependencies": { "jquery": "2.1.4" } }
Then in your layout add a link
<script src="~/lib/jquery/dist/jquery.js"></script>
source share