From 5d4c928ee65430bc0be3db67c6fed0034a6006da Mon Sep 17 00:00:00 2001 From: Fredi Kats Date: Mon, 8 Aug 2022 19:18:06 +0400 Subject: [PATCH] docs: Update dotnet supported version in readme (#2532) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b439b0..dd0de1d7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Console.WriteLine(user.Followers + " folks love the half ogre!"); ## Supported Platforms -* .NET 4.6 (Desktop / Server) or greater +* .NET 4.6.1 (Desktop / Server) or greater * [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) or greater ## Getting Started