From 322e30c36a3b13ccc8fa6f7b7a83d31b81e8fcee Mon Sep 17 00:00:00 2001 From: Dor Blayzer <59066376+Dor-bl@users.noreply.github.com> Date: Sat, 23 Dec 2023 14:55:37 +0200 Subject: [PATCH] [github-actions] Update .NET Core version to 5.0.x in GitHub Actions workflow --- .github/workflows/release-nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index 5acec6e6..89445df5 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -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