I have followed several tutorials about microsoft unobtrusive Ajax Nuget package.
They say I should add this script inclusion in my main layout:
<script src="~/Scripts/jquery.unobtrusive-ajax.js"></script>
I got this js error:
ReferenceError: Can't find variable: jQuery - jquery.unobtrusive-ajax.js:189
It works fine if I include by hand a script src tag for jquery. I am wondering why tutorials does not say to include jquery js file.