Skip to content

Commit

Permalink
Demote Microsoft.Data.SQLite.
Browse files Browse the repository at this point in the history
Linux build is failing with e_sqlite3 not found.
  • Loading branch information
ejball committed Dec 31, 2023
1 parent 2d62214 commit 42937d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageVersion Include="IndexRange" Version="1.0.2" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageVersion Include="Microsoft.Data.SQLite" Version="7.0.14" />
<PackageVersion Include="Microsoft.Data.SQLite" Version="6.0.25" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageVersion Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
<PackageVersion Include="MySqlConnector" Version="2.3.3" />
Expand Down

0 comments on commit 42937d1

Please sign in to comment.