Skip to content

Commit

Permalink
Upgrade sdk to 7.x because dotnet-releaser is not compatible with 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz committed Feb 12, 2024
1 parent cb0fdce commit ce62da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
submodules: true
fetch-depth: 0

- name: Install .NET 6.0
- name: Install .NET 7.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '7.0.x'

- name: Build, Test, Pack, Publish
shell: bash
Expand Down

0 comments on commit ce62da7

Please sign in to comment.