Skip to content

Commit

Permalink
Use .NET 7 for building the project on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Nov 9, 2022
1 parent a7444e7 commit 8ffb221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install and setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0'
dotnet-version: '7.x'
- name: Run tests
run: dotnet test
- name: Build Rider and ReSharper plugin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install and setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0'
dotnet-version: '7.x'
- name: Run tests
run: dotnet test
- name: Build Rider and ReSharper plugin
Expand Down

0 comments on commit 8ffb221

Please sign in to comment.