Forum Discussion
Build PowerShell as "framework-dependent"
Before I start a time expensive and maybe unsuccessful attempt: Is it relatively easily possible to compile PowerShell from the source and make it "framework-dependent" instead of "self-contained"?
In doing so, PowerShell could be de-coupled from the .NET runtime (which is most probably already installed), and maybe an even newer runtime version could be used (currently, PowerShell has no .NET 10 packed and I have to wait for a release that supports it)...
1 Reply
- Andres-BohrenIron Contributor
Hi ahinterl​
PowerShell is tied to .NET.NET 10 Support will come with PowerShell 7.6 and you can already try out the preview
https://learn.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-76?view=powershell-7.5PowerShell 7.6 Preview 6
https://blog.icewolf.ch/archive/2025/12/18/powershell-v7-6-0-preview-6-has-been-released/
Kind Regards
Andres