Skip to content

Commit 4d8c5d3

Browse files
authored
[github-actions] Update .NET Core version to 5.0.x in GitHub Actions workflow (#714)
1 parent a2b7e42 commit 4d8c5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-nuget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup .NET Core
1616
uses: actions/setup-dotnet@v4
1717
with:
18-
dotnet-version: 3.1.x
18+
dotnet-version: 5.0.x
1919

2020
- name: Install dependencies
2121
run: dotnet restore src/Appium.Net.sln

0 commit comments

Comments
 (0)