From cc4c4b80409bc00d284728e8a4503f5c525bd9c3 Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Fri, 29 May 2026 11:50:53 +0200 Subject: [PATCH] Update Steeltoe prerequisites in README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b3a2f6f64c..cdd0c1db15 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,12 @@ In addition to the [feature documentation](https://steeltoe.io/api), we have bui ### Prerequisites -| Steeltoe Version | .NET Version | -| --- | --- | -| 4.x | .NET 8 - 9 | -| 3.x | .NET Core 3.1 - .NET 8 | -| 3.x (Integration, Messaging and Stream) | .NET Core 3.1 - .NET 6 | -| 2.x | .NET Framework 4.6.1+ | +| Steeltoe Branch | .NET Version | Status | +| --- | --- | --- | +| main | .NET 8 - 10 | Unstable | +| 4.x | .NET 8 - 10 | Stable | +| 3.x | .NET 8 | Stable | +| 2.x | .NET Framework 4.6.1+ | Out of Support | For more details, see [Supported Versions on the Wiki](https://github.com/SteeltoeOSS/Steeltoe/wiki/Steeltoe-Support-Versions).