Skip to content

Commit 79b2dd3

Browse files
Merge pull request #221 from TimeWarpEngineering/Cramer/2025-06-18/Task_019
Update .NET SDK version to 9.0.300 and add SDK setup step
2 parents d546a2f + 0adc743 commit 79b2dd3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/timewarp-architecture.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ jobs:
2626
ls ${{ github.workspace }}
2727
- run: echo "🍏 This job's status is ${{ job.status }}."
2828

29-
- name: List Installed .NET SDKs
30-
run: dotnet --list-sdks
29+
30+
- name: Setup .NET SDK
31+
uses: actions/setup-dotnet@v4
32+
with:
33+
dotnet-version: '9.0.x'
3134

3235
- name: Pack
3336
run: |

0 commit comments

Comments
 (0)