Skip to content

Commit

Permalink
CI: added SDK 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelGerr committed Oct 8, 2023
1 parent 2d617c7 commit 10c52c2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ jobs:

steps:

- name: install .NET Core 3.1/5/6/7 SDKs
- name: install .NET Core 7/8 SDKs
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
- name: .NET info
run: dotnet --info
Expand Down

0 comments on commit 10c52c2

Please sign in to comment.