diff --git a/README.md b/README.md
index 24410e0..e075dd9 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ When using the SQLitePCL.Raw with sqlite-net-pcl, you'll need additional configu
```xml
-
+
```
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.
diff --git a/src/samples/EFCoreSample/EFCoreSample.Wasm/EFCoreSample.Wasm.csproj b/src/samples/EFCoreSample/EFCoreSample.Wasm/EFCoreSample.Wasm.csproj
index b203220..c8672da 100644
--- a/src/samples/EFCoreSample/EFCoreSample.Wasm/EFCoreSample.Wasm.csproj
+++ b/src/samples/EFCoreSample/EFCoreSample.Wasm/EFCoreSample.Wasm.csproj
@@ -36,8 +36,8 @@
-
-
+
+
6.0.0-preview.6.21352.1