From 077442b0ba741f53c0cbd8cf0dfe6863e589117d Mon Sep 17 00:00:00 2001 From: Rans4ckeR Date: Thu, 24 Nov 2022 18:30:09 +0100 Subject: [PATCH] Update to Windows 7 compatibility Remove note about single file deployment not being compatible with Windows 7 since https://github.com/dotnet/runtime/issues/62453 fixed this. --- docs/core/deploying/single-file/overview.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/core/deploying/single-file/overview.md b/docs/core/deploying/single-file/overview.md index 9f60f21272995..33e3a65df940a 100644 --- a/docs/core/deploying/single-file/overview.md +++ b/docs/core/deploying/single-file/overview.md @@ -15,8 +15,6 @@ This deployment model has been available since .NET Core 3.0 and has been enhanc 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. -Single file deployment isn't compatible with Windows 7. - ## Sample project file Here's a sample project file that specifies single file publishing: