From 7f9c5caee2e444867cb40b2289cdc1169256fdfb Mon Sep 17 00:00:00 2001 From: Adam Ralph Date: Fri, 11 Apr 2025 08:44:55 +0200 Subject: [PATCH] update platform support in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2df648..ab34af5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ SimpleExec is a [.NET library](https://www.nuget.org/packages/SimpleExec) that r SimpleExec intentionally does not invoke the system shell. -Platform support: [.NET 6.0 and later](https://docs.microsoft.com/en-us/dotnet/standard/net-standard). +Platform support: [.NET 8.0 and later](https://dot.net). - [Quick start](#quick-start) - [Run](#run)