From 0dc7faf69398c0bac9647741938f3310922d4299 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Mon, 3 Oct 2022 22:24:02 +0800 Subject: [PATCH] Use the correct CLI command Fixes #10447 --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2a99431023b2..d986cd1c51ba 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -42,7 +42,7 @@ body: id: version-with-bug attributes: label: Version with bug - description: In what version do you see this issue? Run `dotnet --version` to find your version. + description: In what version do you see this issue? Run `dotnet workload list` to find your version. options: - 6.0 Release Candidate 2 or older - 6.0 Release Candidate 3