From 8583eaf2ff35677d4b1791ede3d493b04ee950c2 Mon Sep 17 00:00:00 2001 From: Simon Zhao <42222408+simonz-bq@users.noreply.github.com> Date: Wed, 8 Apr 2020 15:32:44 -0700 Subject: [PATCH] Updates README to clarify .NET target (#35) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1596480..5844a7c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ An implementation of [Amazon Ion Hash](http://amzn.github.io/ion-hash) in C#. ## Getting Started -This library is designed to work with .NET Core 2.1. The following example code +This library targets [.NET Standard 2.0](https://dotnet.microsoft.com/platform/dotnet-standard). The following example code illustrates how to use it: ```C#