chore: adjust versions
This commit is contained in:
Родитель
da1e9d9e6c
Коммит
05def09d7c
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче