This commit is contained in:
Jérôme Laban 2024-06-19 09:27:45 -04:00 коммит произвёл GitHub
Родитель da1e9d9e6c
Коммит 05def09d7c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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>