Skip to content

Commit f3ab640

Browse files
rolfbjarnegewarren
andauthored
Update docs/standard/frameworks.md
Co-authored-by: Genevieve Warren <[email protected]>
1 parent d74fdfd commit f3ab640

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/standard/frameworks.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ The following table shows the default target platform values (TPV) for each .NET
132132
| .NET 8 | Windows | 7.0 |
133133

134134
> [!NOTE]
135-
> On Apple platforms (iOS, macOS, tvOS and Mac Catalyst) and on .NET 8 or earlier,
135+
> On Apple platforms (iOS, macOS, tvOS, and Mac Catalyst) in .NET 8 and earlier,
136136
> the default TPV is the latest supported version in the currently installed workload.
137-
> For instance, this means that updating the iOS workload in .NET 8 may result in a higher default
138-
> TPV, if we've added support for a new version of iOS in that workload. In the table above,
139-
> the default TPV is the one in the initial release for the .NET version in question.
137+
> That means that updating the iOS workload in .NET 8, for example, might result in a higher default
138+
> TPV, if support for a new version of iOS has been added in that workload. In the preceding table,
139+
> the default TPV is the one in the initial release for the stated .NET version.
140140
>
141-
> Starting in .NET 9, we've changed this special behavior to only apply to executable projects,
142-
> while the default TPV for library projects will stay the same for the entirety of
141+
> Starting in .NET 9, this special behavior only applies to executable projects.
142+
> The default TPV for library projects now stays the same for the entirety of
143143
> a major .NET release, like all other platforms.
144144
145145
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 Android platform added API level 32 APIs in a .NET 6.0.x SDK update, you could access them by using the TFM `net6.0-android32.0`.

0 commit comments

Comments
 (0)