Hi,
Is there any NuGet install command that I could use for installing Microsoft.XNA.Framework.dll and Microsoft.XNA.Framework.Net.dll into my VS2013 express project instead of installing Monogame 3.x and referencing the dlls from the installation path? The problem is that someone else tried to get the latest version of my project from an online repository, but was unable to build the solution as this installation was needed. So, I would like to reference these files similarly to SharpDX, so if anyone would like to build it, the references would be automatically resolved through NuGet.
Thanks!