标签: c# mono xamarin xamarin-studio
我默认使用Xamarin Studio(Alpha或Beta-Channel)和Mono 3.2.3。在尝试编译我的项目(PCL)时,我编译错误。
缺少
System.Threading.Task
和
System.Collections.Concurrent
命名空间。 使用Mono 2.10.12编译没有问题,朋友告诉我3.2.1也工作正常。所以我的问题:这是一个错误吗?怎么能轻易回到3.2.1?