Skip to content

Commit 2ac46b7

Browse files
authored
Merge branch 'dotnet:main' into fix-26810
2 parents 4ddf1c7 + b43b974 commit 2ac46b7

File tree

460 files changed

+14499
-1214
lines changed

Some content is hidden

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

460 files changed

+14499
-1214
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
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.25163.3",
27+
"version": "9.0.0-prerelease.25214.1",
2828
"commands": [
2929
"xharness"
3030
],

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ 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
4547
- 10.0.0-preview.1
48+
- 9.0.60 SR6
4649
- 9.0.50 SR5
4750
- 9.0.40 SR4
4851
- 9.0.30 SR3
@@ -165,7 +168,10 @@ body:
165168
- 9.0.30 SR3
166169
- 9.0.40 SR4
167170
- 9.0.50 SR5
171+
- 9.0.60 SR6
168172
- 10.0.0-preview.1
173+
- 10.0.0-preview.2
174+
- 10.0.0-preview.3
169175
validations:
170176
required: true
171177
- type: dropdown

0 commit comments

Comments
 (0)