Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"rollForward": false
},
"microsoft.dotnet.xharness.cli": {
"version": "9.0.0-prerelease.25203.2",
"version": "9.0.0-prerelease.25207.3",
"commands": [
"xharness"
],
Expand Down
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ body:
label: Version with bug
description: In what version do you see this issue? Run `dotnet workload list` to find your version.
options:
- 10.0.0-preview.3
- 10.0.0-preview.2
- 10.0.0-preview.1
- 9.0.60 SR6
- 9.0.50 SR5
- 9.0.40 SR4
- 9.0.30 SR3
Expand Down Expand Up @@ -165,7 +168,10 @@ body:
- 9.0.30 SR3
- 9.0.40 SR4
- 9.0.50 SR5
- 9.0.60 SR6
- 10.0.0-preview.1
- 10.0.0-preview.2
- 10.0.0-preview.3
validations:
required: true
- type: dropdown
Expand Down
Loading