Skip to content
Merged
Changes from 1 commit
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: 4 additions & 0 deletions docs/core/dependency-loading/default-probing.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ There are two main scenarios for populating the properties depending on whether
Additionally, the *\*.deps.json* files for any referenced frameworks are similarly parsed.

The environment variable `DOTNET_ADDITIONAL_DEPS` can be used to add additional dependencies. `dotnet.exe` also contains an optional `--additional-deps` parameter to set this value on application startup.
> [!NOTE]
> The `DOTNET_ADDITIONAL_DEPS` environment variable and the `--additional-deps` command-line option are **ignored for self-contained applications**.
> These options only apply to **framework-dependent applications**.
> For more information, see [Framework-dependent vs self-contained deployments](../deploying/index.md).

The `APP_PATHS` property is not populated by default and is omitted for most applications.

Expand Down
Loading