How do I use Linq in MonoDevelop 2.0 on OS X?

后端 未结 6 860
终归单人心
终归单人心 2021-01-04 07:55

I installed MonoDevelop 2.0 on my Mac.

I created a new Console Application.

\"Hello World\" program runs fine.

But I can\'t use Linq.

u

6条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-04 08:35

    The Latest version of Mono Develop does support linq. On the project you must select 3.5 under Build/General/RuntimeVersion. After that you can add the System.Core reference.

提交回复
热议问题