From 5a8d8679331b4d8b985fbd6a3ffe7f82f283ebe0 Mon Sep 17 00:00:00 2001 From: Pavel Koneski Date: Wed, 15 Jan 2025 20:19:59 -0800 Subject: [PATCH] Include .NET 8.0 in supported platforms in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d53eb37c..42d8e6881 100644 --- a/README.md +++ b/README.md @@ -86,4 +86,4 @@ Binaries of IronPython 3 can be downloaded from the [release page](https://githu See the [building document](Documentation/building.md). Since the main development is on Windows, bugs on other platforms may inadvertently be introduced - please report them! ## Supported Platforms -IronPython 3 targets .NET Framework 4.6.2, .NET Standard 2.0 and .NET 6.0. The support for .NET and .NET Core follow the lifecycle defined on [.NET and .NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). +IronPython 3 targets .NET Framework 4.6.2, .NET Standard 2.0, .NET 6.0 and .NET 8.0. The support for .NET and .NET Core follow the lifecycle defined on [.NET and .NET Core Support Policy](https://dotnet.microsoft.com/platform/support/policy/dotnet-core).