Skip to content

Commit

Permalink
Remove Windows 7 incompatibility mention (#28627)
Browse files Browse the repository at this point in the history
* Remove Windows 7 incompatibility mention

.NET 6.0.3 brings single file support for Windows 7 back.
dotnet/runtime#63533

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

Co-authored-by: Andy (Steve) De George <[email protected]>

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

---------

Co-authored-by: Andy (Steve) De George <[email protected]>
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
3 people committed Jun 30, 2023
1 parent 7c06208 commit 7a4fb68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/core/deploying/single-file/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Bundling all application-dependent files into a single binary provides an applic

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.

> [IMPORTANT]
> To run a single file app on Windows 7, you must use .NET Runtime 6.0.3 or later.
## Sample project file

Here's a sample project file that specifies single file publishing:
Expand Down

0 comments on commit 7a4fb68

Please sign in to comment.