Here is the text you requested, specifying the requirement for Citrix Workspace with .NET Core 8.0 or later:
System Requirement Notification
Citrix Workspace Application
To ensure optimal performance and compatibility, the Citrix Workspace environment requires .NET Core 8.0 or a later version (e.g., .NET 9.0) to be installed on the user's endpoint device.
Details:
Action Required:
Please download and install the latest .NET Core runtime from Microsoft before launching Citrix Workspace. citrix workspace .net core 8.0 or later
Verification:
To check your current .NET version, run the following command in a terminal or command prompt:
dotnet --info
For more information, contact your IT support team.
If you are looking for the specific Windows Feature or Runtime required to run Citrix Workspace on a machine that needs to support .NET Core 8.0 (or later) applications, you are likely looking for the .NET Desktop Runtime.
However, the answer depends on whether you are an End User trying to fix an error or an Administrator configuring a VDA (Virtual Desktop Agent). Here is the text you requested, specifying the
Here is the breakdown of the proper features and requirements.
Fix:
sudo apt install dotnet-runtime-8.0
or (RHEL):
sudo yum install dotnet-runtime-8.0
Then restart the Workspace App service.
If you are building a Windows Server image (e.g., Server 2022) to host desktops or apps and need .NET 8 support: Minimum Version Required:
You typically do not add .NET 8 via the "Add Roles and Features" wizard in Windows Server (that wizard usually only lists legacy .NET 3.5 and 4.8).
The proper procedure is:
Citrix provides PowerShell modules for automating workspace configurations. Starting with the Citrix.DaaS SDK version 2.0, .NET 6.0 is required. Many admins mistakenly think Citrix Workspace App itself fails — but the issue is missing .NET runtime on the management machine.
You should install .NET 8.0 on your "Master Image" (MCS/PVS) before sealing it.