Nuget Package Install DataTables

SSinhg 316 Reputation points
2021-11-26T20:07:34.417+00:00

Hi
I am intend to install these package... using Nuget

I have refered here but cannot fiure out what am i missing....

For e.g. dotnet add package datatables.net-bs5

My Try
dotnet add "MyprojectName" package datatables.net-bs5

Appreciate your help....

Package source - https://datatables.net/download/

Developer technologies | C#
{count} votes

Accepted answer
  1. Ken Tucker 5,861 Reputation points
    2021-11-26T21:45:00.28+00:00

    Looks like this is the package you want. You need to run the command after the project is created

    dotnet add package datatables.net-bs5 --version 1.11.3
    
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.