Skip to content

Commit

Permalink
Ensure we are shipping SQLitePCLRaw 2.1.0 for Mono support
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Feb 16, 2024
1 parent 476a2bd commit 5309810
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<!-- These packages are used for building and testing OmniSharp -->
<package id="xunit.runner.console" version="2.4.0" />

<!-- These packages are dependencies of the .NET Framework builds of OmniSharp -->
<package id="SQLitePCLRaw.bundle_green" version="2.1.8" />
<package id="SQLitePCLRaw.core" version="2.1.8" />
<package id="SQLitePCLRaw.provider.e_sqlite3" version="2.1.8" />
<!-- These packages are dependencies of the .NET Framework builds of OmniSharp running on Mono -->
<package id="SQLitePCLRaw.bundle_green" version="2.1.0" />
<package id="SQLitePCLRaw.core" version="2.1.0" />
<package id="SQLitePCLRaw.provider.e_sqlite3" version="2.1.0" />
</packages>

0 comments on commit 5309810

Please sign in to comment.