Skip to content

Commit f01f496

Browse files
authored
Fix important alert in single file deployment (dotnet#40160)
1 parent f48be1b commit f01f496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/deploying/single-file/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Bundling all application-dependent files into a single binary provides an applic
1313

1414
The size of the single file in a self-contained application is large since it includes the runtime and the framework libraries. In .NET 6, you can [publish trimmed](../trimming/trim-self-contained.md) to reduce the total size of trim-compatible applications. The single file deployment option can be combined with [ReadyToRun](../ready-to-run.md) and [Trim](../trimming/trim-self-contained.md) publish options.
1515

16-
> [IMPORTANT]
16+
> [!IMPORTANT]
1717
> To run a single file app on Windows 7, you must use .NET Runtime 6.0.3 or later.
1818
1919
## Sample project file

0 commit comments

Comments
 (0)