Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Set the "hashPath" when building the .deps.json file #4136

Merged
merged 1 commit into from
Sep 2, 2016

Conversation

joelverhagen
Copy link
Member

@joelverhagen joelverhagen commented Sep 1, 2016

  1. Set the "hashPath" when building the .deps.json file
  2. Use newer versions of PlatformAbstractions, DependencyModel, and dotnet-test-xunit

This is progress for this work item: NuGet/Home#2522.

/cc @eerhardt @livarcocc @piotrpMSFT @gkhanna79 @emgarten

@emgarten
Copy link
Member

emgarten commented Sep 1, 2016

LGTM :shipit:

private readonly FrameworkReferenceResolver _frameworkReferenceResolver;

public PackageDependencyProvider(INuGetPathContext nugetPathContext, FrameworkReferenceResolver frameworkReferenceResolver)
{
if (nugetPathContext != null)
{
_packagePathResolver = new FallbackPackagePathResolver(nugetPathContext);
_versionFolderPathResolver = new VersionFolderPathResolver(nugetPathContext.UserPackageFolder);

This comment was marked as spam.

This comment was marked as spam.

@eerhardt
Copy link
Member

eerhardt commented Sep 1, 2016

:shipit:

Update Microsoft.Extensions.DependencyModel to 1.0.1-beta-000933
Update Microsoft.DotNet.PlatformAbstraction to 1.0.1-beta-000933
Update NuGet to 3.6.0-beta.1.msbuild.4
Update dotnet-test-xunit to 1.0.0-rc2-350904-49
@joelverhagen joelverhagen changed the title [WIP] Set the "hashPath" when building the .deps.json file Set the "hashPath" when building the .deps.json file Sep 2, 2016
@joelverhagen joelverhagen merged commit c5b2da0 into rel/1.0.0 Sep 2, 2016
@joelverhagen joelverhagen deleted the jver/depshashpath branch September 2, 2016 17:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants