From 2e57e2daab812e49746a160174cb8afaffbdea79 Mon Sep 17 00:00:00 2001 From: Yun Chen Date: Fri, 9 Jun 2023 04:56:49 +1200 Subject: [PATCH] Revert explicit net7 install (#4565) --- .github/workflows/apicompatibility.yml | 5 ----- .github/workflows/ci.yml | 5 ----- .github/workflows/code-coverage.yml | 5 ----- .github/workflows/dotnet-format.yml | 5 ----- .github/workflows/publish-packages-1.0.yml | 5 ----- 5 files changed, 25 deletions(-) diff --git a/.github/workflows/apicompatibility.yml b/.github/workflows/apicompatibility.yml index 1ff8147c1..ec6706fdf 100644 --- a/.github/workflows/apicompatibility.yml +++ b/.github/workflows/apicompatibility.yml @@ -17,11 +17,6 @@ jobs: with: fetch-depth: 0 # fetching all - - name: Setup .NET 7.0 - uses: actions/setup-dotnet@v3.2.0 - with: - dotnet-version: '7.0.x' - - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e25e7bf88..734959b70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,11 +27,6 @@ jobs: with: fetch-depth: 0 # fetching all - - name: Setup .NET 7.0 - uses: actions/setup-dotnet@v3.2.0 - with: - dotnet-version: '7.0.x' - - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 8c15d2661..4a68cb93e 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -24,11 +24,6 @@ jobs: with: fetch-depth: 0 # fetching all - - name: Setup .NET 7.0 - uses: actions/setup-dotnet@v3.2.0 - with: - dotnet-version: '7.0.x' - - name: Install dependencies run: dotnet restore diff --git a/.github/workflows/dotnet-format.yml b/.github/workflows/dotnet-format.yml index 2465ebd28..73c2cde0b 100644 --- a/.github/workflows/dotnet-format.yml +++ b/.github/workflows/dotnet-format.yml @@ -20,11 +20,6 @@ jobs: - name: check out code uses: actions/checkout@v3 - - name: Setup .NET 7.0 - uses: actions/setup-dotnet@v3.2.0 - with: - dotnet-version: '7.0.x' - - name: Install format tool run: dotnet tool install -g dotnet-format diff --git a/.github/workflows/publish-packages-1.0.yml b/.github/workflows/publish-packages-1.0.yml index 80d58f72a..e479ec186 100644 --- a/.github/workflows/publish-packages-1.0.yml +++ b/.github/workflows/publish-packages-1.0.yml @@ -23,11 +23,6 @@ jobs: fetch-depth: 0 # fetching all ref: ${{ github.ref || 'main' }} - - name: Setup .NET 7.0 - uses: actions/setup-dotnet@v3.2.0 - with: - dotnet-version: '7.0.x' - - name: Install dependencies run: dotnet restore