Skip to content

Commit

Permalink
Merge pull request #22106 from abpframework/auto-merge/rel-9-1/3464
Browse files Browse the repository at this point in the history
Merge branch dev with rel-9.1
  • Loading branch information
maliming authored Feb 7, 2025
2 parents 993e954 + daadccb commit 1aa86ad
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 1aa86ad

Please sign in to comment.