Skip to content

Commit 84b4cb3

Browse files
authored
Fix the .net 8 end dates (#45317)
I was off by a year. These last three years.
1 parent 2ad52f5 commit 84b4cb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ The support timeframe for the SDK typically matches that of the Visual Studio ve
5555

5656
| SDK version | MSBuild/Visual Studio version | Ship date | Lifecycle |
5757
|-------------|-------------------------------|-----------|---------------------|
58-
| 8.0.1xx | 17.8 | Nov '23 | Nov '25<sup>1</sup> |
58+
| 8.0.1xx | 17.8 | Nov '23 | Nov '26<sup>1</sup> |
5959
| 8.0.2xx | 17.9 | Feb '24 | May '24 |
6060
| 8.0.3xx | 17.10 | May '24 | Jan '26 |
61-
| 8.0.4xx | 17.11 | Aug '24 | Nov '25<sup>2</sup> |
61+
| 8.0.4xx | 17.11 | Aug '24 | Nov '26<sup>2</sup> |
6262
| 9.0.1xx | 17.12 | Nov '24 | May '26 |
6363
| 9.0.2xx | 17.13 | Feb '25 | May '25 |
6464
| 9.0.3xx | 17.14 | May '25 | May '26 |

0 commit comments

Comments
 (0)