Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified committed Oct 27, 2021
1 parent b68b800 commit c24d58d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Features:
- .NET Standard 1.0
- .NET Standard 1.3 and 2.0 (depends on [`System.Text.Encoding.CodePages`](https://www.nuget.org/packages/System.Text.Encoding.CodePages))
- .NET Core 3.0 (depends on `System.Text.Encoding.CodePages`, but since with this version, it’s in shared framework)
- .NET 5
- .NET 6

__Remarks:__
You can still register your [`EncodingProvider`](https://docs.microsoft.com/ru-ru/dotnet/api/system.text.encodingprovider) so that the [`Encoding.GetEncoding(...)`](https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding.getencoding?view=netcore-3.0) method first tries to find in it.
Expand Down

0 comments on commit c24d58d

Please sign in to comment.