【发布时间】:2018-12-27 23:37:43
【问题描述】:
我使用的是 Xamarin.Forms 版本 2.5.1.527436,我的项目正在编译和运行完美,然后我将其更新为 Xamarin.Forms 3.1.0.637273,我的项目不再编译。
我收到几个错误:
Error CS0012 The type 'Action' is defined in an assembly that is not
referenced. You must add a reference to assembly 'netstandard,
Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
如何解决这个错误“CS0012”?
【问题讨论】:
标签: xamarin.forms compiler-errors updates .net-standard