Skip to content

Commit 0c3d7f5

Browse files
authored
Reformat default TPV table to make it easier to read. (#43090)
1 parent 56cba82 commit 0c3d7f5

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

docs/standard/frameworks.md

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -108,28 +108,11 @@ When an OS-specific TFM doesn't specify the platform version explicitly, it has
108108

109109
The following table shows the default target platform values (TPV) for each .NET release.
110110

111-
| .NET version | Platform | Default TPV |
112-
|--------------|--------------|-------------|
113-
| .NET 6 | Android | 31.0 |
114-
| .NET 7 | Android | 33.0 |
115-
| .NET 8 | Android | 34.0 |
116-
| .NET 6 | iOS | 15.0 |
117-
| .NET 7 | iOS | 16.1 |
118-
| .NET 8 | iOS | 17.2 |
119-
| .NET 6 | Mac Catalyst | 15.0 |
120-
| .NET 7 | Mac Catalyst | 16.1 |
121-
| .NET 8 | Mac Catalyst | 17.2 |
122-
| .NET 6 | macOS | 12.0 |
123-
| .NET 7 | macOS | 13.0 |
124-
| .NET 8 | macOS | 14.2 |
125-
| .NET 6 | tvOS | 15.1 |
126-
| .NET 7 | tvOS | 16.1 |
127-
| .NET 8 | tvOS | 17.1 |
128-
| .NET 7 | Tizen | 7.0 |
129-
| .NET 8 | Tizen | 8.0 |
130-
| .NET 6 | Windows | 7.0 |
131-
| .NET 7 | Windows | 7.0 |
132-
| .NET 8 | Windows | 7.0 |
111+
| .NET version | Android | iOS | Mac Catalyst | macOS | tvOS | Tizen | Windows |
112+
|--------------|--------:|-----:|-------------:|------:|-----:|------:|--------:|
113+
| .NET 6 | 31.0 | 15.0 | 15.0 | 12.0 | 15.1 | - | 7.0 |
114+
| .NET 7 | 33.0 | 16.1 | 16.1 | 13.0 | 16.1 | 7.0 | 7.0 |
115+
| .NET 8 | 34.0 | 17.2 | 17.2 | 14.2 | 17.1 | 8.0 | 7.0 |
133116

134117
The .NET SDK is designed to be able to support newly released APIs for an individual platform without a new version of the base TFM. This enables you to access platform-specific functionality without waiting for a major release of .NET. You can gain access to these newly released APIs by incrementing the platform version in the TFM. For example, if the iOS platform added iOS 15.1 APIs in a .NET 6.0.x SDK update, you could access them by using the TFM `net6.0-ios15.1`.
135118

0 commit comments

Comments
 (0)