From 00faa340b3264213943b4a8415ac02ebe96e20c7 Mon Sep 17 00:00:00 2001 From: nightcityblade Date: Fri, 10 Jul 2026 23:07:32 +0800 Subject: [PATCH] docs: update client docs runtime requirement --- docs/in-depth/client/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/in-depth/client/index.md b/docs/in-depth/client/index.md index 29d6b8e..be1790b 100644 --- a/docs/in-depth/client/index.md +++ b/docs/in-depth/client/index.md @@ -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)