I have a project I need to publish as a NuGet package.
This project references other NuGet packages, that are available on a MyGet feed.
Is there any way to include a referent to the MyGet feed in my NuGet package, so that these references will resolve correctly, without having to manually add the MyGet to the package sources in Visual Studio?