-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't append TargetOS to .NETFramework tfms (#12288)
As .NET Framework tfms don't support TargetPlatform, the TargetOS property shouldn't be appended to such target frameworks when calculating the best compatible asset. In addition to that, .NETCoreApp (.NET 5+) is the only target framework family that is used when compiling runtime specific assets (i.e. in dotnet/runtime).
- Loading branch information
1 parent
4f2548b
commit 20e5e15
Showing
1 changed file
with
12 additions
and
8 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