diff --git a/.github/workflows/ci_standard.yaml b/.github/workflows/ci_standard.yaml index 8edb4021..386a67f5 100644 --- a/.github/workflows/ci_standard.yaml +++ b/.github/workflows/ci_standard.yaml @@ -32,15 +32,15 @@ jobs: with: fetch-depth: 0 - - name: Setup dotnet 6.0 + - name: Setup dotnet 8.0 uses: actions/setup-dotnet@v3 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - - name: Setup dotnet 8.0 + - name: Setup dotnet 6.0 uses: actions/setup-dotnet@v3 with: - dotnet-version: '8.0.x' + dotnet-version: '6.0.x' # - name: Setup dotnet 6.0 # shell: pwsh