Skip to content

Commit

Permalink
Set NUnit.ConsoleRunner to latest version, 3.16.3. (#765)
Browse files Browse the repository at this point in the history
* Set NUnit.ConsoleRunner to latest version, 3.16.3.

* Delete src/FindUnusedCode.ruleset
  • Loading branch information
ErikMogensen authored Feb 11, 2024
1 parent f356ffb commit 81834c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Build and run unit tests
runs-on: windows-2022
env:
NUnitVersion: '3.15.2'
NUnitVersion: '3.16.3'
steps:
- name: Install NUnit Console Runner and VS project extension
run: |
Expand Down

0 comments on commit 81834c1

Please sign in to comment.