dotnet / install-scripts

MIT License
128 stars 68 forks source link

Upgrade Microsoft.DotNet.Cli.Utils referenced packages #415

Closed f-alizada closed 7 months ago

f-alizada commented 7 months ago

Context

Currently referenced packages from Microsoft.DotNet.Cli.Utils are loaded implicitly during build process, hence the referenced packages versions differ from the required by the dependency and choosing the closest one. Example of process before: https://dev.azure.com/dnceng-public/public/_build/results?buildId=476794&view=logs&j=d6d0747d-862c-5953-c201-f4e1a93f2cef&t=f8f9cedb-7045-5b9b-3dc7-4063f90e4dfe Example of process for this PR: https://dev.azure.com/dnceng-public/public/_build/results?buildId=476832&view=logs&j=d6d0747d-862c-5953-c201-f4e1a93f2cef&t=f8f9cedb-7045-5b9b-3dc7-4063f90e4dfe

Changes

Specify the exact version of the packages explicitly in the project file.