Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Aug 29, 2024
2 parents 3edf004 + 2b863da commit 8ad7659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildProgram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
fetch-depth: 0
ref: ${{ env.Branch }}
submodules: recursive
- name: Setup .NET5
uses: actions/setup-dotnet@v1
- name: Setup .NET7
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: 6.0.x
dotnet-version: 7.0.x
- name: get-version-action
id: project-version
uses: euberdeveloper/ga-project-version@main
Expand Down

0 comments on commit 8ad7659

Please sign in to comment.