Added new .NET Standard targets to README.md (commented out until released)
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/7f0a0410 Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/7f0a0410 Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/7f0a0410 Branch: refs/heads/master Commit: 7f0a041039601f54cd7c97d927f4451607a86818 Parents: 233712b Author: Shad Storhaug <[email protected]> Authored: Fri Oct 20 17:24:36 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Fri Oct 20 17:29:23 2017 +0700 ---------------------------------------------------------------------- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/7f0a0410/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 541ae3f..57a34e7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ The Apache Lucene.Net web site is at: ### Lucene.Net 4.8.0 +<!-- TO BE CHANGED TO THIS WHEN RELEASED + +- [.NET Standard 2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) +- [.NET Standard 1.6](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) +- .NET Framework 4.5 + +--> + - [.NET Standard 1.5](https://docs.microsoft.com/en-us/dotnet/standard/net-standard) - .NET Framework 4.5.1
