Skip to content

Commit ea297dd

Browse files
committed
Correcting the comment.
1 parent 41d36fb commit ea297dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dotnet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This Feature installs the latest .NET SDK, which includes the .NET CLI and the s
2121
| aspNetCoreRuntimeVersions | Enter additional ASP.NET Core runtime versions, separated by commas. Use 'latest' for the latest version, 'lts' for the latest LTS version, 'X.Y' or 'X.Y.Z' for a specific version. | string | - |
2222
| workloads | Enter additional .NET SDK workloads, separated by commas. Use 'dotnet workload search' to learn what workloads are available to install. | string | - |
2323

24-
The dotnet '10.0' version provided as option is only the dotnet '10.0-preview' version. The dotnet '10.0' stable version is expected to be released by end of 2025. The preview version is still under development and is generally not supported for production use.
24+
The dotnet '10.0' option currently points to the '10.0-preview' version of dotnet. The dotnet '10.0' stable version is expected to be released by end of 2025. The preview version is still under development and is generally not supported for production use.
2525

2626
## Customizations
2727

0 commit comments

Comments
 (0)