add NET Core (#1744)

* add NET Core

* Remove explicit platforms and link to .NET STandard
This commit is contained in:
MatthiasSchuster
2018-01-22 11:30:16 +01:00
committed by Ryan Gribble
parent f1b9674110
commit 11e1c305cd
+1 -3
View File
@@ -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