The integration of .NET Core 8.0 (specifically the .NET Desktop Runtime) marks a critical shift in the Citrix Workspace ecosystem, moving the platform toward more modern, performant, and secure runtime environments. The Shift to .NET 8.0
The transition hasn't been without friction. Administrators often encounter errors if they attempt to install Citrix Workspace without the proper .NET 8 prerequisites in a non-admin environment, as the installer cannot "silently" fetch the runtime without elevated privileges. For robust deployments, IT teams should: citrix workspace .net core 8.0 or later
if (-not (Test-Path "HKLM:\SOFTWARE\dotnet\Setup\InstalledVersions\x64\sharedfx\Microsoft.NETCore.App\8.0.4")) Write-Host "Downloading .NET 8 Desktop Runtime..." Invoke-WebRequest -Uri $dotnetUrl -OutFile $dotnet8Installer Start-Process -FilePath $dotnet8Installer -ArgumentList "/quiet /norestart" -Wait The integration of
DISM to preinstall into offline WIM images:: The latest version must be installed to avoid upgrade errors or restart prompts. Version Compatibility Rules Citrix VDA Version:
.NET Framework 4.8: Remains a foundational requirement alongside the newer Desktop Runtime.
Offline Deployment: For restricted environments, admins must download the standalone Microsoft .NET Desktop Runtime and deploy it via tools like Microsoft Configuration Manager (SCCM) before the Workspace app installation.