R
Riki
I know that I can set a required runtime version for an application in the
config file.
I can also configure the runtime version for an assembly in the GAC.
But how can I set a required runtime for an assembly in the assembly itself?
Meaning that the framework should give an error when I try to run my
assembly on a lower version.
I didn't find anything on Google.
config file.
I can also configure the runtime version for an assembly in the GAC.
But how can I set a required runtime for an assembly in the assembly itself?
Meaning that the framework should give an error when I try to run my
assembly on a lower version.
I didn't find anything on Google.