We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b7e42 commit 4d8c5d3Copy full SHA for 4d8c5d3
.github/workflows/release-nuget.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Setup .NET Core
16
uses: actions/setup-dotnet@v4
17
with:
18
- dotnet-version: 3.1.x
+ dotnet-version: 5.0.x
19
20
- name: Install dependencies
21
run: dotnet restore src/Appium.Net.sln
0 commit comments