Skip to content

Commit

Permalink
chore: upgrade to .NET 8 rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
yufeih committed Oct 16, 2023
1 parent aa763ea commit b614102
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
dotnet-version: |
6.x
7.x
8.0.100-rc.1.23455.8
8.0.100-rc.2.23502.2
- run: npm install
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dotnet-version: |
6.x
7.x
8.0.100-preview.6.23330.14
8.0.100-rc.2.23502.2
- uses: github/codeql-action/init@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
dotnet-version: |
6.x
7.x
8.0.100-rc.1.23455.8
8.0.100-rc.2.23502.2
- run: npm install
working-directory: templates
Expand Down

0 comments on commit b614102

Please sign in to comment.