diff --git a/images/windows/toolsets/toolset-2019.json b/images/windows/toolsets/toolset-2019.json index 257a2dff72..a01b141b57 100644 --- a/images/windows/toolsets/toolset-2019.json +++ b/images/windows/toolsets/toolset-2019.json @@ -213,6 +213,7 @@ { "name": "Containers" }, { "name": "Microsoft-Windows-Subsystem-Linux", "optionalFeature": true }, { "name": "VirtualMachinePlatform", "optionalFeature": true }, + { "name": "NFS-Client", "includeAllSubFeatures": true }, { "name": "Wireless-Networking" } ], "visualStudio": { diff --git a/images/windows/toolsets/toolset-2022.json b/images/windows/toolsets/toolset-2022.json index 79da9105a9..d387642200 100644 --- a/images/windows/toolsets/toolset-2022.json +++ b/images/windows/toolsets/toolset-2022.json @@ -141,6 +141,7 @@ { "name": "NET-Framework-45-Features", "includeAllSubFeatures": true }, { "name": "Client-ProjFS", "optionalFeature": true }, { "name": "NET-Framework-Features", "includeAllSubFeatures": true }, + { "name": "NFS-Client", "includeAllSubFeatures": true }, { "name": "Hyper-V", "includeAllSubFeatures": true }, { "name": "HypervisorPlatform", "optionalFeature": true }, { "name": "Hyper-V-PowerShell" }, diff --git a/images/windows/toolsets/toolset-2025.json b/images/windows/toolsets/toolset-2025.json index 8956a80153..efe6195a29 100644 --- a/images/windows/toolsets/toolset-2025.json +++ b/images/windows/toolsets/toolset-2025.json @@ -123,6 +123,7 @@ { "name": "NET-Framework-45-Features", "includeAllSubFeatures": true }, { "name": "Client-ProjFS", "optionalFeature": true }, { "name": "NET-Framework-Features", "includeAllSubFeatures": true }, + { "name": "NFS-Client", "includeAllSubFeatures": true }, { "name": "Hyper-V", "includeAllSubFeatures": true }, { "name": "HypervisorPlatform", "optionalFeature": true }, { "name": "Hyper-V-PowerShell" },