Skip to content

Conversation

@nblumhardt
Copy link
Member

No description provided.

@matherm-aboehm
Copy link

Hi,
this looks like it is missing the System.ValueTuple NuGet package for the net462 targets:
https://github.com/serilog/serilog-extensions-logging/actions/runs/18990873350/job/54243627319?pr=282#step:5:68
Maybe the transitive reference to this package is not resolved from Microsoft.Extensions.Logging with version 10.0.0-rc.2.25502.107, even though it is defined for net462:
https://www.nuget.org/packages/Microsoft.Extensions.Logging/10.0.0-rc.2.25502.107#dependencies-body-tab
A new explicit PackageReference for System.ValueTuple with the condition on '$(TargetFramework)' == 'net462' could resolve this.

@nblumhardt
Copy link
Member Author

Thanks for the note, @matherm-aboehm. That one's a known issue in 10.0 RC2 (which led to this PR staying in draft). Should be fixed on the 10.0 RTM, I've updated the PR now.

@nblumhardt nblumhardt changed the title Start implementing a .NET 10 target Add a net10.0 target Nov 20, 2025
@nblumhardt nblumhardt marked this pull request as ready for review November 20, 2025 22:33
@nblumhardt nblumhardt merged commit d220ae7 into serilog:dev Nov 20, 2025
1 check 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