We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0891ede commit dac36b7Copy full SHA for dac36b7
1 file changed
.github/workflows/chapter-4-workflow.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Setup .NET
29
uses: actions/setup-dotnet@v3
30
with:
31
- dotnet-version: 9.0.x
+ dotnet-version: 10.0.x
32
- name: Add Evolutionary Architecture Nuget Source
33
uses: evolutionary-architecture/evolutionary-architecture-by-example/.github@main
34
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments