Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 authored Jan 10, 2025
1 parent 6459b90 commit 6f5c1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: [7.0.x, 8.0.x, 9.0.x] # 指定需要的 .NET 版本
dotnet-version: [9.0.x] # 指定需要的 .NET 版本
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 6f5c1be

Please sign in to comment.