Skip to content

Commit c2e0522

Browse files
Project Collection Build Service (evgenyg)evgenygunko
authored andcommitted
Merged PR 682: chore(deps): update Serilog.Extensions.Logging to 10.0.0
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).
1 parent 1ec754c commit c2e0522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/TranslatorApp/TranslatorApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
2525
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
26-
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.2" />
26+
<PackageReference Include="Serilog.Extensions.Logging" Version="10.0.0" />
2727
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
2828
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
2929
</ItemGroup>

0 commit comments

Comments
 (0)