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
Prev Previous commit
Next Next commit
Code review feedback
  • Loading branch information
dsplaisted committed Aug 19, 2022
commit 8a303dd7140d2350e0f0400080fefba6d590f290
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If `SelfContained` was specified on the command line, it would always flow to re

## New Behavior

Both `SelfContained` and `RuntimeIdentifier` will flow a referenced project if any of the following are true for the referenced project:
Both `SelfContained` and `RuntimeIdentifier` will flow to a referenced project if any of the following are true for the referenced project:

- The `IsRidAgnostic` property is set to `false`
- The `OutputType` is `Exe` or `WinExe`
Expand Down