Skip to content

Commit 6823f8b

Browse files
committed
Merge branch 'main' into fix-18205
2 parents 2011139 + e9171db commit 6823f8b

File tree

600 files changed

+15481
-1494
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

600 files changed

+15481
-1494
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"rollForward": false
2525
},
2626
"microsoft.dotnet.xharness.cli": {
27-
"version": "9.0.0-prerelease.25113.3",
27+
"version": "9.0.0-prerelease.25214.1",
2828
"commands": [
2929
"xharness"
3030
],
@@ -38,4 +38,4 @@
3838
"rollForward": false
3939
}
4040
}
41-
}
41+
}

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ body:
4242
label: Version with bug
4343
description: In what version do you see this issue? Run `dotnet workload list` to find your version.
4444
options:
45+
- 10.0.0-preview.3
46+
- 10.0.0-preview.2
47+
- 10.0.0-preview.1
48+
- 9.0.60 SR6
49+
- 9.0.50 SR5
4550
- 9.0.40 SR4
4651
- 9.0.30 SR3
4752
- 9.0.22 SR2.2
@@ -162,6 +167,11 @@ body:
162167
- 9.0.22 SR2.2
163168
- 9.0.30 SR3
164169
- 9.0.40 SR4
170+
- 9.0.50 SR5
171+
- 9.0.60 SR6
172+
- 10.0.0-preview.1
173+
- 10.0.0-preview.2
174+
- 10.0.0-preview.3
165175
validations:
166176
required: true
167177
- type: dropdown

0 commit comments

Comments
 (0)