Xamarin Studio Targeting netstandard

孤街醉人 提交于 2019-12-23 15:34:17

问题


I am trying to upgrade my pcl library to target the netstandard in Xamarin Studio on my Mac. But I don't see the option. All the information I have found only talk about using Visual Studio.

Xamarin Blog Oren's blog

When I look for the option they talk about in Xamarin Studio, I can't find it.


回答1:


As of Xamarin Studio 6.0.2 you can consume .Net Standard libs, but NOT create them.

The ability to create .NET Standard Libraries in Xamarin Studio on macOS will be available in the future, but today we are pleased to release Xamarin Studio 6.0.2 which supports consuming and compiling these libraries.

ref: https://blog.xamarin.com/net-standard-library-support-for-xamarin/



来源:https://stackoverflow.com/questions/38857651/xamarin-studio-targeting-netstandard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!