Skip to content

Commit

Permalink
Builds: remove .NET 5.0 installer (#1963)
Browse files Browse the repository at this point in the history
We're testing netcoreapp3.1 and net6 now, so no need for the 5.x runtime.
  • Loading branch information
NickCraver authored Jan 25, 2022
1 parent cc08b6f commit 194b12f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
- name: .NET Build
run: dotnet build Build.csproj -c Release /p:CI=true
Expand Down

0 comments on commit 194b12f

Please sign in to comment.