From fdb15aa215819107ccfacfbdd3abfd438ffd2b68 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Mon, 23 Feb 2026 19:41:42 +0000 Subject: [PATCH] Update .NET SDK versions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2075d8550b0..9b46eae2159 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To build the WPF repo and contribute features and fixes for .NET 8.0, [Visual St ## Getting started -* [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0), [.NET 7.0 SDK](https://dotnet.microsoft.com/download/dotnet/7.0), [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0), [.NET 9.0 SDK](https://dotnet.microsoft.com/download/dotnet/9.0) +* [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0), [.NET 9.0 SDK](https://dotnet.microsoft.com/download/dotnet/9.0), [.NET 10.0 SDK](https://dotnet.microsoft.com/download/dotnet/10.0) * [.NET Preview SDKs](https://github.com/dotnet/dotnet/blob/main/docs/builds-table.md) * [Getting started instructions](Documentation/getting-started.md) * [Contributing guide](Documentation/contributing.md)