Skip to content

Commit

Permalink
fix: bump .NET version to 8.0.x in build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Nov 7, 2024
1 parent 9ea85cb commit 28be153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Clean
run: dotnet clean OpenTok.sln --configuration ${{ env.CONFIGURATION }} && dotnet nuget locals all --clear
- name: Install dependencies
Expand Down

0 comments on commit 28be153

Please sign in to comment.