Skip to content

Commit f6a55a9

Browse files
committed
Fixed warnings with dependencies
1 parent d38d154 commit f6a55a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Pgvector.EntityFrameworkCore/Pgvector.EntityFrameworkCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
2323
<None Include="build\**\*" Pack="true" PackagePath="build" />
2424
<ProjectReference Include="..\Pgvector\Pgvector.csproj" />
25-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" />
25+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
2626
</ItemGroup>
2727

2828
</Project>

src/Pgvector/Pgvector.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
2121
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
2222
<None Include="..\..\icon.png" Pack="true" PackagePath="\" />
23-
<PackageReference Include="Npgsql" Version="8.0.3" />
23+
<PackageReference Include="Npgsql" Version="8.0.5" />
2424
</ItemGroup>
2525

2626
</Project>

0 commit comments

Comments
 (0)