File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,9 +274,9 @@ Project file:
274274
275275| | Setting name | Values | Version introduced |
276276| - | - | - | - |
277- | ** runtimeconfig.json** | ` System.Threading.DefaultStackSize ` | A hexadecimal integer value representing stack size in bytes. | .NET 9 |
277+ | ** runtimeconfig.json** | ` System.Threading.DefaultStackSize ` | A hexadecimal integer value representing stack size in bytes. | .NET 10 |
278278| ** MSBuild property** | N/A | N/A | N/A |
279- | ** Environment variable** | ` DOTNET_Thread_DefaultStackSize ` | A hexadecimal integer value representing stack size in bytes. | .NET 9 |
279+ | ** Environment variable** | ` DOTNET_Thread_DefaultStackSize ` | A hexadecimal integer value representing stack size in bytes. | .NET 10 |
280280
281281### Examples
282282
You can’t perform that action at this time.
0 commit comments