filename multi-targeting documentation has obsolette .NET 8 references in it #27164
Unanswered
stephenquan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I assume nobody can find fault with the above code snippet, so, I will use it - and - perhaps, raise a doc issue to remove the .NET 8 references with the above? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Now that we're defaulting to .NET 9, the documentation for Configure filename-based multi-targeting has obsolete references in it, i.e.
net8.0-android
,net8.0-ios
,net8.0-maccatalyst
andnet8.0-windows
.Rather than replacing replacing the
net8.0-
prefix withnet9.0-
would the following be a more future-proof representation of that code snippet?Beta Was this translation helpful? Give feedback.
All reactions