File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11function GetTFM
22{
3- # Source https://learn.microsoft.com/en-us/powershell/scripting/whats-new/differences-from-windows-powershell ?view=powershell-7.4#net-framework-vs-net-core
4- # Also https://learn.microsoft.com/en-us/powershell/scripting/install/powershell-support-lifecycle?view=powershell-7.4#powershell-end-of-support-dates
5- # PowerShell 7.4 (LTS-current ) - Built on .NET 8.0
3+ # Source https://learn.microsoft.com/en-us/powershell/scripting/install/powershell-support-lifecycle ?view=powershell-7.4#powershell-end-of-support-dates
4+ # PowerShell 7.5 - Built on .NET 9.0
5+ # PowerShell 7.4 (LTS) - Built on .NET 8.0
66 # PowerShell 7.3 - Built on .NET 7.0
7- # PowerShell 7.2 (LTS) - Built on .NET 6.0 (LTS-current)
7+ # PowerShell 7.2 (LTS) - Built on .NET 6.0
88 # PowerShell 7.1 - Built on .NET 5.0
9- # PowerShell 7.0 (LTS) - Built on .NET Core 3.1 (LTS)
9+ # PowerShell 7.0 (LTS) - Built on .NET Core 3.1
1010 # PowerShell 6.2 - Built on .NET Core 2.1
1111 # PowerShell 6.1 - Built on .NET Core 2.1
1212 # PowerShell 6.0 - Built on .NET Core 2.0
You can’t perform that action at this time.
0 commit comments