Citrix Workspace .net Core 8.0 Or Later < Desktop >

Historically, Citrix products relied on the full .NET Framework 4.x (Windows-only). However, as of Citrix Workspace app 2307 and later, significant portions of the authentication, UI, and session management layers have been rebuilt on .NET 6/8.

Without .NET 8: These features may fall back to legacy .NET Framework code paths or fail entirely. citrix workspace .net core 8.0 or later


Cause: A recent Citrix update path (e.g., 2307 → 2402) left behind .NET 6 dependencies.
Fix: Uninstall all versions of .NET 6 and 7, then fresh-install .NET 8.0. Historically, Citrix products relied on the full

Yes. They run side-by-side without conflict. Citrix Workspace will use .NET 8 for modern components and fall back to Framework 4.8 for legacy only if needed. Cause: A recent Citrix update path (e

No. Linux uses the native .NET 8 runtime (part of the system package), but the installation process differs (e.g., apt-get install dotnet-runtime-8.0 on Ubuntu).


If you are building a .NET 8.0+ application that integrates with Citrix Workspace (e.g., using Citrix REST APIs, StoreFront SDK, or Citrix Cloud APIs):