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
2 changes: 2 additions & 0 deletions docs/core/tools/sdk-errors/netsdk1005.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ Here are some actions you can take that may resolve the error:
* Delete the *obj* folder before building the project.

* Make sure that the missing target value is included in the `TargetFrameworks` property of your project.

* If you're building a Docker image, make sure the *.dockerignore* file ignores the *bin* and *obj* directories. For more information, see GitHub pull request [dotnet/docs #29530](https://github.com/dotnet/docs/pull/29530).