Skip to content

Commit c04ef98

Browse files
authored
Documentation: starting with .NET 9, STS releases like 9 have 2 years of support, instead of 1.5 years like they did before with .NET 5 and 7
1 parent 8570f61 commit c04ef98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ There are also three types of version specification suffixes to choose from, whi
114114
115115
> [!NOTE]
116116
> [*Long-Term Support (LTS)*](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#cadence) versions like 8.0 are released each November of odd-numbered years like 2023, have even major version numbers, and come with 3 years of support.<br>
117-
> *Standard Term Support (STS)* versions like 7.0 are released each November of even-numbered years like 2022, with odd version numbers and 1.5 years of support.
117+
> *Standard Term Support (STS)* versions like 7.0 are released each November of even-numbered years like 2022, with odd version numbers and 2 years of support.
118118
119119
Then, once you know which package you want, you can install it with `apt install <packagename>`, for example, **`sudo apt install dotnet-runtime-latest`**.
120120

0 commit comments

Comments
 (0)