You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/tools/dotnet-new-sdk-templates.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -705,6 +705,10 @@ API Controller with or without read/write actions.
705
705
The roll-forward policy to use when selecting an SDK version, either as a fallback when a specific SDK version is missing or as a directive to use a later version.
706
706
For more information, see [global-json](global-json.md#rollforward).
707
707
708
+
-**`--test-runner <TEST_RUNNER>`**
709
+
710
+
This option was introduced in .NET 10 SDK and specifies the test runner to use, either VSTest or Microsoft.Testing.Platform. The default is VSTest.
711
+
708
712
### `sln`
709
713
710
714
Creates an empty solution file containing no projects.
0 commit comments