Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/in-depth/client/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Creating offline clients

This guide shows you how to perform common scenarios using the Datasync Community Toolkit. Use the client library in any .NET 9 application, including AvaloniaUI, MAUI, Uno Platform, WinUI, and WPF applications.
This guide shows you how to perform common scenarios using the Datasync Community Toolkit. Use the client library in any .NET 10.x or later application, including AvaloniaUI, MAUI, Uno Platform, WinUI, and WPF applications.

!!! note "Blazor WASM and Blazor Hybrid"
The offline capabilities are known to have issues with Blazor WASM and Blazor Hybrid (since EF Core and SQLite do not work in those environments when running in the browser). Use online-only operations in these environments. For more information, see [our guide on Blazor WASM](./advanced/blazor-wasm.md)
Expand Down