Skip to content

Commit 843911b

Browse files
Copilotkamilbaczek
andcommitted
Update Chapter 3 CI/CD workflows to use .NET 10.0.x
Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>
1 parent b926e13 commit 843911b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/chapter-3-contracts-package-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v3
2828
with:
29-
dotnet-version: 9.0.x
29+
dotnet-version: 10.0.x
3030
- name: Add Evolutionary Architecture Nuget Source
3131
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
3232
with:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup .NET
5353
uses: actions/setup-dotnet@v3
5454
with:
55-
dotnet-version: 9.0.x
55+
dotnet-version: 10.0.x
5656
- name: Add Evolutionary Architecture Nuget Source
5757
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
5858
with:

.github/workflows/chapter-3-contracts-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v3
2828
with:
29-
dotnet-version: 9.0.x
29+
dotnet-version: 10.0.x
3030
- name: Add Evolutionary Architecture Nuget Source
3131
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
3232
with:
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup .NET
5252
uses: actions/setup-dotnet@v3
5353
with:
54-
dotnet-version: 9.0.x
54+
dotnet-version: 10.0.x
5555
- name: Add Evolutionary Architecture Nuget Source
5656
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
5757
with:

.github/workflows/chapter-3-package-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v3
2828
with:
29-
dotnet-version: 9.0.x
29+
dotnet-version: 10.0.x
3030
- name: Restore dependencies
3131
run: dotnet restore
3232
- name: Build
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup .NET
4646
uses: actions/setup-dotnet@v3
4747
with:
48-
dotnet-version: 9.0.x
48+
dotnet-version: 10.0.x
4949
- name: Restore dependencies
5050
run: dotnet restore
5151
- name: Test
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup .NET
6565
uses: actions/setup-dotnet@v3
6666
with:
67-
dotnet-version: 9.0.x
67+
dotnet-version: 10.0.x
6868

6969
- name: Pack Projects
7070
run: |

.github/workflows/chapter-3-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup .NET
2828
uses: actions/setup-dotnet@v3
2929
with:
30-
dotnet-version: 9.0.x
30+
dotnet-version: 10.0.x
3131
- name: Add Evolutionary Architecture Nuget Source
3232
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
3333
with:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup .NET
5353
uses: actions/setup-dotnet@v3
5454
with:
55-
dotnet-version: 9.0.x
55+
dotnet-version: 10.0.x
5656
- name: Add Evolutionary Architecture Nuget Source
5757
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
5858
with:

0 commit comments

Comments
 (0)