From 5c0498cba06af58068108702c1f44a435f5e7652 Mon Sep 17 00:00:00 2001 From: David Nissimoff Date: Thu, 10 May 2018 16:20:13 -0700 Subject: [PATCH] Updated README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c1c880c..7239aaaf 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,7 @@ A quick list of Ocelot's capabilities for more information see the [documentatio ## How to install -Ocelot is designed to work with ASP.NET core only and is currently -built to netcoreapp2.0 [this](https://docs.microsoft.com/en-us/dotnet/articles/standard/library) documentation may prove helpful when working out if Ocelot would be suitable for you. +Ocelot is designed to work with ASP.NET Core only and is currently targets `netstandard2.0`. This means it can be used anywhere .NET Standard 2.0 is supported, including .NET Core 2 and .NET Framework 4.6.1 and up. [This](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) documentation may prove helpful when working out if Ocelot would be suitable for you. Install Ocelot and it's dependencies using NuGet.