Skip to content

Commit 554ea42

Browse files
Bump dbup-sqlite, Microsoft.Extensions.DependencyInjection.Abstractions 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.15 to 6.0.1 - [Release notes](https://github.com/DbUp/dbup-sqlite/releases) - [Commits](DbUp/dbup-sqlite@6.0.0-beta.15...6.0.1) 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]>
1 parent 3b59cd5 commit 554ea42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FluentCommand.SQLite.Tests/FluentCommand.SQLite.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2727
<PrivateAssets>all</PrivateAssets>
2828
</PackageReference>
29-
<PackageReference Include="dbup-sqlite" Version="6.0.0-beta.15" />
29+
<PackageReference Include="dbup-sqlite" Version="6.0.1" />
3030
<PackageReference Include="Microsoft.Data.Sqlite" Version="9.0.0" />
3131
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="9.0.0" />
3232
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0" />

0 commit comments

Comments
 (0)