Skip to content

Commit 229fbf7

Browse files
Add new SDK versions and clean up out of support versions (#44418)
* Add new SDK versions and clean up out of support versions Added 9.0.2xx and 9.0.3xx bands Added 10.0.100 preview 1 Moved the targeting information to the targeting section Removed some unnecessary notes Remove the out of support versions from the target table * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent 03fd2c9 commit 229fbf7

File tree

1 file changed

+11
-24
lines changed

1 file changed

+11
-24
lines changed

docs/core/porting/versioning-sdk-msbuild-vs.md

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,18 @@ The support timeframe for the SDK typically matches that of the Visual Studio ve
5656
| SDK version | MSBuild/Visual Studio version | Ship date | Lifecycle |
5757
|-------------|-------------------------------|-----------|---------------------|
5858
| 8.0.1xx | 17.8 | Nov '23 | Nov '25<sup>1</sup> |
59-
| 8.0.2xx | 17.9<sup>3</sup> | Feb '24 | May '24<sup>3</sup> |
59+
| 8.0.2xx | 17.9 | Feb '24 | May '24 |
6060
| 8.0.3xx | 17.10 | May '24 | TBD |
6161
| 8.0.4xx | 17.11 | Aug '24 | Nov '25<sup>2</sup> |
62-
| 9.0.1xx | 17.12 | Nov '24 | May '26<sup>1</sup> |
62+
| 9.0.1xx | 17.12 | Nov '24 | May '26 |
63+
| 9.0.2xx | 17.13 | Feb '25 | May '26 |
64+
| 9.0.3xx | 17.14 | May '25 | May '26 |
6365

6466
> [!NOTE]
65-
> Targeting `net6.0` is officially supported in Visual Studio 17.0+ only.
66-
> Targeting `net7.0` is officially supported in Visual Studio 17.4+ only.
67-
> Targeting `net8.0` is officially supported in Visual Studio 17.8+ only.
68-
>
6967
> <sup>1</sup> .1xx .NET SDK feature bands are supported throughout the lifecycle of major .NET versions. During the extended support period, support is limited to security fixes and minimal high-priority non-security fixes for Linux only. To learn more about the reasoning for this extended support, see [Source-build support](https://github.com/dotnet/source-build#support).
7068
>
7169
> <sup>2</sup> .4xx .NET SDK feature bands are supported for the life of the matching runtime as stand-alone installs.
7270
>
73-
> <sup>3</sup> 8.0.200 requires a newer Visual Studio version. For more information, see the [support rules](#targeting-and-support-rules).
74-
>
7571
> [Visual Studio 2019 Lifecycle](/lifecycle/products/visual-studio-2019)
7672
>
7773
> [Visual Studio 2022 Lifecycle](/lifecycle/products/visual-studio-2022)
@@ -86,23 +82,20 @@ A the following policy dictates which versions of MSBuild and Visual Studio a gi
8682

8783
| SDK | Visual Studio version<br/>the SDK ships with | Minimum Visual Studio version | Max TargetFramework in<br/>minimum Visual Studio version | Max TargetFramework in `dotnet` |
8884
|---------|-------|------------------|--------|--------|
89-
| 6.0.200 | 17.1 | 17.0 | Net6.0 | Net6.0 |
90-
| 6.0.300 | 17.2 | 17.0 | Net6.0 | Net6.0 |
91-
| 6.0.400 | 17.3 | 17.0 | Net6.0 | Net6.0 |
92-
| 7.0.100 | 17.4 | 17.3 | Net6.0 | Net7.0 |
93-
| 7.0.200 | 17.5 | 17.4 | Net7.0 | Net7.0 |
94-
| 7.0.300 | 17.6 | 17.4<sup>1</sup> | Net7.0 | Net7.0 |
95-
| 7.0.400 | 17.7 | 17.4 | Net7.0 | Net7.0 |
9685
| 8.0.100 | 17.8 | 17.7 | Net7.0 | Net8.0 |
9786
| 8.0.200 | 17.9 | 17.8 | Net8.0 | Net8.0 |
9887
| 8.0.300 | 17.10 | 17.8 | Net8.0 | Net8.0 |
9988
| 8.0.400 | 17.11 | 17.8 | Net8.0 | Net8.0 |
10089
| 9.0.100 | 17.12 | 17.11 | Net8.0 | Net9.0 |
90+
| 9.0.200 | 17.13 | 17.12 | Net9.0 | Net9.0 |
91+
| 9.0.300 | 17.14 | 17.12 | Net9.0 | Net9.0 |
10192

10293
> [!NOTE]
10394
> The table depicts how these versioning rules are applied, starting with .NET SDK 7.0.100 and .NET SDK 6.0.300. It also depicts how the policy would have applied to previously shipped versions of the .NET SDK, had it been in place then. However, the requirements for previous versions of the SDK don't change&mdash;that is, the minimum required version of Visual Studio for .NET SDK 6.0.100 or 6.0.200 remains 16.10.
104-
105-
> <sup>1</sup> A breaking change in 7.0.300 for Blazor and Razor development requires Visual Studio version 17.6 or newer. For more information, see [dotnet/razor issue 8718](https://github.com/dotnet/razor/issues/8718).
95+
>
96+
> Targeting `net8.0` is officially supported in Visual Studio 17.8+ only.
97+
>
98+
> Targeting `net9.0` is officially supported in Visual Studio 17.12+ only.
10699
107100
To ensure consistent tooling, you should use `dotnet build` rather than `msbuild` to build your application when possible.
108101

@@ -112,16 +105,10 @@ Major versions of the .NET SDK are typically released within a few days of a Vis
112105

113106
| SDK preview version | Visual Studio version |
114107
|---------------------|-----------------------|
115-
| 9.0.100 Preview 1 | 17.10 Preview 1 |
116-
| 9.0.100 Preview 2 | 17.10 Preview 2 |
117-
| 9.0.100 Preview 3 | 17.10 Preview 3 |
118-
| 9.0.100 Preview 4 | 17.11 Preview 1 |
119-
| 9.0.100 Preview 5 | 17.11 Preview 2 |
120-
| 9.0.100 Preview 6 | 17.11 Preview 3 |
121-
| 9.0.100 Preview 7 | 17.12 Preview 1 |
122108
| 9.0.100 RC 1 | 17.12 Preview 2 |
123109
| 9.0.100 RC 2 | 17.12 Preview 3 |
124110
| 9.0.100 GA | 17.12 GA |
111+
| 10.0.100 Preview 1 | 17.14 Preview 1 |
125112

126113
## Reference
127114

0 commit comments

Comments
 (0)