Missing preprocessor symbols for Net Version
I am trying to setup Extensions to exclude items included in newer versions of .Net using conditional compilation, but it seems like the preprocessor symbols for .Net Core versions are not defined in LINQPad?
For example, LINQPad says NET6_0 and NET6_0_OR_GREATER are not defined?
Comments
In LINQPad, the symbol is just NET6 - this is equivalent to NET6_0_OR_GREATER
The default My Extensions query text should contain the following:
Mine just has the NET5 one - it is old
Could NET6_0_OR_GREATER be added? I #load local files that use it and can't edit those files just for linqpad
Sure - the *_OR_GREATER are now defined in the latest beta.