On Thu, 2007-12-06 at 10:25 -0500, shawn vose wrote:
> what is the name of the command I would need to use to compile for the
> 2.0 framework? Would this also be the same for any code I have written
> that has some very simple LINQ in it?
Daniel Soto already mentioned using gmcs for the 2.0 framework.
For LINQ, you need to pass `-langversion:LINQ' as a compiler flag, e.g.:
gmcs -langversion:LINQ your-linq-file.cs
- Jon
_______________________________________________
Mono-list maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list