diff --git a/.github/workflows/apicompatibility.yml b/.github/workflows/apicompatibility.yml index ebfa6c3c63..087d064467 100644 --- a/.github/workflows/apicompatibility.yml +++ b/.github/workflows/apicompatibility.yml @@ -19,7 +19,6 @@ jobs: - uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index a870947358..1c2698e32f 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 37d7b78bff..e764db370b 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -24,7 +24,6 @@ jobs: uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - name: Install format tool run: dotnet tool install -g dotnet-format diff --git a/.github/workflows/linux-ci.yml b/.github/workflows/linux-ci.yml index afe2c61192..b797152ad2 100644 --- a/.github/workflows/linux-ci.yml +++ b/.github/workflows/linux-ci.yml @@ -30,8 +30,6 @@ jobs: - uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/publish-packages-1.0.yml b/.github/workflows/publish-packages-1.0.yml index 8f6f423b58..2071c1b6aa 100644 --- a/.github/workflows/publish-packages-1.0.yml +++ b/.github/workflows/publish-packages-1.0.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index f7178bd09f..9378d88319 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -26,7 +26,6 @@ jobs: - uses: actions/setup-dotnet@v3.0.2 with: dotnet-version: '7.0.x' - include-prerelease: true - name: Install dependencies run: dotnet restore