On Sat, Feb 18, 2017 at 9:30 AM Jim Gomes <jgo...@apache.org> wrote: > I would prefer if this can also be built on Linux, and not just be a > Windows only solution. Having Visual Studio do a NuGet dependency seems > like it will require Visual Studio and only work on Windows. > > Does NuGet work without Visual Studio? > > If you're referring to dotnet core, it should work. You'd need infra to install nuget on the build slaves, in addition to the actual netcore runtime - https://www.microsoft.com/net/core#linuxubuntu. What CI were you planning to use?
> > On Sat, Feb 18, 2017, 6:10 AM Duane Pauls <duane.pa...@gmail.com> wrote: > > > On Feb 17, 2017 10:26 PM, "John D. Ament" <johndam...@apache.org> wrote: > > > > > > I'm just wondering, AMQPNETLITE is published on nuget. Does NMS need to > > import the source code from it, or can you rely on the nuget dependency? > > > > > > Right, Chris could confirm, but I think he is going to be creating an MS > > Visual Studio project with the NuGet dependency. So there's no need to > > distribute it directly, but the end user would be required to install it > in > > order to build or run. > > > > Cheers, > > Duane > > >