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 01470e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
- name: Build
shell: bash
run: |
Expand All @@ -37,9 +37,9 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
- name: Build
shell: bash
run: |
Expand All @@ -63,9 +63,9 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
5.0.x
6.0.x
7.0.x
8.0.x
- name: Build
shell: cmd
run: build.release.bat
Expand Down

0 comments on commit 01470e4

Please sign in to comment.