Modify code to replace RID workaround for .NET 8 migration #81
Labels
Area-Build
Pertains to the build system, CI, infrastructure
Issue-Task
Feature request that doesn't need a major design
Type-CodeHealth
Related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Milestone
Suggested new feature or improvement
With the newest .NET 8 migration, there is a RID workaround needed for reverting back to pre-.NET 8 method of Host using the RID graph to determine assets.
With the recent change in the RuntimeIdentifier graph in addition with RIDs becoming OS version generic, the aforementioned assets that are targeting win10- will not get picked up properly.
Scenario
In the future, we are looking to amend this code so this workaround is not needed.
Additional details
Related to PR #80
The text was updated successfully, but these errors were encountered: