Home
Options

Shared scripts not prompting user to download nuget packages

I wrote a script that depends on nuget packages. I have these nuget packages installed in MyExtensions.linq

When I shared/send this script to someone they have the namespaces in the file, but not the nuget references so it won't ask them to download the package.

How do I force include the nuget package? So the .linq file would have this line at the top:
Newtonsoft.Json

Comments

Sign In or Register to comment.