All,
How do you specify a target framework version for the csc.exe c# compiler via command-line?
I need to force csc.exe to compile for .NET Framework 2.0. I can target .NET 2.0 from VS, but VS is not an option in this case. I must work from the command line.
Can anyone help?
Thanks,
Bill Drago