Skip to content

Update workflows and project files for .NET 10.0 compatibility#1199

Merged
gautamdsheth merged 1 commit intodevfrom
feat/bump-net10
Feb 12, 2026
Merged

Update workflows and project files for .NET 10.0 compatibility#1199
gautamdsheth merged 1 commit intodevfrom
feat/bump-net10

Conversation

@gautamdsheth
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings November 16, 2025 15:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@gautamdsheth gautamdsheth merged commit e77df40 into dev Feb 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants