From 69e5de651ac1fb79dc23275d2f314bde9c4ddf6a Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Thu, 6 Jan 2022 11:05:26 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 614c9f2..bfd3ff4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It achives this using the [LogonUser](http://msdn.microsoft.com/en-us/library/wi PM> Install-Package SimpleImpersonation ``` -As of version 4.0.0, this library targets .NET Standard 2.0 only. It should work well with all of the following: +As of version 4.0.0, this library should work well with all of the following: - .NET 5 or greater - .NET Core 2.0 or greater - .NET Framework 4.6.1 and greater