How to change version of c# framework? default is .net 4?

how to change version of c# framework? default is .net 4?

I want to compile code lib .dll use for unity

how to change dll frame version to .net2?or 3?

You can find information on the haxe manual: target cs

You can add versions not handled by hxcs (they have 2.0, 4.0 and 4.5) by creating directories according to the haxe manual and place System.dll and mscorlib.dll in there (also maybe System.Core.dll, depending on the version I suppose)

2 Likes

thank you ,it’s work!