Skip to content

Commit 1544d31

Browse files
committed
chore: update comments
1 parent f92984d commit 1544d31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/Sentry/private/Get-SentryAssembliesDirectory.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
function 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

0 commit comments

Comments
 (0)