From 9f6de38074438cfb840da8efd9b15a1d72fa1945 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 10 Feb 2020 06:43:44 -0400 Subject: [PATCH] bump minimum versions in README (#2094) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6aec83c..ec43715d 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Console.WriteLine(user.Followers + " folks love the half ogre!"); ## Supported Platforms -* .NET 4.5 (Desktop / Server) or greater -* [.NET Standard 1.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) or greater +* .NET 4.6 (Desktop / Server) or greater +* [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) or greater ## Getting Started