I am working on an Integration Services project.
One of the data sources I use calls for a package to be installed from NuGet.
I tried to go to "Tools > NuGet Package Manager",
but it is not available in SQL Server Data Tools (SSDT).
Next I tried to install NuGet by downloading it from the nuget.org website,
but I got the following error:
VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
How can I use NuGet with SSDT?