Skip to content

Commit be2fcf7

Browse files
Bump the nuget-deps group with 4 updates (#102)
Updated [Microsoft.Extensions.Http.Resilience](https://github.com/dotnet/extensions) from 10.3.0 to 10.4.0. <details> <summary>Release notes</summary> _Sourced from [Microsoft.Extensions.Http.Resilience's releases](https://github.com/dotnet/extensions/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/extensions/commits). </details> Updated [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/dotnet) from 10.0.3 to 10.0.4. <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.103 to 10.0.200. <details> <summary>Release notes</summary> _Sourced from [Microsoft.SourceLink.GitHub's releases](https://github.com/dotnet/dotnet/releases)._ ## 10.0.200 You can build .NET 10.0 from the repository by cloning the release tag `v10.0.200` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.200/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.200/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 ## 10.0.104 You can build .NET 10.0 from the repository by cloning the release tag `v10.0.104` and following the build instructions in the [main README.md](https://github.com/dotnet/dotnet/blob/v10.0.104/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.104/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.103...v10.0.200). </details> Updated [System.CommandLine](https://github.com/dotnet/dotnet) from 2.0.3 to 2.0.4. <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 81ba8db commit be2fcf7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

LanguageTags/LanguageTags.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
<Version>1.0.0.0</Version>
3232
</PropertyGroup>
3333
<ItemGroup>
34-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.3" />
34+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.4" />
3535
<PackageReference
3636
Include="Microsoft.SourceLink.GitHub"
37-
Version="10.0.103"
37+
Version="10.0.200"
3838
PrivateAssets="all"
3939
/>
4040
</ItemGroup>

LanguageTagsCreate/LanguageTagsCreate.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
<ProjectReference Include="..\LanguageTags\LanguageTags.csproj" />
2121
</ItemGroup>
2222
<ItemGroup>
23-
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.3.0" />
23+
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="10.4.0" />
2424
<PackageReference
2525
Include="Microsoft.SourceLink.GitHub"
26-
Version="10.0.103"
26+
Version="10.0.200"
2727
PrivateAssets="all"
2828
/>
29-
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.3" />
29+
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="10.0.4" />
3030
<PackageReference Include="Serilog.Enrichers.Thread" Version="4.0.0" />
3131
<PackageReference Include="Serilog.Extensions.Logging" Version="10.0.0" />
3232
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
3333
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
3434
<PackageReference Include="Serilog" Version="4.3.1" />
35-
<PackageReference Include="System.CommandLine" Version="2.0.3" />
35+
<PackageReference Include="System.CommandLine" Version="2.0.4" />
3636
</ItemGroup>
3737
</Project>

0 commit comments

Comments
 (0)