-
The docs don't say anything on how to target any .NET Runtime other than Framework. |
Beta Was this translation helpful? Give feedback.
Answered by
starkos
Jul 12, 2021
Replies: 1 comment
-
You're right, the docs do need updating, a pull request would be welcomed. Looking at the unit tests provided in the commit, it looks like you do it like this: dotnetframework "netcoreapp2.2"
dotnetframework "netstandard1.2"
dotnetframework "4.7.2" Updated; hit submit too soon… I'm guessing that you can find more identifiers by manually editing a project in Visual Studio and seeing what it writes? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sarund9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're right, the docs do need updating, a pull request would be welcomed. Looking at the unit tests provided in the commit, it looks like you do it like this:
Updated; hit submit too soon… I'm guessing that you can find more identifiers by manually editing a project in Visual Studio and seeing what it writes?