Skip to content

Commit dac36b7

Browse files
fix: change .NET version in workflow
1 parent 0891ede commit dac36b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET
2929
uses: actions/setup-dotnet@v3
3030
with:
31-
dotnet-version: 9.0.x
31+
dotnet-version: 10.0.x
3232
- name: Add Evolutionary Architecture Nuget Source
3333
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
3434
with:
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup .NET
5454
uses: actions/setup-dotnet@v3
5555
with:
56-
dotnet-version: 9.0.x
56+
dotnet-version: 10.0.x
5757
- name: Add Evolutionary Architecture Nuget Source
5858
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
5959
with:

0 commit comments

Comments
 (0)