Skip to content

Commit 9d0c338

Browse files
authored
docs: update README.md with .NET Standard compat (#814)
1 parent 29a50f4 commit 9d0c338

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@
2424

2525
## ✨ Features
2626

27-
* Compatible with most .NET platforms:
28-
* `.NET Standard 1.3` to `.NET Standard 2.1`,
29-
* `.NET Core 1.0` to `.NET Core 3.1`,
30-
* `.NET Framework 4.6` to `.NET Framework 4.8`
27+
* Targets .NET Standard:
28+
* `.NET Standard 1.3` to `.NET Standard 2.1`.
29+
* For more details about supported .NET implementations, please see .NET Standard official [page](https://docs.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1).
3130
* Asynchronous and synchronous methods to interact with Algolia's API
3231
* Thread-safe clients
3332
* Typed requests and responses

0 commit comments

Comments
 (0)