Uh oh!
There was an error while loading. Please reload this page.
Do not check for NET5_0_OR_GREATER - #779
Conversation
Context: dotnet#777 Looks like this define will not be added, so check for `NET` instead.
jpobst
commented
Jan 13, 2021
I think this sentence refers to the alternative proposed in the QA question. I think the actual issue is that |
radekdoulik
commented
Jan 13, 2021
That would not work, as on net6 we have these defines now (plus non-related other defines): So I think checking for the |
jpobst
commented
Jan 13, 2021
Yeah, looks like that should work. The way I originally read the document made me think |
Context: Fixes#777
Looks like this define will not be added, so check for
NETinstead.