Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/core/preview3/tools/csproj.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Alternatively, the element can contain:
* All – all of those things get used.

#### ExcludeAssets
`<ExcluseAssets>` child element specifies what assets belonging to the package specified by parent `<PackageReference>` should not
`<ExcludeAssets>` child element specifies what assets belonging to the package specified by parent `<PackageReference>` should not
be consumed.

The element can contain one or more of the following values:
Expand All @@ -80,7 +80,7 @@ Alternatively, the element can contain:
consumed but that they should not flow to the next project.

> [!NOTE]
> This is a new term for project.json/xproj `SupressParent` element.
> This is a new term for project.json/xproj `SuppressParent` element.

The element can contain one or more of the following values:

Expand Down