Skip to content

Commit

Permalink
Merge pull request #30 from unoplatform/dev/jela/package-updates
Browse files Browse the repository at this point in the history
chore: Update to latest SQLitePCLRaw
  • Loading branch information
jeromelaban authored Jun 19, 2024
2 parents 7b63dfe + 05def09 commit 1f903f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ When using the SQLitePCL.Raw with sqlite-net-pcl, you'll need additional configu
```xml
<PackageReference Include="sqlite-net-pcl" Version="1.7.335" />
<PackageReference Include="Uno.SQLitePCLRaw.provider.wasm" Version="3.0.15" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.0.5-pre20210521085756" IncludeAssets="none" />
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.1.8" IncludeAssets="none" />
```

The `SQLitePCLRaw.bundle_green` must be exlcuded explicitly as it does not work properly with WebAssembly, but cannot be removed as it is a transitive dependency of sqlite-net-pcl. Adding this last reference ensure that the proper native library is loaded.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="SQLitePCLRaw.provider.sqlite3" Version="2.0.5-pre20210521085756" />
<PackageReference Include="SQLitePCLRaw.bundle_sqlite3" Version="2.0.5-pre20210521085756" />
<PackageReference Include="SQLitePCLRaw.provider.sqlite3" Version="2.1.8" />
<PackageReference Include="SQLitePCLRaw.bundle_sqlite3" Version="2.1.8" />
<PackageReference Include="Uno.sqlite-wasm" Version="3.40.0.2" IncludeAssets="All" ExcludeAssets="content" PrivateAssets="none" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<PackageReference Include="Uno.WinUI.Sample.Banner" Version="1.45.0-dev.64" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="8.0.4" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="8.0.4" />
<PackageReference Include="SQLitePCLRaw.bundle_sqlite3" Version="2.0.5-pre20210521085756" />
<PackageReference Include="SQLitePCLRaw.provider.sqlite3" Version="2.0.5-pre20210521085756" />
<PackageReference Include="SQLitePCLRaw.bundle_sqlite3" Version="2.1.8" />
<PackageReference Include="SQLitePCLRaw.provider.sqlite3" Version="2.1.8" />

<PackageReference Include="Microsoft.EntityFrameworkCore">
<Version>6.0.0-preview.6.21352.1</Version>
Expand Down

0 comments on commit 1f903f8

Please sign in to comment.