From c389879363614e8afc8146e4b2b307fd0256199f Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Sat, 3 Jan 2026 20:01:44 +0300 Subject: [PATCH] docs: update dotnet requirement to 10.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 074a7d1..54f578e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ sequenceDiagram ### Prerequisites For development you can use [Dev Containers](https://devcontainers.io/) or [GitHub Codespaces](https://github.com/features/codespaces). Otherwise you will need to install following tools: -- [.NET SDK 9](https://dotnet.microsoft.com/download/dotnet/9.0) +- [.NET SDK 10](https://dotnet.microsoft.com/download/dotnet/10.0) - [Docker](https://www.docker.com/)