Skip to content

Commit

Permalink
nuget-console-app-with-di: bump the dotnet-packages group across 1 di…
Browse files Browse the repository at this point in the history
…rectory with 2 updates (#1697)

Bumps the dotnet-packages group with 2 updates in the /samples/ConsoleAppWithDI/solution directory: [Microsoft.Extensions.Diagnostics.Testing](https://github.com/dotnet/extensions) and [Microsoft.Extensions.TimeProvider.Testing](https://github.com/dotnet/extensions).


Updates `Microsoft.Extensions.Diagnostics.Testing` from 8.8.0 to 8.9.1
- [Release notes](https://github.com/dotnet/extensions/releases)
- [Commits](https://github.com/dotnet/extensions/commits)

Updates `Microsoft.Extensions.TimeProvider.Testing` from 8.8.0 to 8.9.1
- [Release notes](https://github.com/dotnet/extensions/releases)
- [Commits](https://github.com/dotnet/extensions/commits)

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Diagnostics.Testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-packages
- dependency-name: Microsoft.Extensions.TimeProvider.Testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 4b801d4 commit 91f374d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/ConsoleAppWithDI/solution/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<ItemGroup>
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.8.0" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.9.1" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.8.0" />
<PackageVersion Include="Microsoft.Extensions.TimeProvider.Testing" Version="8.9.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Moq" Version="4.20.72" />
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.556" />
Expand Down

0 comments on commit 91f374d

Please sign in to comment.