Allow to use mono to publish package to Nuget.
Current fails with:
HypoLambda $ mono nuget.exe pack HypoLambda.csproj -Verbosity detailed -MSbuildVersion 4.0
Attempting to build package from 'HypoLambda.csproj'.
System.NotImplementedException: The requested feature is not implemented.
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object) <0x0006b>
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid1<object> (System.Runtime.CompilerServices.CallSite,object) <0x003ee>
at NuGet.CommandLine.ProjectFactory.ResolveTargetPath () <0x0094e>
at NuGet.CommandLine.ProjectFactory.BuildProject () <0x0044f>
at NuGet.CommandLine.ProjectFactory.CreateBuilder (string) <0x0004f>
at NuGet.CommandLine.PackCommand.BuildFromProjectFile (string) <0x0023f>
at NuGet.CommandLine.PackCommand.BuildPackage (string) <0x0005f>
at NuGet.CommandLine.PackCommand.ExecuteCommand () <0x001f7>
at NuGet.CommandLine.Command.ExecuteCommandAsync () <0x00010>
at NuGet.CommandLine.Command.Execute () <0x001e4>
at NuGet.CommandLine.Program.MainCore (string,string[]) <0x00650>
Allow to use mono to publish package to Nuget. Current fails with: