Skip to content

Commit

Permalink
Update .NET version for preview and release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzimarev committed Dec 2, 2024
1 parent 9624478 commit f3fdd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# dotnet-version: '8.0'
-
name: Run tests
run: dotnet test --framework net8.0
run: dotnet test --framework net9.0
-
name: Publish test results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0
-
name: Run tests
run: dotnet test --framework net8.0
run: dotnet test --framework net9.0
-
name: Publish test results
uses: EnricoMi/publish-unit-test-result-action/linux@v2
Expand Down

0 comments on commit f3fdd58

Please sign in to comment.