library testhost modify deps.json
to match actual release
#118864
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The cDAC (
runtime-diagnostics
) pipeline has been failing due to a dependency lookup issue for several days:https://dev.azure.com/dnceng-public/public/_build/results?buildId=1125301&view=results
dotnet-dump
can not findSystem.Diagnostics.DiagnosticSource
10.0.0
. This file exists but is skipped over because thedeps.json
file does not set a version. The resolver defaults to-1
and this version does not override the9.0.8
found withdotnet-dump
.This failure may have been caused by changes in #118297.
Updates
GenerateTestSharedFrameworkDepsFile.cs
to be more like https://github.com/dotnet/arcade/blob/main/src/Microsoft.DotNet.SharedFramework.Sdk/src/GenerateSharedFrameworkDepsFile.cs by including the file/assembly versions.JSON Reference
Previous structure example:New structure example: