انواع Target Framework ها در NET 5.
نویسنده: وحید نصیری
تاریخ: ۱۳۹۹/۰۲/۳۱ ۷:۴۴
آدرس: www.dntips.ir
| مطالب | ۳۶۹۴ |
| نویسندگان | ۲۷۶ |
| گروههای مطالب | ۱۰۲۴ |
| نقشههای راه | ۱۱۹ |
| دورهها | ۱۴ |
| اشتراکها | ۱۷۹۱۴ |
We'll have the following TFMs:
| TFM | Compatible With | Comments |
|---|---|---|
| net5.0 | net1..4 (with NU1701 warning) | No WinForms or WPF |
| | netcoreapp1..3.1 (warning when WinForms/WPF is referenced) | |
| | netstandard1..2.1 | |
| net5.0-android | xamarin.android | |
| | (+everything else inherited from net5.0) | |
| net5.0-ios | xamarin.ios | |
| | (+everything else inherited from net5.0) | |
| net5.0-macos | xamarin.mac | |
| | (+everything else inherited from net5.0) | |
| net5.0-tvos | xamarin.tvos | |
| | (+everything else inherited from net5.0) | |
| net5.0-watchos | xamarin.watchos | |
| | (+everything else inherited from net5.0) | |
| net5.0-windows | netcoreapp1..3.1 | WinForms + WPF |
| | (+everything else inherited from net5.0) | |
| Tizen, Unity... | Will follow the Xamarin model | |