I am trying to get my packages to download to a particular location, so I removed my cached files and attempted to install DotNetOpenAuth in Nuget 2.5 preview. It failed with the following information.
```
PM> install-package dotnetopenauth
Attempting to resolve dependency 'DotNetOpenAuth.OpenId.RelyingParty.UI (= 4.2.1.13026)'.
Attempting to resolve dependency 'DotNetOpenAuth.OpenId.Core.UI (= 4.2.1.13026)'.
Attempting to resolve dependency 'DotNetOpenAuth.Core.UI (= 4.2.1.13026)'.
Attempting to resolve dependency 'DotNetOpenAuth.Core (= 4.2.1.13026)'.
Attempting to resolve dependency 'Microsoft.Net.Http'.
install-package : The remote server returned an error: (404) Not Found.
At line:1 char:1
+ install-package dotnetopenauth
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
```
Comments: closing this for now. Please let us know if you still experience this after packages are synced up with preview env.
```
PM> install-package dotnetopenauth
Attempting to resolve dependency 'DotNetOpenAuth.OpenId.RelyingParty.UI (= 4.2.1.13026)'.
Attempting to resolve dependency 'DotNetOpenAuth.OpenId.Core.UI (= 4.2.1.13026)'.
Attempting to resolve dependency 'DotNetOpenAuth.Core.UI (= 4.2.1.13026)'.
Attempting to resolve dependency 'DotNetOpenAuth.Core (= 4.2.1.13026)'.
Attempting to resolve dependency 'Microsoft.Net.Http'.
install-package : The remote server returned an error: (404) Not Found.
At line:1 char:1
+ install-package dotnetopenauth
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], WebException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
```
Comments: closing this for now. Please let us know if you still experience this after packages are synced up with preview env.