Skip to content

Commit

Permalink
(GH-3572) Only build TargetFrameworks netcoreapp3.1, net5.0 & net6.0
Browse files Browse the repository at this point in the history
* fixes #3572
  • Loading branch information
devlead committed Oct 10, 2021
1 parent f6b5b10 commit 993cdf9
Show file tree
Hide file tree
Showing 66 changed files with 148 additions and 1,118 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow

- name: Install .NET Core SDK 2.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.1.x'

- name: Install .NET Core SDK 3.1.x
uses: actions/setup-dotnet@v1
with:
Expand Down
32 changes: 0 additions & 32 deletions .travis.yml

This file was deleted.

5 changes: 0 additions & 5 deletions Directory.Build.props

This file was deleted.

1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ init:
build_script:
- ps: Invoke-RestMethod -Uri 'https://dot.net/v1/dotnet-install.ps1' -OutFile '.\dotnet-install.ps1'
- ps: New-Item -Path .\.dotnet -ItemType Directory -Force | Out-Null
- ps: .\dotnet-install.ps1 -Channel 2.1 -InstallDir .\.dotnet
- ps: .\dotnet-install.ps1 -Channel 3.1 -InstallDir .\.dotnet
- ps: .\dotnet-install.ps1 -Channel 5.0 -InstallDir .\.dotnet
- ps: .\build.ps1 --target="AppVeyor"
Expand Down
Loading

0 comments on commit 993cdf9

Please sign in to comment.