Skip to content

Commit

Permalink
fix: windows powershell dependency (remove RequiredAssemblies) (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind authored Oct 23, 2024
1 parent dbb82d1 commit d9b3a26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions dependencies/System.Net.Http.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
version = 4.3.4
assemblyVersion = 4.1.1.3
licenseFile = dotnet_library_license.txt
1 change: 1 addition & 0 deletions dependencies/download.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Download -TFM 'net461' -TargetTFM 'net462' -Dependency 'Microsoft.Bcl.AsyncInter
Download -TFM 'net461' -TargetTFM 'net462' -Dependency 'System.Buffers'
Download -TFM 'net461' -TargetTFM 'net462' -Dependency 'System.Collections.Immutable'
Download -TFM 'net461' -TargetTFM 'net462' -Dependency 'System.Memory'
Download -TFM 'net46' -TargetTFM 'net462' -Dependency 'System.Net.Http'
Download -TFM 'net46' -TargetTFM 'net462' -Dependency 'System.Numerics.Vectors'
Download -TFM 'net461' -TargetTFM 'net462' -Dependency 'System.Reflection.Metadata'
Download -TFM 'net461' -TargetTFM 'net462' -Dependency 'System.Runtime.CompilerServices.Unsafe.4'
Expand Down
3 changes: 0 additions & 3 deletions modules/Sentry/Sentry.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
ScriptsToProcess = @('assemblies-loader.ps1')

# Require System.Net.Http for use by SynchronousTransport
RequiredAssemblies = @('System.Net.Http')

# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
FunctionsToExport = @(
'Add-SentryBreadcrumb',
Expand Down

0 comments on commit d9b3a26

Please sign in to comment.