File tree Expand file tree Collapse file tree 2 files changed +518
-3
lines changed
src/FluxIndex.Storage.PostgreSQL Expand file tree Collapse file tree 2 files changed +518
-3
lines changed Original file line number Diff line number Diff line change 12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9.0.0 " >
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 9.0.9 " >
16
16
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17
17
<PrivateAssets >all</PrivateAssets >
18
18
</PackageReference >
19
- <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 9.0.2 " />
19
+ <PackageReference Include =" Npgsql.EntityFrameworkCore.PostgreSQL" Version =" 9.0.4 " />
20
20
<PackageReference Include =" Pgvector.EntityFrameworkCore" Version =" 0.2.2" />
21
21
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 9.0.8" />
22
- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.8 " />
22
+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 9.0.9 " />
23
23
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.8" />
24
24
<PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 9.0.8" />
25
25
</ItemGroup >
You can’t perform that action at this time.
0 commit comments