How can I use nuget with SSDT?
问题 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. I got the following error: VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products. How can I use nuget with SSDT? 回答1: The SSIS