![Hands-On Mobile Development with .NET Core](https://wfqqreader-1252317822.image.myqcloud.com/cover/565/36698565/b_36698565.jpg)
上QQ阅读APP看书,第一时间看更新
Defining a framework
In the previous examples, we have been using netcoreapp2.1 as the target framework. While, for the self-contained deployment for this console application, this proves to be sufficient, if we were preparing a Xamarin application or a UWP. Net Standard, we would have been better off using target platform frameworks such as Xamarin.iOS.
The target platform framework can be changed using the <TargetFrameworks> project property. We would have to use the moniker assigned to the desired framework:
![](https://epubservercos.yuewen.com/33AE73/19470378308806506/epubprivate/OEBPS/Images/1.jpg?sign=1739317290-sS3TPnzx89QiPGVaqcU45AIJf93zOhoz-0-816a29168e240f6bacf9ad1e4cf1fab3)