Skip to content

Commit 3410818

Browse files
Bump Npgsql.EntityFrameworkCore.PostgreSQL from 6.0.7 to 6.0.8 (#12)
Bumps [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) from 6.0.7 to 6.0.8. - [Release notes](https://github.com/npgsql/efcore.pg/releases) - [Commits](npgsql/efcore.pg@v6.0.7...v6.0.8) --- updated-dependencies: - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a7aa1e commit 3410818

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Kattbot.Data.Migrations/Kattbot.Data.Migrations.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="6.0.0" />
2727
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
29-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.7" />
29+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.8" />
3030
</ItemGroup>
3131

3232
<ItemGroup>

Kattbot.Data/Kattbot.Data.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.7" />
8+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.8" />
99
</ItemGroup>
1010

1111
<ItemGroup>

Kattbot.Tests/Kattbot.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.7" />
18+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.8" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

Kattbot/Kattbot.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.1" />
1616
<PackageReference Include="Microsoft.Extensions.Hosting.Systemd" Version="6.0.0" />
1717
<PackageReference Include="Microsoft.Extensions.Http" Version="6.0.0" />
18-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.7" />
18+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.8" />
1919
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
2020
</ItemGroup>
2121

0 commit comments

Comments
 (0)