Skip to content

Commit

Permalink
Bump the dotnet group with 3 updates (#21)
Browse files Browse the repository at this point in the history
Bumps the dotnet group with 3 updates: [Microsoft.NET.Build.Containers](https://github.com/dotnet/sdk-container-builds), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) and [coverlet.collector](https://github.com/coverlet-coverage/coverlet).


Updates `Microsoft.NET.Build.Containers` from 8.0.200 to 8.0.202
- [Release notes](https://github.com/dotnet/sdk-container-builds/releases)
- [Commits](https://github.com/dotnet/sdk-container-builds/commits)

Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v8.0.0...v8.0.1)

Updates `coverlet.collector` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Build.Containers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
...

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 Mar 15, 2024
1 parent 8614006 commit 66ecd7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="6.0.1" PrivateAssets="all" IncludeAssets="runtime;build;native;contentfiles;analyzers;buildtransitive" />
<PackageVersion Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" IncludeAssets="runtime;build;native;contentfiles;analyzers;buildtransitive" />
<PackageVersion Include="GitHub.Actions.Core" Version="8.0.12" />
<PackageVersion Include="GitHub.Actions.Octokit" Version="8.0.12" />
<PackageVersion Include="GitHubActionsTestLogger" Version="2.3.3" PrivateAssets="all" IncludeAssets="runtime;build;native;contentfiles;analyzers;buildtransitive" />
<PackageVersion Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageVersion Include="Microsoft.NET.Build.Containers" Version="8.0.200" />
<PackageVersion Include="Microsoft.NET.Build.Containers" Version="8.0.202" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
Expand Down

0 comments on commit 66ecd7f

Please sign in to comment.