These workarounds are no longer valid. The Resolution logic should be respecting Path and HashPath properties, and falling back to straight PackageId Version values, if those are not set.
Fix#423
In the new version of CLI, this includes limiting parallel http requests. Docker container builds sometimes hit restore errors when there are too many parallel requests.
This updates dependencies to stable versions of corefx/coreclr until
we start publishing higher versions of them.
It update any dependencies on NETCore.App to stable 1.0.0.
Update test projects to pull 1.0.1-beta-* to match the patch version
bump we have done in this branch.