Revert explicit net7 install (#4565)

This commit is contained in:
Yun Chen 2023-06-09 04:56:49 +12:00 committed by GitHub
parent 5ca8e98f1f
commit 2e57e2daab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 25 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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