Skip to content

Update destroys existing reference #14790

@ccarmannt

Description

@ccarmannt

NuGet Product Used

Visual Studio Package Management UI

Product Version

10.0.103

Worked before?

No response

Impact

It's more difficult to complete my work

Repro Steps & Context

When updating the Azure.Core package from version 1.50.0 to 1.51.1, the existing reference to the System.ValueTuple package gets removed, breaking the ability to run.

This gets removed from the .csproj file:

    <Reference Include="System.ValueTuple">
      <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
      <Private>True</Private>
    </Reference>

nugetlog.txt

Verbose Logs

See attached file nugetlog.txt

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions