1

I am using Visual Code and would like to install Unobtrusive Ajax library. In Visual Studio, Unobtrusive Ajax library can be installed via Nuget. However, I cannot find a way to install Unobtrusive Ajax library in VS code.

ekad
  • 14,436
  • 26
  • 44
  • 46
Pardeep
  • 161
  • 2
  • 10
  • 1
    Why not simply open a terminal (in VS code) and run ` dotnet add package Microsoft.jQuery.Unobtrusive.Ajax --version 3.2.6 ` in your project root? – Felix K. Nov 17 '18 at 11:31
  • Hi B12Toaster, I have installed and found under .csproj file, but cannot find jquery.validate.unobtrusive.js file in any folder. Please help – Pardeep Nov 21 '18 at 14:43
  • Have you solved the problem yet? – Caner Jun 16 '19 at 13:41

0 Answers0