Skip to content

Commit a106068

Browse files
committed
Updated to point to dotnet 10 release versions
1 parent 4029e63 commit a106068

14 files changed

+26
-26
lines changed

.github/workflow-gen/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ public static void EnvDefaults(this Workflow workflow)
301301
public static void StepSetupDotNet(this Job job)
302302
=> job.Step()
303303
.Name("Setup .NET")
304-
.ActionsSetupDotNet("d4c94342e560b34958eacfc5d055d21461ed1c5d", ["8.0.414", "9.0.305", "10.0.100-rc.2.25502.107"]); // v5.0.0
304+
.ActionsSetupDotNet("d4c94342e560b34958eacfc5d055d21461ed1c5d", ["8.0.414", "9.0.305", "10.0.100"]); // v5.0.0
305305

306306
public static Step IfRefMain(this Step step)
307307
=> step.If("github.ref == 'refs/heads/main'");

.github/workflows/access-token-management-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
dotnet-version: |-
5050
8.0.414
5151
9.0.305
52-
10.0.100-rc.2.25502.107
52+
10.0.100
5353
- name: Restore
5454
run: dotnet restore ../
5555
- name: Verify Formatting

.github/workflows/access-token-management-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
dotnet-version: |-
5050
8.0.414
5151
9.0.305
52-
10.0.100-rc.2.25502.107
52+
10.0.100
5353
- name: Git Config
5454
run: |-
5555
git config --global user.email "github-bot@duendesoftware.com"
@@ -108,7 +108,7 @@ jobs:
108108
dotnet-version: |-
109109
8.0.414
110110
9.0.305
111-
10.0.100-rc.2.25502.107
111+
10.0.100
112112
- name: List files
113113
run: tree
114114
shell: bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
dotnet-version: |-
5656
8.0.414
5757
9.0.305
58-
10.0.100-rc.2.25502.107
58+
10.0.100
5959
- name: Restore
6060
run: dotnet restore ../
6161
- name: Verify Formatting

.github/workflows/identity-model-oidc-client-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
dotnet-version: |-
5050
8.0.414
5151
9.0.305
52-
10.0.100-rc.2.25502.107
52+
10.0.100
5353
- name: Restore
5454
run: dotnet restore ../
5555
- name: Verify Formatting

.github/workflows/identity-model-oidc-client-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
dotnet-version: |-
5050
8.0.414
5151
9.0.305
52-
10.0.100-rc.2.25502.107
52+
10.0.100
5353
- name: Git Config
5454
run: |-
5555
git config --global user.email "github-bot@duendesoftware.com"
@@ -108,7 +108,7 @@ jobs:
108108
dotnet-version: |-
109109
8.0.414
110110
9.0.305
111-
10.0.100-rc.2.25502.107
111+
10.0.100
112112
- name: List files
113113
run: tree
114114
shell: bash

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
dotnet-version: |-
5050
8.0.414
5151
9.0.305
52-
10.0.100-rc.2.25502.107
52+
10.0.100
5353
- name: Git Config
5454
run: |-
5555
git config --global user.email "github-bot@duendesoftware.com"
@@ -106,7 +106,7 @@ jobs:
106106
dotnet-version: |-
107107
8.0.414
108108
9.0.305
109-
10.0.100-rc.2.25502.107
109+
10.0.100
110110
- name: List files
111111
run: tree
112112
shell: bash

.github/workflows/ignore-this-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
dotnet-version: |-
5050
8.0.414
5151
9.0.305
52-
10.0.100-rc.2.25502.107
52+
10.0.100
5353
- name: Restore
5454
run: dotnet restore ../
5555
- name: Verify Formatting

.github/workflows/ignore-this-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
dotnet-version: |-
5050
8.0.414
5151
9.0.305
52-
10.0.100-rc.2.25502.107
52+
10.0.100
5353
- name: Git Config
5454
run: |-
5555
git config --global user.email "github-bot@duendesoftware.com"
@@ -106,7 +106,7 @@ jobs:
106106
dotnet-version: |-
107107
8.0.414
108108
9.0.305
109-
10.0.100-rc.2.25502.107
109+
10.0.100
110110
- name: List files
111111
run: tree
112112
shell: bash

.github/workflows/introspection-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
dotnet-version: |-
5050
8.0.414
5151
9.0.305
52-
10.0.100-rc.2.25502.107
52+
10.0.100
5353
- name: Restore
5454
run: dotnet restore ../
5555
- name: Verify Formatting

0 commit comments

Comments
 (0)