I have a .core solution where some projects need to be included and as I understand the praxis is in .core to use Nuget. For those projects I have under Properties->Package chec
You can override the package output directory by setting this inside a <PropertyGroup>:
<PropertyGroup>
<PackageOutputPath>..\some-folder</PackageOutputPath>