Xamarin/Visual Studio 2017: which .net version to pick for mobile development?

后端 未结 2 1328
别跟我提以往
别跟我提以往 2021-01-19 16:17

I just started to develop with Visual Studio 2017 / Xamarin, Target platforms are Android and iOS.

I found no reference about whether there is any dependency between

2条回答
  •  自闭症患者
    2021-01-19 17:04

    The framework version of the shared library doesn't in any way affect the target framework for each device, it only affects which platform you could target and what .NET classes and methods are actually available in this library.

提交回复
热议问题