Try to use `dnu pack --out ./MyTarget` from windows. Since rc1 the resulting nupkg contains `/lib/dnxcore50/dnxcore50` which will fail to restore from nuget. With `dnu pack --out .\MyTarget` it works fine.