Skip to content
Merged
Changes from 1 commit
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.

## Main Assemblies

Expand Down