Update workflows and project files for .NET 10.0 compatibility#1199
Merged
gautamdsheth merged 1 commit intodevfrom Feb 12, 2026
Merged
Update workflows and project files for .NET 10.0 compatibility#1199gautamdsheth merged 1 commit intodevfrom
gautamdsheth merged 1 commit intodevfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the PnP.Framework project to support .NET 10.0 by adding net10.0 as a target framework alongside existing versions, updating package dependencies to version 10.0.0, and upgrading GitHub Actions workflows to use newer action versions and .NET 10.0 SDK.
Key Changes:
- Added net10.0 target framework support to main and test projects
- Updated NuGet package references to version 10.0.0 for .NET 10.0 compatibility
- Upgraded GitHub Actions (checkout@v5, setup-dotnet@v5) and configured .NET 10.0 SDK
- Updated build scripts to support PnP.Core assembly paths for net10.0
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/lib/PnP.Framework/PnP.Framework.csproj | Added net10.0 target framework, updated package versions to 10.0.0, and configured PnP.Core reference paths for net10.0 |
| src/lib/PnP.Framework.Test/PnP.Framework.Test.csproj | Updated target framework to net10.0 and upgraded package references to version 10.0.0 |
| src/lib/PnP.Framework.Modernization.Test/PnP.Framework.Modernization.Test.csproj | Changed target framework to net10.0 and updated System.IdentityModel.Tokens.Jwt to version 8.14.0 |
| build/build-debug.ps1 | Added PnP.Core assembly path configuration for net10.0 debug builds |
| .github/workflows/nightlynuget_dev.yml | Updated to use actions/checkout@v5, actions/setup-dotnet@v5, and .NET 10.0.x SDK |
| .github/workflows/docfx.yml | Updated to use actions/checkout@v5 and fixed comment for gh-pages branch checkout |
| .github/workflows/buildandtest.yml | Updated to use actions/checkout@v5, actions/setup-dotnet@v5, and .NET 10.0.x SDK |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.