Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/installation/included-assemblies.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The assemblies come sorted in several folders so that you can use the ones you n

* If you target `.NET Framework`, use the assemblies from the `Bin` folder.
* If you target `.NET Standard`, use the assemblies from the `\Bin\netstandard2.0` folder.
* If you target `.NET 8`, use the assemblies from the `\Bin\net8.0` and `\Bin\net8.0-windows` folders.
* If you target `.NET 8+`, use the assemblies from the `\Bin\net8.0` and `\Bin\net8.0-windows` folders.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we use the inline code style (monospace) to exact versions, commands, or code, don't style the "+" symbol using monospace, as there is no such version (8+). Furthermore, "+" can be ambivalent. Use "or later" instead.
See the vocabulary section in the Style Guide for more details.

Suggested change
* If you target `.NET 8+`, use the assemblies from the `\Bin\net8.0` and `\Bin\net8.0-windows` folders.
* If you target `.NET 8` or later, use the assemblies from the `\Bin\net8.0` and `\Bin\net8.0-windows` folders.


## Main Assemblies

Expand Down