Skip to content

Commit

Permalink
Updated GA script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Jan 5, 2024
1 parent f6ca90d commit faaecba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
linux:
strategy:
matrix:
netver: [2.2, 3.1, 5.0, 6.0, 7.0, 8.0]
netver: [6.0, 7.0, 8.0]
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
windows:
strategy:
matrix:
netver: [2.2, 3.1, 5.0, 6.0, 7.0, 8.0]
netver: [6.0, 7.0, 8.0]
runs-on: windows-latest
steps:

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ The significance of adding yet another package to the mix is that:

Build environments:

* .NET SDK 8, 7, 6 and 5.
* .NET Core SDK 3.1 and 2.2.
* .NET SDK 8, 7 and 6.
* .NET Framework SDK 4.0 or upper.

Target binaries:
Expand Down

0 comments on commit faaecba

Please sign in to comment.