A common architectural pattern involves hosting a lightweight .NET 8.0/9.0 Web API inside a Linux Docker container. This API acts as an intermediary orchestration layer that authenticates users via OAuth2/OIDC against Citrix Cloud, caches operational session statuses in Redis, and provisions application access requests dynamically. Security Best Practices
| | Minimum .NET Desktop Runtime Required | | :--- | :--- | | Current Release (CR) 2409 & later | x86 version 8.0.11 or later (up to 8.x) | | LTSR 2402 CU4 (Preview) | x86 version 8.0.11 or later (up to 8.x) | | LTSR 2402 CU3 | x86 version 8.0.11 or later (up to 8.x) | | LTSR 2402 CU2 | x86 version 8.0.10 or later (up to 8.x) |
This shift allows Citrix to leverage new programming paradigms, ensuring the app remains compatible with the latest Windows 11 features and security protocols. Key Requirements for Successful Installation citrix workspace .net core 8.0 or later
.NET 8.0 introduces deep optimizations in JIT compilation, garbage collection, and JSON serialization. These improvements directly reduce memory overhead inside dense Virtual Delivery Agent (VDA) environments.
By ensuring that the is properly installed and that the system meets the dependency requirements, users can enjoy the improved performance and security of the latest Citrix Workspace app. Key Requirements for Successful Installation
: Installation fails with a message explicitly stating that .NET Core 8.0 or later is required .
For Citrix Workspace App for Linux, some SSO smart card and certificate validation components rely on .NET Core runtime. If you’re deploying Workspace App on RHEL 8/9 or Ubuntu 20.04+, you may need to install separately. : Installation fails with a message explicitly stating that
: Citrix has identified this issue (CVADHELP-27746) and it is under investigation.
Starting with version , Citrix Workspace app for Windows requires .NET Desktop Runtime 8.0 or later as a mandatory prerequisite. This shift from older .NET versions (like .NET Core 6.x) allows Citrix to leverage the latest security updates and performance improvements from Microsoft’s long-term support (LTS) cycle. Core Requirements for Citrix Workspace 2409+
Adopting .NET 8.0 for Citrix development ensures that enterprise tools remain scalable, secure, and ready for the cloud. By moving away from legacy frameworks, organizations can build more responsive Workspace environments that take full advantage of modern DevOps practices and containerized deployments. code snippet for authenticating a .NET 8 application with the Citrix Cloud Identity
| | Minimum Microsoft Edge WebView2 Runtime Required | | :--- | :--- | | LTSR 2402 CU3 | Version 131.0.2903.112 or later | | LTSR 2402 CU2 | Version 130 or later | | General Guidance | Citrix Workspace app is packaged with the Evergreen Bootstrapper version, which attempts to install or update the runtime during installation if an internet connection is available |