From f37ed778ee7b3204009c7e20ddb2f7743121c20e Mon Sep 17 00:00:00 2001 From: MatthiasSchuster Date: Sun, 21 Jan 2018 12:20:09 +0100 Subject: [PATCH 1/2] add NET Core --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41d148302a..d8367d13d0 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Console.WriteLine(user.Followers + " folks love the half ogre!"); ## Supported Platforms * .NET 4.5 (Desktop / Server) +* .NET Core 2.0 * Xamarin.iOS / Xamarin.Android / Xamarin.Mac * Mono 3.x * Windows 8 / 8.1 Store Apps From 4807be0f062b2bca9b7c5442d45310cb23691fac Mon Sep 17 00:00:00 2001 From: Ryan Gribble Date: Mon, 22 Jan 2018 12:54:13 +1000 Subject: [PATCH 2/2] Remove explicit platforms and link to .NET STandard --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index d8367d13d0..2ccf3d55e2 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,7 @@ Console.WriteLine(user.Followers + " folks love the half ogre!"); ## Supported Platforms * .NET 4.5 (Desktop / Server) -* .NET Core 2.0 -* Xamarin.iOS / Xamarin.Android / Xamarin.Mac -* Mono 3.x -* Windows 8 / 8.1 Store Apps +* [.NET Standard 1.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) ## Getting Started