Skip to content

Commit

Permalink
Support .NET 9 for PnP Core
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Nov 19, 2024
1 parent 0c0829d commit b9d3f37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/buildpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
7.0.x
dotnet-version: |
8.0.x
9.0.x
- name: Install PnP.Core dependencies
run: dotnet restore
working-directory: pnpcore/src/sdk
Expand Down

0 comments on commit b9d3f37

Please sign in to comment.