From 3a69c5effae04eb558e4f0e5e5fc4f7d986e5f20 Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Tue, 22 Apr 2025 15:51:29 -0700 Subject: [PATCH 1/2] Clarify Windows 10 and .NET 3.5 installer support. (#45895) * Update dotnet-35-windows.md * Update docs/framework/install/dotnet-35-windows.md Co-authored-by: Cam Soper --------- Co-authored-by: Cam Soper --- docs/framework/install/dotnet-35-windows.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/framework/install/dotnet-35-windows.md b/docs/framework/install/dotnet-35-windows.md index 3acb1ce451c29..bf299488d7b44 100644 --- a/docs/framework/install/dotnet-35-windows.md +++ b/docs/framework/install/dotnet-35-windows.md @@ -47,7 +47,9 @@ You don't need to select the child items for **Windows Communication Foundation ## Download the offline installer -The .NET Framework 3.5 SP1 offline installer is available for Windows versions prior to Windows 10 and Windows Server 2016. For more information, see [.NET Framework 3.5 SP1 Download page](https://dotnet.microsoft.com/download/dotnet-framework/net35-sp1?wt.mc_id=install-docs). +The .NET Framework 3.5 SP1 offline installer is available for Windows versions **prior to Windows 10 and Windows Server 2016**. For more information, see [.NET Framework 3.5 SP1 Download page](https://dotnet.microsoft.com/download/dotnet-framework/net35-sp1?wt.mc_id=install-docs). + +Starting with Windows 10 and Windows Server 2016 operating systems, the only supported way of installing .NET Framework 3.5 in an offline mode is by using the original installation media's _:::no-loc text="cab":::_ files. For more information, see [Microsoft .NET Framework 3.5 Deployment Considerations](/windows-hardware/manufacture/desktop/microsoft-net-framework-35-deployment-considerations?view=windows-10). ## Troubleshoot the installation From 571c3d1b17d2fd9b0a1cb1ebba8d511cc85c7d88 Mon Sep 17 00:00:00 2001 From: Damian Edwards Date: Tue, 22 Apr 2025 16:41:50 -0700 Subject: [PATCH 2/2] Fix type in dotnet-install-script.md (#45896) Fix missing space that was causing incorrect indentation in options list for the `-ZipPath` option. --- docs/core/tools/dotnet-install-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/tools/dotnet-install-script.md b/docs/core/tools/dotnet-install-script.md index 471db65f84130..1800e8061ad5a 100644 --- a/docs/core/tools/dotnet-install-script.md +++ b/docs/core/tools/dotnet-install-script.md @@ -207,7 +207,7 @@ The install scripts do not update the registry on Windows. They just download th - **`-ZipPath|--zip-path `** - If set, the downloaded SDK archive is stored at the specified path. + If set, the downloaded SDK archive is stored at the specified path. - **`-Verbose|--verbose`**