How can i change the runtime version of .Net Framework
I am new to .Net Framework and I don’t know how to change the run time version. I am trying to call a DLL file using JNI(Proxygen). After hitting the proxygen command I am getting error as "This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded".
I have installed .Net Framework 4.8 which is the latest version still I am facing the above issue. The DLL target framework is version 4. How Can I change the .Net Runtime version?