Skip to content

Upgrade to .NET 10 and bump NuGet packages#43

Merged
acraven merged 5 commits intomainfrom
copilot/add-support-for-dotnet-10
Dec 23, 2025
Merged

Upgrade to .NET 10 and bump NuGet packages#43
acraven merged 5 commits intomainfrom
copilot/add-support-for-dotnet-10

Conversation

Copy link
Contributor

Copilot AI commented Dec 22, 2025

Adds .NET 10 as an additional target framework alongside .NET 8 for both the library and test projects.

Changes

  • Updated Stackage.Core.Abstractions.csproj to multi-target net8.0;net10.0
  • Updated Stackage.Core.Abstractions.Tests.csproj to multi-target net8.0;net10.0

NuGet packages will now include assemblies for both framework versions.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add support for .NET 10</issue_title>
<issue_description></issue_description>

<agent_instructions>Add an additional TargetFramework for .NET 10 and ensure that the tests target both .NET 8 and 10</agent_instructions>

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


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Add support for .NET 10 framework Add .NET 10 multi-targeting support Dec 22, 2025
Copilot AI requested a review from acraven December 22, 2025 19:15
@acraven acraven marked this pull request as ready for review December 22, 2025 19:29
Copy link
Contributor

@acraven acraven left a comment

Choose a reason for hiding this comment

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

LGTM

@acraven acraven changed the title Add .NET 10 multi-targeting support Upgrade to .NET 10 and bump NuGet packages Dec 23, 2025
@acraven acraven merged commit d39b07f into main Dec 23, 2025
2 checks passed
@acraven acraven deleted the copilot/add-support-for-dotnet-10 branch December 23, 2025 23:39
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.

Add support for .NET 10

2 participants