Skip to content

Commit

Permalink
GHA installs .NET8
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmyers committed Apr 12, 2024
1 parent db84e34 commit 846fcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install .NET Core
uses: actions/setup-dotnet@c0d4ad69d8bd405d234f1c9166d383b7a4f69ed8 # v2.1.0
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x

- name: Build and Pack
run: dotnet build --configuration Release
Expand Down

0 comments on commit 846fcd4

Please sign in to comment.