Skip to content

Commit

Permalink
fix(SQLite): Use explicit Microsoft.Data.Sqlite 9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Nov 21, 2024
1 parent a96277e commit f54eff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<PackageVersion Include="LangChain.Providers.Abstractions" Version="0.15.3-dev.80" />
<PackageVersion Include="LangChain.Serve.Abstractions" Version="0.15.3-dev.14" />
<PackageVersion Include="Microsoft.CodeAnalysis.PublicApiAnalyzers" Version="3.3.4" />
<PackageVersion Include="Microsoft.Data.Sqlite" Version="9.0.0" />
<PackageVersion Include="Microsoft.Data.Sqlite.Core" Version="9.0.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.Milvus" Version="1.29.0-alpha" />
Expand Down
1 change: 1 addition & 0 deletions src/Sqlite/src/LangChain.Databases.Sqlite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<ItemGroup>
<PackageReference Include="LangChain.Serve.Abstractions" />
<PackageReference Include="Microsoft.Data.Sqlite" />
<PackageReference Include="Microsoft.Data.Sqlite.Core" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Sqlite" />
Expand Down

0 comments on commit f54eff2

Please sign in to comment.