Skip to content

Commit

Permalink
ci: 调整dotnet版本
Browse files Browse the repository at this point in the history
  • Loading branch information
WangJunZzz committed Dec 20, 2023
1 parent 8527554 commit a6e7e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dotnet 7.x
- name: Install Dotnet 8.0.100
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.304
dotnet-version: 8.0.100
include-prerelease: True
- name: Setting Version
id: vars
Expand Down

0 comments on commit a6e7e20

Please sign in to comment.