Skip to content

Commit

Permalink
Updated Npgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 26, 2024
1 parent 25e17fe commit d50d8f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Pgvector/Pgvector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
<TargetFrameworks>net6.0</TargetFrameworks>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<NoWarn>NPG9001</NoWarn>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="\" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
<PackageReference Include="Npgsql" Version="8.0.0" />
<PackageReference Include="Npgsql" Version="8.0.3" />
</ItemGroup>

</Project>

0 comments on commit d50d8f3

Please sign in to comment.