diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ddec8a0..829e364b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Set up .NET SDK uses: actions/setup-dotnet@v4 with: - dotnet-version: '5.0.x' + dotnet-version: '6.x' - name: Cache NuGet packages uses: actions/cache@v2 with: diff --git a/.github/workflows/release-automated.yml b/.github/workflows/release-automated.yml index f4863e62..2c89b036 100644 --- a/.github/workflows/release-automated.yml +++ b/.github/workflows/release-automated.yml @@ -15,7 +15,7 @@ jobs: - name: Set up .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '8' + dotnet-version: '6.x' # - name: Restore .NET dependencies # run: dotnet restore /home/runner/work/Parse-SDK-dotNET/Parse-SDK-dotNET/Parse/Parse.csproj # - name: Build .NET project