Skip to content

Commit

Permalink
Fixed .NET Version of the compile step
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Feb 13, 2023
1 parent 47bac56 commit 64e1dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: "6.0.x"
dotnet-version: "7.0.x"
- name: Restore NuGet Packages
run: dotnet restore ${{ github.event.repository.name }}.sln
- name: Patch csproj version
Expand Down

0 comments on commit 64e1dcf

Please sign in to comment.