Skip to content

Commit

Permalink
Merge pull request #325 from VPKSoft/dependabot/nuget/FluentMigrator.…
Browse files Browse the repository at this point in the history
…Runner-and-FluentMigrator.Runner.SQLite-5.1.0

Bump FluentMigrator.Runner and FluentMigrator.Runner.SQLite
  • Loading branch information
Petteri Kautonen authored Feb 23, 2024
2 parents f596601 + 6e86b71 commit d8b1e0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amp.Database/amp.Database.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

<ItemGroup>
<PackageReference Include="FluentMigrator" Version="5.1.0" />
<PackageReference Include="FluentMigrator.Runner" Version="3.3.2" />
<PackageReference Include="FluentMigrator.Runner.SQLite" Version="3.3.2" />
<PackageReference Include="FluentMigrator.Runner" Version="5.1.0" />
<PackageReference Include="FluentMigrator.Runner.SQLite" Version="5.1.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.16" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.16" />
Expand Down

0 comments on commit d8b1e0e

Please sign in to comment.