Skip to content

Commit

Permalink
Merge pull request #97 from Aiko-IT-Systems/actions/net-9.x
Browse files Browse the repository at this point in the history
Bump net9 to 9.x
  • Loading branch information
Lulalaby authored Dec 7, 2024
2 parents 4269907 + e0b62fa commit 5bb56d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
9.0.100-preview.7.24407.12
9.x
8.x
7.x
- name: Restore dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
9.0.100-preview.7.24407.12
9.x
8.x
7.x
- name: Autobuild
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
9.0.100-preview.7.24407.12
9.x
8.x
7.x
- name: Git fetch unshallow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: |
9.0.100-preview.7.24407.12
9.x
8.x
7.x
- name: Restore dependencies
Expand Down

0 comments on commit 5bb56d4

Please sign in to comment.