Skip to content

Update project to .NET 10#6

Draft
Copilot wants to merge 2 commits into
masterfrom
copilot/update-project-to-dotnet-10
Draft

Update project to .NET 10#6
Copilot wants to merge 2 commits into
masterfrom
copilot/update-project-to-dotnet-10

Conversation

Copy link
Copy Markdown

Copilot AI commented Feb 20, 2026

The project was targeting the EOL netcoreapp3.1 framework with stale, unused dependencies including one with a known high severity vulnerability.

Changes

DotNetStatic.csproj

  • TargetFramework: netcoreapp3.1net10.0
  • Removed System.Text.Json 8.0.4 — unused, redundant (built into .NET 10), and carries GHSA-8g4q-xg66-9fp4
  • Removed Utf8Json 1.3.7 — unused

azure-pipelines.yml

  • CI pool image: windows-2019windows-2022
Original prompt

This section details on the original issue you should resolve

<issue_title>Update project to .NET 10</issue_title>
<issue_description>Upgrade the solution and all projects to target .NET 10.

Checklist

  • Update all project files (*.csproj) to use the .NET 10 target framework
  • Update NuGet dependencies as needed for .NET 10 compatibility
  • Verify successful build and run all tests
  • Update CI/CD configuration if necessary for .NET 10

Motivation

Keeping the project up to date ensures continued support, security, and access to new language/runtime features.</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…CI pipeline

Co-authored-by: EntityAdam <33288783+EntityAdam@users.noreply.github.com>
Copilot AI changed the title [WIP] Update project to target .NET 10 framework Update project to .NET 10 Feb 20, 2026
Copilot AI requested a review from EntityAdam February 20, 2026 13:31
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.

Update project to .NET 10

2 participants