Skip to content

Commit

Permalink
CICD: build and test with .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Nov 11, 2024
1 parent 24be89a commit 20b3dbf
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: ✨ Set up .NET 6.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
dotnet-version: "8.0.x"
- name: 🚚 Restore
working-directory: src
run: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: ✨ Setup .NET 6.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: "6.0.x"
dotnet-version: "8.0.x"
- name: 🚚 Restore
run: dotnet restore "src/FtdiSharp"
- name: 🛠️ Build
Expand Down

0 comments on commit 20b3dbf

Please sign in to comment.