Skip to content

Commit

Permalink
[github-actions] Update .NET Core version to 5.0.x in GitHub Actions …
Browse files Browse the repository at this point in the history
…workflow (#714)
  • Loading branch information
Dor-bl authored Dec 24, 2023
1 parent a2b7e42 commit 4d8c5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.x
dotnet-version: 5.0.x

- name: Install dependencies
run: dotnet restore src/Appium.Net.sln
Expand Down

0 comments on commit 4d8c5d3

Please sign in to comment.