-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up dead code in illink targets (#85741)
Removes TFM version checks, and adds a warning when using explicit ILLink package reference. We reference ILLink as a packagereference that versions with the runtime, so the 8.0 linker is only supported when targeting `net8.0`, and we can remove the TFM checks. We don't want to support someone adding a PackageReference to an 8.0 linker, while targeting an older TFM, in an attempt to get newer linker bits but with settings that were closer to what we shipped with that TFM. --------- Co-authored-by: Marek Safar <[email protected]> Co-authored-by: Vitek Karas <[email protected]>
- Loading branch information
1 parent
ddd748e
commit 0cfc81d
Showing
4 changed files
with
10 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
156 changes: 0 additions & 156 deletions
156
src/tools/illink/src/ILLink.Tasks/build/6.0_suppressions.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.