Skip to content

Commit f535742

Browse files
authored
Apple .NET TFMs aren't compatible with Xamarin TFMs. (#43088)
1 parent cc8f93f commit f535742

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/standard/frameworks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ The following table shows the compatibility of the .NET 5+ TFMs.
6565
| net5.0-windows | netcoreapp1..3.1 (plus everything else inherited from `net5.0`) |
6666
| net6.0 | (Subsequent version of `net5.0`) |
6767
| net6.0-android | `xamarin.android` (plus everything else inherited from `net6.0`) |
68-
| net6.0-ios | `xamarin.ios` (plus everything else inherited from `net6.0`) |
69-
| net6.0-maccatalyst | `xamarin.ios` (plus everything else inherited from `net6.0`) |
70-
| net6.0-macos | `xamarin.mac` (plus everything else inherited from `net6.0`) |
71-
| net6.0-tvos | `xamarin.tvos` (plus everything else inherited from `net6.0`) |
68+
| net6.0-ios | Everything inherited from `net6.0` |
69+
| net6.0-maccatalyst | Everything inherited from `net6.0` |
70+
| net6.0-macos | Everything inherited from `net6.0` |
71+
| net6.0-tvos | Everything inherited from `net6.0` |
7272
| net6.0-windows | (Subsequent version of `net5.0-windows`) |
7373
| net7.0 | (Subsequent version of `net6.0`) |
7474
| net7.0-android | (Subsequent version of `net6.0-android`) |

0 commit comments

Comments
 (0)