Skip to content

Commit

Permalink
Revert "feat: use .net 9 sdk to build"
Browse files Browse the repository at this point in the history
This reverts commit 9e8866b.
  • Loading branch information
kamilbaczek committed Oct 20, 2024
1 parent 9e8866b commit bf5b406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chapter-1-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Test
Expand Down

0 comments on commit bf5b406

Please sign in to comment.