Skip to content

Commit

Permalink
Use .NET 8 in the CI pipeline to use C# 12 syntaxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartleby2718 committed Dec 4, 2024
1 parent a4cb909 commit 5b135f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
uses: actions/setup-dotnet@main
with:
global-json-file: ./global.json
dotnet-version: 8.x

- name: dotnet test (NUnit4)
run: dotnet test --configuration=Release -p:NUnitVersion=4 ./src/nunit.analyzers.tests/
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: Visual Studio 2022

environment:
CLI_CHANNEL: 6.0.1xx
CLI_CHANNEL: 8.0.1xx

install:
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
Expand Down

0 comments on commit 5b135f7

Please sign in to comment.