Skip to content

Commit

Permalink
Update release.yml to use .NET7
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYossu committed Oct 29, 2023
1 parent a55b15a commit 365d6bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: '2.1.x'
- name: Setup .NET Core
- name: Setup .NET Core 7
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: '6.0'
dotnet-version: '7.0'

# ***************** BUILDS **************** #

Expand Down

0 comments on commit 365d6bd

Please sign in to comment.