MonoDevelop: is it possible to switch PCL's compiler?

前端 未结 2 1045
深忆病人
深忆病人 2020-12-16 01:59

We are starting a cross-platform project to be deployed to Android and iOS. Obviously, a lot of code is to be shared between the two, and some of the code relies heavily on

2条回答
  •  失恋的感觉
    2020-12-16 02:25

    I know this is an old question, but it appears that Portable Class Library (PCL) support was added to Mono in version 3.0.x, see the Release Notes for details, particularly version 3.0.8 :

    Added PCL support to xbuild, mono’s MSBuild implementation.

提交回复
热议问题