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
@nblumhardt nblumhardt mentioned this pull request Nov 21, 2025
evgenygunko pushed a commit to evgenygunko/Translations that referenced this pull request Nov 22, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Serilog.Extensions.Logging](https://github.com/serilog/serilog-extensions-logging) | nuget | major | `9.0.2` -> `10.0.0` |

---

### Release Notes

<details>
<summary>serilog/serilog-extensions-logging (Serilog.Extensions.Logging)</summary>

### [`v10.0.0`](https://github.com/serilog/serilog-extensions-logging/releases/tag/v10.0.0)

#### What's Changed

-   Remove closure allocation in SerilogLoggerProvider. by [@&#8203;AndreReise](https://github.com/AndreReise) in serilog/serilog-extensions-logging#277
-   Add a `net10.0` target by [@&#8203;nblumhardt](https://github.com/nblumhardt) in serilog/serilog-extensions-logging#282

**Full Changelog**: serilog/serilog-extensions-logging@v9.0.2...v10.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or PR is renamed to start with "rebase!".

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
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