Skip to content

Commit

Permalink
feat: updated .NET version
Browse files Browse the repository at this point in the history
  • Loading branch information
thargy committed Feb 25, 2024
1 parent 35cb8c8 commit a24d035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
include-prerelease: true
- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validatepullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
dotnet-version: '8.0.x'
include-prerelease: true
- name: Install dependencies
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ To support with migration, the following static methods have been added to the `

## Testing status

I have tested the following controllers:
The following controllers have been tested:

* Saitek X-52 Pro Flight Control System,
* Saitek Pro Flight X-56 Rhino Stick,
Expand Down

0 comments on commit a24d035

Please sign in to comment.