Skip to content

Commit 3b74e57

Browse files
Bump the nuget-deps group with 3 updates (#121)
Updated [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/dotnet) from 10.0.5 to 10.0.6. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.Logging.Abstractions's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Updated [Microsoft.SourceLink.GitHub](https://github.com/dotnet/dotnet) from 10.0.201 to 10.0.202. <details> <summary>Release notes</summary> _Sourced from [Microsoft.SourceLink.GitHub's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.202 You can build .NET 10.0 from the repository by cloning the release tag `v10.0.202` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.202/README.md#building). Alternatively, you can build from the sources attached to this release directly. More information on this process can be found in the [dotnet/dotnet repository](https://github.com/dotnet/dotnet/blob/v10.0.202/README.md#building-from-released-sources). Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023 Commits viewable in [compare view](dotnet/dotnet@v10.0.201...v10.0.202). </details> Updated [System.CommandLine](https://github.com/dotnet/dotnet) from 2.0.5 to 2.0.6. <details> <summary>Release notes</summary> _Sourced from [System.CommandLine's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d5fdcc commit 3b74e57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<ItemGroup>
33
<PackageVersion Include="AwesomeAssertions" Version="9.4.0" />
44
<PackageVersion Include="Microsoft.Extensions.Http.Resilience" Version="10.4.0" />
5-
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.5" />
5+
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.6" />
66
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
7-
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.201" />
7+
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.202" />
88
<PackageVersion Include="Serilog" Version="4.3.1" />
99
<PackageVersion Include="Serilog.Enrichers.Thread" Version="4.0.0" />
1010
<PackageVersion Include="Serilog.Extensions.Logging" Version="10.0.0" />
1111
<PackageVersion Include="Serilog.Sinks.Console" Version="6.1.1" />
1212
<PackageVersion Include="Serilog.Sinks.File" Version="7.0.0" />
13-
<PackageVersion Include="System.CommandLine" Version="2.0.5" />
13+
<PackageVersion Include="System.CommandLine" Version="2.0.6" />
1414
<PackageVersion Include="xunit.analyzers" Version="1.27.0" />
1515
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
1616
<PackageVersion Include="xunit.v3" Version="3.2.2" />

0 commit comments

Comments
 (0)