Skip to content

Commit

Permalink
Don't install .NET 7 SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Sep 21, 2024
1 parent e341e74 commit 6be81b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
with:
dotnet-version: '6.0.x'

- name: Install .NET SDK 7.0.x
- name: Install .NET SDK 8.0.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'

- name: Install .NET SDK
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 6be81b1

Please sign in to comment.