You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard/frameworks.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,14 +132,14 @@ The following table shows the default target platform values (TPV) for each .NET
132
132
| .NET 8 | Windows | 7.0 |
133
133
134
134
> [!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,
136
136
> 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.
140
140
>
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
143
143
> a major .NET release, like all other platforms.
144
144
145
145
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