Skip to content

Commit 923098a

Browse files
committed
Update .NET 10 from Release Candiate to GA
1 parent 12fd20e commit 923098a

12 files changed

+40
-40
lines changed

.github/workflow-gen/StepExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static void StepSetupDotNet(this Job job)
1818

1919
job.Step()
2020
.Name("Setup .NET")
21-
.ActionsSetupDotNet("3e891b0cb619bf60e2c25674b222b8940e2c1c25", ["8.0.x", "9.0.203", "10.0.100-rc.2.25502.107"]);
21+
.ActionsSetupDotNet("3e891b0cb619bf60e2c25674b222b8940e2c1c25", ["8.0.x", "9.0.203", "10.0.100"]);
2222
// v4.1.0
2323
}
2424

.github/workflows/aspnetcore-authentication-jwtbearer-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
dotnet-version: |-
5454
8.0.x
5555
9.0.203
56-
10.0.100-rc.2.25502.107
56+
10.0.100
5757
- name: Restore
5858
run: dotnet restore aspnetcore-authentication-jwtbearer.slnf
5959
- name: Verify Formatting
@@ -85,7 +85,7 @@ jobs:
8585
dotnet-version: |-
8686
8.0.x
8787
9.0.203
88-
10.0.100-rc.2.25502.107
88+
10.0.100
8989
- name: Restore
9090
run: dotnet restore aspnetcore-authentication-jwtbearer.slnf
9191
- name: Build
@@ -174,7 +174,7 @@ jobs:
174174
dotnet-version: |-
175175
8.0.x
176176
9.0.203
177-
10.0.100-rc.2.25502.107
177+
10.0.100
178178
- name: Tool restore
179179
run: dotnet tool restore
180180
- name: Pack aspnetcore-authentication-jwtbearer.slnf

.github/workflows/aspnetcore-authentication-jwtbearer-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
dotnet-version: |-
6969
8.0.x
7070
9.0.203
71-
10.0.100-rc.2.25502.107
71+
10.0.100
7272
- name: Pack aspnetcore-authentication-jwtbearer.slnf
7373
run: dotnet pack -c Release aspnetcore-authentication-jwtbearer.slnf -o artifacts
7474
- name: Tool restore
@@ -110,7 +110,7 @@ jobs:
110110
dotnet-version: |-
111111
8.0.x
112112
9.0.203
113-
10.0.100-rc.2.25502.107
113+
10.0.100
114114
- name: List files
115115
run: tree
116116
shell: bash

.github/workflows/bff-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
dotnet-version: |-
5454
8.0.x
5555
9.0.203
56-
10.0.100-rc.2.25502.107
56+
10.0.100
5757
- name: Restore
5858
run: dotnet restore bff.slnf
5959
- name: Verify Formatting
@@ -85,7 +85,7 @@ jobs:
8585
dotnet-version: |-
8686
8.0.x
8787
9.0.203
88-
10.0.100-rc.2.25502.107
88+
10.0.100
8989
- name: Restore
9090
run: dotnet restore bff.slnf
9191
- name: Build
@@ -134,7 +134,7 @@ jobs:
134134
dotnet-version: |-
135135
8.0.x
136136
9.0.203
137-
10.0.100-rc.2.25502.107
137+
10.0.100
138138
- name: Restore
139139
run: dotnet restore bff.slnf
140140
- name: Build
@@ -221,7 +221,7 @@ jobs:
221221
dotnet-version: |-
222222
8.0.x
223223
9.0.203
224-
10.0.100-rc.2.25502.107
224+
10.0.100
225225
- name: Tool restore
226226
run: dotnet tool restore
227227
- name: Pack bff.slnf

.github/workflows/bff-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
dotnet-version: |-
6969
8.0.x
7070
9.0.203
71-
10.0.100-rc.2.25502.107
71+
10.0.100
7272
- name: Pack bff.slnf
7373
run: dotnet pack -c Release bff.slnf -o artifacts
7474
- name: Tool restore
@@ -110,7 +110,7 @@ jobs:
110110
dotnet-version: |-
111111
8.0.x
112112
9.0.203
113-
10.0.100-rc.2.25502.107
113+
10.0.100
114114
- name: List files
115115
run: tree
116116
shell: bash

