Skip to content

Commit b9d3f37

Browse files
authored
Support .NET 9 for PnP Core
1 parent 0c0829d commit b9d3f37

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/buildpr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
- name: Setup .NET Core
3434
uses: actions/setup-dotnet@v4
3535
with:
36-
dotnet-version: |
37-
6.0.x
38-
7.0.x
36+
dotnet-version: |
3937
8.0.x
38+
9.0.x
4039
- name: Install PnP.Core dependencies
4140
run: dotnet restore
4241
working-directory: pnpcore/src/sdk

0 commit comments

Comments
 (0)