Skip to content

Commit

Permalink
Replaced .NET SDK versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Oct 31, 2023
1 parent e07d59c commit 7d5599a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
- name: Build
shell: bash
run: |
Expand All @@ -37,9 +36,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
- name: Build
shell: bash
run: |
Expand All @@ -63,9 +61,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
- name: Build
shell: cmd
run: build.release.bat
Expand Down

0 comments on commit 7d5599a

Please sign in to comment.