Skip to content

Commit f337425

Browse files
committed
Use .net SDK 10.0.200
1 parent 91ce07c commit f337425

11 files changed

+26
-26
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"]);
21+
.ActionsSetupDotNet("3e891b0cb619bf60e2c25674b222b8940e2c1c25", ["8.0.x", "9.0.203", "10.0.200"]);
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
56+
10.0.200
5757
- name: Restore
5858
run: dotnet restore aspnetcore-authentication-jwtbearer.slnf
5959
- name: Verify Formatting
@@ -87,7 +87,7 @@ jobs:
8787
dotnet-version: |-
8888
8.0.x
8989
9.0.203
90-
10.0.100
90+
10.0.200
9191
- name: Restore
9292
run: dotnet restore aspnetcore-authentication-jwtbearer.slnf
9393
- name: Build
@@ -176,7 +176,7 @@ jobs:
176176
dotnet-version: |-
177177
8.0.x
178178
9.0.203
179-
10.0.100
179+
10.0.200
180180
- name: Tool restore
181181
run: dotnet tool restore
182182
- 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
71+
10.0.200
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
113+
10.0.200
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
56+
10.0.200
5757
- name: Restore
5858
run: dotnet restore bff.slnf
5959
- name: Verify Formatting
@@ -87,7 +87,7 @@ jobs:
8787
dotnet-version: |-
8888
8.0.x
8989
9.0.203
90-
10.0.100
90+
10.0.200
9191
- name: Restore
9292
run: dotnet restore bff.slnf
9393
- name: Build
@@ -136,7 +136,7 @@ jobs:
136136
dotnet-version: |-
137137
8.0.x
138138
9.0.203
139-
10.0.100
139+
10.0.200
140140
- name: Restore
141141
run: dotnet restore bff.slnf
142142
- name: Build
@@ -223,7 +223,7 @@ jobs:
223223
dotnet-version: |-
224224
8.0.x
225225
9.0.203
226-
10.0.100
226+
10.0.200
227227
- name: Tool restore
228228
run: dotnet tool restore
229229
- 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
71+
10.0.200
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
113+
10.0.200
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
56+
10.0.200
5757
- name: Restore
5858
run: dotnet restore docs-mcp.slnf
5959
- name: Verify Formatting
@@ -87,7 +87,7 @@ jobs:
8787
dotnet-version: |-
8888
8.0.x
8989
9.0.203
90-
10.0.100
90+
10.0.200
9191
- name: Restore
9292
run: dotnet restore docs-mcp.slnf
9393
- name: Build
@@ -162,7 +162,7 @@ jobs:
162162
dotnet-version: |-
163163
8.0.x
164164
9.0.203
165-
10.0.100
165+
10.0.200
166166
- name: Tool restore
167167
run: dotnet tool restore
168168
- 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
71+
10.0.200
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
113+
10.0.200
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
56+
10.0.200
5757
- name: Restore
5858
run: dotnet restore identity-server.slnf
5959
- name: Verify Formatting
@@ -87,7 +87,7 @@ jobs:
8787
dotnet-version: |-
8888
8.0.x
8989
9.0.203
90-
10.0.100
90+
10.0.200
9191
- name: Restore
9292
run: dotnet restore identity-server.slnf
9393
- name: Build
@@ -150,7 +150,7 @@ jobs:
150150
dotnet-version: |-
151151
8.0.x
152152
9.0.203
153-
10.0.100
153+
10.0.200
154154
- name: Restore
155155
run: dotnet restore identity-server.slnf
156156
- name: Build
@@ -237,7 +237,7 @@ jobs:
237237
dotnet-version: |-
238238
8.0.x
239239
9.0.203
240-
10.0.100
240+
10.0.200
241241
- name: Tool restore
242242
run: dotnet tool restore
243243
- 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
71+
10.0.200
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
113+
10.0.200
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
49+
10.0.200
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
113+
10.0.200
114114
- name: List files
115115
run: tree
116116
shell: bash

0 commit comments

Comments
 (0)