Skip to content

Commit

Permalink
Merge pull request #339 from mauroservienti/dependabot/nuget/src/Npgs…
Browse files Browse the repository at this point in the history
…ql.EntityFrameworkCore.PostgreSQL-7.0.11

Bump Npgsql.EntityFrameworkCore.PostgreSQL from 7.0.4 to 7.0.11 in /src
  • Loading branch information
github-actions[bot] authored Sep 18, 2023
2 parents df59688 + 366be9a commit 7f40947
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Finance.Data/Finance.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Reservations.Data/Reservations.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/Ticketing.Data/Ticketing.Data.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="7.0.11" />
</ItemGroup>

</Project>

0 comments on commit 7f40947

Please sign in to comment.