Skip to content

Commit

Permalink
Merge pull request #22105 from abpframework/auto-merge/rel-9-0/3463
Browse files Browse the repository at this point in the history
Merge branch rel-9.1 with rel-9.0
  • Loading branch information
maliming authored Feb 7, 2025
2 parents a6b6650 + 73b12ca commit daadccb
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: '9.x'
include-prerelease: true

- name: Install ABP CLI
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: '9.x'
include-prerelease: true

- name: Install ABP CLI
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: '9.x'
include-prerelease: true

- name: Install ABP CLI
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: '9.x'
include-prerelease: true

- name: Install ABP CLI
Expand Down Expand Up @@ -489,7 +489,7 @@ build:
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: '9.x'
include-prerelease: true

- name: Install ABP CLI
Expand Down Expand Up @@ -569,7 +569,7 @@ jobs:
- name: Set up .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
dotnet-version: '9.x'
include-prerelease: true

- name: Install ABP CLI
Expand Down

0 comments on commit daadccb

Please sign in to comment.