Skip to content

Small fixes #1303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2016
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