Skip to content

Commit 8d3d67f

Browse files
committed
Fix incomplete sentence
1 parent a78334a commit 8d3d67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/2022/simplify-output-paths.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Projects targeting .NET 8 and higher will by default use a new output path forma
2626
- Output Type - Such as `build`, `publish`, `obj`, or `packages`
2727
- Pivots - This will at minimum be the `Configuration`, such as `Debug` or `Release`. Other pivots such as `TargetFramework` or `RuntimeIdentifier` may also be included, and the pivots will be joined by the underscore (`_`) character
2828
- `TargetFramework` will be included in the folder name if the project is multi-targeted (`TargetFrameworks` is non-empty), or if the `TargetFramework` property was set via the command line (ie is a global property)
29-
- `RuntimeIdentifier` will be included in the folder name if it was explicitly set (either in a project file or on the command line). If it is set automatically by the SDK (for example because `SelfContained` was set)
29+
- `RuntimeIdentifier` will be included in the folder name if it was explicitly set (either in a project file or on the command line). If it is set automatically by the SDK (for example because `SelfContained` was set), then the `RuntimeIdentifier` will not be included in the folder name
3030

3131
Some examples:
3232

0 commit comments

Comments
 (0)