Skip to content

Commit

Permalink
Bump dbup-sqlite, Microsoft.Extensions.DependencyInjection.Abstractio…
Browse files Browse the repository at this point in the history
…ns and Microsoft.Extensions.Logging.Abstractions

Bumps [dbup-sqlite](https://github.com/DbUp/dbup-sqlite), [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together.

Updates `dbup-sqlite` from 6.0.0-beta.3 to 6.0.0-beta.15
- [Release notes](https://github.com/DbUp/dbup-sqlite/releases)
- [Commits](DbUp/dbup-sqlite@6.0.0-beta.3...6.0.0-beta.15)

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

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

---
updated-dependencies:
- dependency-name: dbup-sqlite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: Microsoft.Extensions.Logging.Abstractions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent d84bff4 commit 6708013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="dbup-sqlite" Version="6.0.0-beta.3" />
<PackageReference Include="dbup-sqlite" Version="6.0.0-beta.15" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />
Expand Down

0 comments on commit 6708013

Please sign in to comment.