From 1d7abcb811c782bbf9f62ca3f016f1fc997d8e15 Mon Sep 17 00:00:00 2001 From: kqnori <96951674+kqnori@users.noreply.github.com> Date: Sun, 28 Jun 2026 13:51:35 +0200 Subject: [PATCH] Update .NET SDK version requirement to 10.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a75d99..9fd4bfd 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ online-fix/ ## Building from source -Requires `dotnet-sdk-8.0` or later. +Requires `dotnet-sdk-10.0` or later. ```bash dotnet publish onlinefix-out.csproj \