diff --git a/.github/workflows/main_duendesoftware-certification.yml b/.github/workflows/main_duendesoftware-certification.yml index 1d44fe3..2ba1b67 100644 --- a/.github/workflows/main_duendesoftware-certification.yml +++ b/.github/workflows/main_duendesoftware-certification.yml @@ -19,8 +19,8 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' - include-prerelease: true + dotnet-version: '8.0.x' + include-prerelease: false - name: Build with dotnet run: dotnet build --configuration Release