Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Apr 26, 2024
1 parent a9df251 commit 8f57932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/tools/sdk-errors/netsdk1022.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To resolve the errors, do one of the following:

- Remove the explicit `Compile`, `EmbeddedResource`, or `None` items that match the implicit ones listed on the previous table.

- Set the [EnableDefaultItems property](msbuild-props.md#enabledefaultitems) to `false` to disable all implicit file inclusion:
- Set the [EnableDefaultItems property](../../project-sdk/msbuild-props.md#enabledefaultitems) to `false` to disable all implicit file inclusion:

```xml
<PropertyGroup>
Expand All @@ -33,7 +33,7 @@ To resolve the errors, do one of the following:

If you want to specify files to be published with your app, you can still use the known MSBuild mechanisms for that, for example, the `Content` element.

- Selectively disable only `Compile`, `EmbeddedResource`, or `None` globs by setting the [EnableDefaultCompileItems](msbuild-props.md#enabledefaultcompileitems), [EnableDefaultEmbeddedResourceItems](msbuild-props.md#enabledefaultembeddedresourceitems), or [EnableDefaultNoneItems](msbuild-props.md#enabledefaultnoneitems) property to `false`:
- Selectively disable only `Compile`, `EmbeddedResource`, or `None` globs by setting the [EnableDefaultCompileItems](../../project-sdk/msbuild-props.md#enabledefaultcompileitems), [EnableDefaultEmbeddedResourceItems](../../project-sdk/msbuild-props.md#enabledefaultembeddedresourceitems), or [EnableDefaultNoneItems](../../project-sdk/msbuild-props.md#enabledefaultnoneitems) property to `false`:

```xml
<PropertyGroup>
Expand Down

0 comments on commit 8f57932

Please sign in to comment.