Skip to content

Add .NET 10 support#237

Merged
PhyxionNL merged 8 commits intodotpcap:masterfrom
yaqian256:users/yaqian/support-net10
Nov 12, 2025
Merged

Add .NET 10 support#237
PhyxionNL merged 8 commits intodotpcap:masterfrom
yaqian256:users/yaqian/support-net10

Conversation

@yaqian256
Copy link
Copy Markdown
Contributor

@yaqian256 yaqian256 commented Nov 12, 2025

.NET 10 is released, add support for it.

  • Add .net10.0 to the TargetFrameworks list for the main project
  • field is now a keyword in .NET 10, update the code to fix compile errors
  • Update the example and test projects to build for .NET 10 (update TargetFramework to .net10.0)
  • Update the workflow to install .NET 10

@yaqian256
Copy link
Copy Markdown
Contributor Author

yaqian256 commented Nov 12, 2025

Hi Chris (@chmorgan), @PhyxionNL, would you mind taking a look at this PR when you get a chance?

@PhyxionNL
Copy link
Copy Markdown
Collaborator

Build fails.

@yaqian256
Copy link
Copy Markdown
Contributor Author

Build fails.

It's due to the build agent not having the .NET 10 SDK installed. I included the workflow change in my PR, but GitHub Actions appears to run workflows from the base branch (master) rather than from my PR branch. I will try splitting the workflow change into a separate PR.

@yaqian256 yaqian256 mentioned this pull request Nov 12, 2025
@PhyxionNL PhyxionNL merged commit 26f4951 into dotpcap:master Nov 12, 2025
2 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