Skip to content
Open
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
3 changes: 1 addition & 2 deletions src/Cli/dotnet/CliStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,7 @@ Examples:
<value>Incorrectly formatted environment variables: {0}</value>
</data>
<data name="SelfContainedOptionDescription" xml:space="preserve">
<value>Publish the .NET runtime with your application so the runtime doesn't need to be installed on the target machine.
The default is 'false.' However, when targeting .NET 7 or lower, the default is 'true' if a runtime identifier is specified.</value>
<value>Publish the .NET runtime with your application so the runtime doesn't need to be installed on the target machine.</value>
</data>
<data name="FrameworkDependentOptionDescription" xml:space="preserve">
<value>Publish your application as a framework dependent application. A compatible .NET runtime must be installed on the target machine to run your application.</value>
Expand Down
Loading