.github/workflows/docs-mcp-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
dotnet-version: |-
5454
8.0.x
5555
9.0.203
56-
10.0.100-rc.2.25502.107
56+
10.0.100
5757
- name: Restore
5858
run: dotnet restore docs-mcp.slnf
5959
- name: Verify Formatting
@@ -85,7 +85,7 @@ jobs:
8585
dotnet-version: |-
8686
8.0.x
8787
9.0.203
88-
10.0.100-rc.2.25502.107
88+
10.0.100
8989
- name: Restore
9090
run: dotnet restore docs-mcp.slnf
9191
- name: Build
@@ -160,7 +160,7 @@ jobs:
160160
dotnet-version: |-
161161
8.0.x
162162
9.0.203
163-
10.0.100-rc.2.25502.107
163+
10.0.100
164164
- name: Tool restore
165165
run: dotnet tool restore
166166
- name: Pack docs-mcp.slnf

.github/workflows/docs-mcp-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
dotnet-version: |-
6969
8.0.x
7070
9.0.203
71-
10.0.100-rc.2.25502.107
71+
10.0.100
7272
- name: Pack docs-mcp.slnf
7373
run: dotnet pack -c Release docs-mcp.slnf -o artifacts
7474
- name: Tool restore
@@ -110,7 +110,7 @@ jobs:
110110
dotnet-version: |-
111111
8.0.x
112112
9.0.203
113-
10.0.100-rc.2.25502.107
113+
10.0.100
114114
- name: List files
115115
run: tree
116116
shell: bash

.github/workflows/identity-server-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
dotnet-version: |-
5454
8.0.x
5555
9.0.203
56-
10.0.100-rc.2.25502.107
56+
10.0.100
5757
- name: Restore
5858
run: dotnet restore identity-server.slnf
5959
- name: Verify Formatting
@@ -85,7 +85,7 @@ jobs:
8585
dotnet-version: |-
8686
8.0.x
8787
9.0.203
88-
10.0.100-rc.2.25502.107
88+
10.0.100
8989
- name: Restore
9090
run: dotnet restore identity-server.slnf
9191
- name: Build
@@ -148,7 +148,7 @@ jobs:
148148
dotnet-version: |-
149149
8.0.x
150150
9.0.203
151-
10.0.100-rc.2.25502.107
151+
10.0.100
152152
- name: Restore
153153
run: dotnet restore identity-server.slnf
154154
- name: Build
@@ -235,7 +235,7 @@ jobs:
235235
dotnet-version: |-
236236
8.0.x
237237
9.0.203
238-
10.0.100-rc.2.25502.107
238+
10.0.100
239239
- name: Tool restore
240240
run: dotnet tool restore
241241
- name: Pack identity-server.slnf

.github/workflows/identity-server-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
dotnet-version: |-
6969
8.0.x
7070
9.0.203
71-
10.0.100-rc.2.25502.107
71+
10.0.100
7272
- name: Pack identity-server.slnf
7373
run: dotnet pack -c Release identity-server.slnf -o artifacts
7474
- name: Tool restore
@@ -110,7 +110,7 @@ jobs:
110110
dotnet-version: |-
111111
8.0.x
112112
9.0.203
113-
10.0.100-rc.2.25502.107
113+
10.0.100
114114
- name: List files
115115
run: tree
116116
shell: bash

.github/workflows/templates-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
dotnet-version: |-
4747
8.0.x
4848
9.0.203
49-
10.0.100-rc.2.25502.107
49+
10.0.100
5050
- name: Checkout target branch
5151
if: github.event.inputs.branch != 'main'
5252
run: git checkout ${{ github.event.inputs.branch }}
@@ -110,7 +110,7 @@ jobs:
110110
dotnet-version: |-
111111
8.0.x
112112
9.0.203
113-
10.0.100-rc.2.25502.107
113+
10.0.100
114114
- name: List files
115115
run: tree
116116
shell: bash

0 commit comments

Comments
 (0)