> 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?
LINQ is only now starting to get supported, so I would wait for 1.2.6 to get the basics in place. Once you get it, you need to pass the -langversion:linq command line option to gmcs for it to work. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
