Citrix Workspace .net Core 8.0 Or Later -
Starting with version 2409, Citrix Workspace app for Windows requires the .NET Desktop Runtime 8.0 (specifically version 8.0.x, such as 8.0.15 or later).
Concise pros/cons
- Pros: cross-platform, performance (AOT), modern auth, easier cloud-native automation.
- Cons: Citrix-specific SDKs/tools may lag in .NET support; some admin tooling still PowerShell-first.
As Citrix Workspace continues to evolve, the company needs to ensure that its platform is built on a foundation that is modern, secure, and scalable. .NET Core 8.0 or later provides this foundation, offering a range of benefits, including: citrix workspace .net core 8.0 or later
Technical touchpoints
- Citrix Workspace APIs: management/automation often via Citrix Cloud APIs, Citrix ADC (NetScaler) REST, or PowerShell SDKs — these can be called from .NET 8 services using HttpClient or SDK wrappers.
- Authentication: integrate OAuth/OIDC flows (Azure AD, Okta) from .NET 8 apps to support Workspace SSO and provisioning workflows.
- Endpoints & agents: .NET 8 enables building cross-platform diagnostic/launcher agents (use native AOT for small footprints).
- Observability: forward telemetry from Workspace integrations to logging/metrics backends; .NET 8 supports OpenTelemetry and efficient exporters.
- Packaging/deployment: containerize management microservices, deploy to Kubernetes or serverless (Azure Container Apps, Functions).
Online Installation: If the endpoint has internet connectivity, the Citrix Workspace app installer can automatically download and install the required .NET version. Starting with version 2409 , Citrix Workspace app
If using Citrix App Layering, place the .NET runtime in the OS layer or a dedicated prerequisite layer. Optimization: PublishReadyToRun flag in your for faster JIT compilation. As Citrix Workspace continues to evolve, the company