Skip to content

Commit 647ba34

Browse files
committed
remove net6 sentry-dotnet
1 parent 25f1d5b commit 647ba34

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

dependencies/download.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ function Download([string] $dependency, [string] $TFM, [string] $targetTFM = $nu
109109
$assemblyVersion | Out-File -NoNewline $targetVersionFile
110110
}
111111

112-
Download -Dependency 'Sentry' -TFM 'net8.0'
113112
Download -Dependency 'Sentry' -TFM 'net8.0'
114113
Download -Dependency 'Sentry' -TFM 'net462'
115114

modules/Sentry/private/Get-SentryAssembliesDirectory.ps1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ function GetTFM
1313
{
1414
return 'net8.0'
1515
}
16-
elseif ($PSVersionTable.PSVersion -ge '7.2')
17-
{
18-
return 'net6.0'
19-
}
2016
else
2117
{
2218
return 'net462'

0 commit comments

Comments
 (0)