From 11e1c305cd3e3711ce5cfef0491e2608e2ad299e Mon Sep 17 00:00:00 2001 From: MatthiasSchuster Date: Mon, 22 Jan 2018 11:30:16 +0100 Subject: [PATCH] add NET Core (#1744) * add NET Core * Remove explicit platforms and link to .NET STandard --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 41d148302a..2ccf3d55e2 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,7 @@ Console.WriteLine(user.Followers + " folks love the half ogre!"); ## Supported Platforms * .NET 4.5 (Desktop / Server) -* 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