Skip to content

Commit

Permalink
Merge branch 'master' into revert-38-dependabot/nuget/Jube.Data/Npgsq…
Browse files Browse the repository at this point in the history
…l-8.0.3
  • Loading branch information
richard-churchman authored May 15, 2024
2 parents 37e7efb + 7cc9cfa commit 7032d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jube.Data/Jube.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<PackageReference Include="linq2db" Version="3.6.0"/>
<PackageReference Include="log4net" Version="2.0.14"/>
<PackageReference Include="Microsoft.Extensions.Primitives" Version="6.0.0"/>
<PackageReference Include="Npgsql" Version="8.0.3"/>
<PackageReference Include="Npgsql" Version="5.0.18"/>
<PackageReference Include="Npgsql.Json.NET" Version="5.0.13"/>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Jube.Migrations/Jube.Migrations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReference Include="FluentMigrator.Runner.Postgres" Version="3.3.2"/>
<PackageReference Include="log4net" Version="2.0.14"/>
<PackageReference Include="Microsoft.Extensions.Primitives" Version="6.0.0"/>
<PackageReference Include="Npgsql" Version="8.0.3"/>
<PackageReference Include="Npgsql" Version="5.0.18"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7032d7a

Please sign in to comment.