Skip to content

Multitargeting .NetStandard and netx.0 #110689

Closed Answered by huoyaoyuan
JKorf asked this question in Q&A
Discussion options

You must be logged in to vote

You don't need to pay additional effort for transitive features. The implementations of libraries are picked based on entry application. The .NET 9 version of System.Text.Json will always be used for .NET 9 application, regardless to the libraries using it.

If your application can benefit from using newer features directly, multi-targeting is a good idea then.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by JKorf
Comment options

You must be logged in to vote
1 reply
@huoyaoyuan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants