diff --git a/.github/workflows/build-final.yml b/.github/workflows/build-final.yml index f11ac61..829dddf 100644 --- a/.github/workflows/build-final.yml +++ b/.github/workflows/build-final.yml @@ -15,7 +15,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 8.0.x - name: Restore Dependencies run: dotnet restore diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83f668d..68048d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v4 with: - dotnet-version: 9.0.x + dotnet-version: 8.0.x - name: Restore Dependencies run: dotnet restore