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
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:
nugetlog.txt
Verbose Logs