Skip to content

Commit

Permalink
Fix quotes in readme to look consistent (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik authored Apr 17, 2024
1 parent 27f644c commit 0a86951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ If using Span APIs and consuming in a project that targets `netstandard`, `netfr

### System.Threading.Tasks.Extensions

If using ValueTask APIs and consuming in a project that target `netframework`, `netstandard2`, or 'netcoreapp2', a reference to [System.Threading.Tasks.Extensions](https://www.nuget.org/packages/System.Threading.Tasks.Extensions/) nuget is required.
If using ValueTask APIs and consuming in a project that target `netframework`, `netstandard2`, or `netcoreapp2`, a reference to [System.Threading.Tasks.Extensions](https://www.nuget.org/packages/System.Threading.Tasks.Extensions/) nuget is required.

```xml
<PackageReference Include="System.Threading.Tasks.Extensions"
Expand Down

0 comments on commit 0a86951

Please sign in to comment.