Skip to content

Commit

Permalink
Remove .NET 5 support from release pipeline (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Jul 22, 2022
1 parent c31c0f6 commit c57452d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/Windows_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
run: chmod +x ./build.sh
- name: Make build.cmd executable
run: chmod +x ./build.cmd
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.*
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.*
Expand Down

0 comments on commit c57452d

Please sign in to comment.