Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jzabroski committed Dec 10, 2023
2 parents a624ae0 + 77cd77e commit 7be635c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/FluentMigrator.Console/FluentMigrator.Console.csproj
Expand Up @@ -19,7 +19,7 @@
<ProjectReference Include="..\FluentMigrator.Runner\FluentMigrator.Runner.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="8.0.0" />
<PackageReference Include="Npgsql" Version="8.0.1" />
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="10.0.0" />
<PackageReference Include="FSharp.Core" Version="8.0.100" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="8.0.0" />
Expand Down
4 changes: 2 additions & 2 deletions test/FluentMigrator.Tests/FluentMigrator.Tests.csproj
Expand Up @@ -23,9 +23,9 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Moq" Version="4.20.69" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="MySql.Data" Version="8.2.0" />
<PackageReference Include="Npgsql" Version="8.0.0" />
<PackageReference Include="Npgsql" Version="8.0.1" />
<PackageReference Include="NUnit" Version="3.14.0" />
<PackageReference Include="NUnit.Console" Version="3.16.3" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0" />
Expand Down

0 comments on commit 7be635c

Please sign in to comment.