Skip to content

Conversation

IvetNikolova
Copy link
Contributor

No description provided.

* 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants