Replies: 1 comment
-
In .NET this is done in such a way that when building a library, separate DLLs are created for each version. And if you look in the NuGet archive, you'll notice that there is a separate folder for each version. If any library or functionality is not supported, preprocessor directives are used
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi, I have one question regarding compatibility with older frameworks like nf48.
Since the library is written in NET6 (C#10) how can we be sure that it will work correctly in net framework 4.8 (C#7)? Does the compiler downgrade the language at build time or something else?
This is probably a simple question but I couldn't find an answer online :)
Beta Was this translation helpful? Give feedback.
All reactions