diff --git a/shells/powershell/Makefile b/shells/powershell/Makefile index 95285aee2f4f..05e00fc20874 100644 --- a/shells/powershell/Makefile +++ b/shells/powershell/Makefile @@ -1,200 +1,202 @@ PORTNAME= powershell DISTVERSIONPREFIX=v DISTVERSION= 7.5.4 +PORTREVISION= 1 CATEGORIES= shells MAINTAINER= arrowd@FreeBSD.org COMMENT= Microsoft's shell with support for .NET objects WWW= https://microsoft.com/PowerShell LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= dotnet>=${DOTNET_VER}:lang/dotnet LIB_DEPENDS= libbrotlienc.so:archivers/brotli \ libinotify.so:devel/libinotify \ libunwind.so:devel/libunwind RUN_DEPENDS= dotnet:lang/dotnet-host \ terminfo-db>0:misc/terminfo-db \ ${LOCALBASE}/lib/powershell/libpsl-native.so:shells/libpowershell-native \ ${LOCALBASE}/lib/libicuuc.so:devel/icu USES= gssapi:mit ssl:run USE_GITHUB= yes GH_ACCOUNT= PowerShell GH_PROJECT= PowerShell DOTNET_VER= 9.0.10 DOTNET_ARCH= ${ARCH:S/amd64/x64/:S/aarch64/arm64/} NUGET_GROUPS= NUGET PWSH NUGET_NUPKGS= DotNetAnalyzers.DocumentationAnalyzers:1.0.0-beta.59 \ DotNetAnalyzers.DocumentationAnalyzers.Unstable:1.0.0.59 \ JetBrains.Annotations:2021.2.0 \ Json.More.Net:2.0.2 \ JsonPointer.Net:5.0.2 \ JsonSchema.Net:7.2.3 \ Markdig.Signed:0.38.0 \ Microsoft.ApplicationInsights:2.22.0 \ Microsoft.Bcl.AsyncInterfaces:8.0.0 \ Microsoft.CodeAnalysis.Analyzers:3.11.0 \ Microsoft.CodeAnalysis.Common:4.11.0 \ Microsoft.CodeAnalysis.CSharp:4.11.0 \ Microsoft.Extensions.ObjectPool:8.0.21 \ Microsoft.Management.Infrastructure:3.0.0 \ Microsoft.Management.Infrastructure.Runtime.Unix:3.0.0 \ Microsoft.Management.Infrastructure.Runtime.Win:3.0.0 \ Microsoft.NETCore.Platforms:7.0.4 \ Microsoft.PowerShell.MarkdownRender:7.2.1 \ Microsoft.PowerShell.Native:7.4.0 \ Microsoft.Security.Extensions:1.4.0 \ Microsoft.Win32.Registry:5.0.0 \ Microsoft.Win32.Registry.AccessControl:${DOTNET_VER} \ Microsoft.Win32.SystemEvents:${DOTNET_VER} \ Microsoft.Windows.Compatibility:${DOTNET_VER} \ NETStandard.Library:2.0.3 \ Newtonsoft.Json:13.0.4 \ runtime.linux-arm.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.linux-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.linux-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.android-arm.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.android-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.android-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.android-x86.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.linux-bionic-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.linux-bionic-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.linux-musl-arm.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.linux-musl-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.linux-musl-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.maccatalyst-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.maccatalyst-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.native.System.Data.SqlClient.sni:4.4.0 \ runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.osx-arm64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.osx-x64.runtime.native.System.IO.Ports:${DOTNET_VER} \ runtime.win-arm64.runtime.native.System.Data.SqlClient.sni:4.4.0 \ runtime.win-x64.runtime.native.System.Data.SqlClient.sni:4.4.0 \ runtime.win-x86.runtime.native.System.Data.SqlClient.sni:4.4.0 \ StyleCop.Analyzers:1.2.0-beta.556 \ StyleCop.Analyzers.Unstable:1.2.0.556 \ System.Buffers:4.5.1 \ System.CodeDom:${DOTNET_VER} \ System.Collections.Immutable:${DOTNET_VER} \ System.Collections.Immutable:8.0.0 \ System.ComponentModel.Composition:${DOTNET_VER} \ System.ComponentModel.Composition.Registration:${DOTNET_VER} \ System.Configuration.ConfigurationManager:${DOTNET_VER} \ System.Data.Odbc:${DOTNET_VER} \ System.Data.OleDb:${DOTNET_VER} \ System.Data.SqlClient:4.9.0 \ System.Diagnostics.DiagnosticSource:${DOTNET_VER} \ System.Diagnostics.EventLog:${DOTNET_VER} \ System.Diagnostics.PerformanceCounter:${DOTNET_VER} \ System.DirectoryServices:${DOTNET_VER} \ System.DirectoryServices.AccountManagement:${DOTNET_VER} \ System.DirectoryServices.Protocols:${DOTNET_VER} \ System.Drawing.Common:${DOTNET_VER} \ System.Formats.Asn1:6.0.0 \ System.IO.Packaging:${DOTNET_VER} \ System.IO.Ports:${DOTNET_VER} \ System.Management:${DOTNET_VER} \ System.Memory:4.5.5 \ System.Net.Http.WinHttpHandler:${DOTNET_VER} \ System.Numerics.Vectors:4.4.0 \ System.Numerics.Vectors:4.5.0 \ System.Private.ServiceModel:4.10.3 \ System.Reflection.Context:${DOTNET_VER} \ System.Reflection.DispatchProxy:4.7.1 \ System.Reflection.Metadata:8.0.1 \ System.Runtime.Caching:${DOTNET_VER} \ System.Runtime.CompilerServices.Unsafe:6.0.0 \ System.Security.AccessControl:6.0.1 \ System.Security.Cryptography.Pkcs:${DOTNET_VER} \ System.Security.Cryptography.ProtectedData:${DOTNET_VER} \ System.Security.Cryptography.Xml:${DOTNET_VER} \ System.Security.Permissions:${DOTNET_VER} \ System.Security.Principal.Windows:5.0.0 \ System.ServiceModel.Duplex:4.10.3 \ System.ServiceModel.Http:4.10.3 \ System.ServiceModel.NetTcp:4.10.3 \ System.ServiceModel.Primitives:4.10.3 \ System.ServiceModel.Security:4.10.3 \ System.ServiceModel.Syndication:${DOTNET_VER} \ System.ServiceProcess.ServiceController:${DOTNET_VER} \ System.Speech:${DOTNET_VER} \ System.Text.Encoding.CodePages:7.0.0 \ System.Text.Encoding.CodePages:8.0.0 \ System.Text.Encoding.CodePages:${DOTNET_VER} \ System.Text.Encodings.Web:6.0.0 \ System.Text.Encodings.Web:${DOTNET_VER} \ System.Text.Json:6.0.9 \ System.Threading.AccessControl:${DOTNET_VER} \ System.Threading.Tasks.Extensions:4.5.4 \ System.Web.Services.Description:8.0.0 \ System.Windows.Extensions:${DOTNET_VER} \ Humanizer.Core:2.14.1 PWSH_NUPKGS= Microsoft.PowerShell.PSResourceGet:1.0.3 \ PSReadLine:2.3.4 \ PowerShellGet:3.0.23-beta23 PWSH_MOD_EXTRACT_ARGS= -x "\[Content_Types\].xml" \ -x "_*/*" \ -x "package/*" \ -x "*.txt" \ -x "*.nuspec" DOTNET_CMD= ${SETENV} HOME=${WRKDIR} ${LOCALBASE}/bin/dotnet post-extract: ${MKDIR} ${WRKSRC}/src/Microsoft.PowerShell.SDK/obj ${CP} ${FILESDIR}/Microsoft.PowerShell.SDK.csproj.TypeCatalog.targets \ ${WRKSRC}/src/Microsoft.PowerShell.SDK/obj post-patch: ${REINPLACE_CMD} -e 's|%%NUGET_DISTDIR%%|${DISTDIR}/${NUGET_DISTSUBDIR}|' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/nuget.config ${REINPLACE_CMD} -e 's|%%PORTVERSION%%|${PORTVERSION}|' \ ${WRKSRC}/PowerShell.Common.props ${REINPLACE_CMD} -e 's|9.0.306|9.0.111|' ${WRKSRC}/global.json do-build: cd ${WRKSRC}/src/ResGen && \ ${DOTNET_CMD} restore --packages ${WRKDIR}/packages && \ ${DOTNET_CMD} build --no-restore && \ ${DOTNET_CMD} run --no-restore cd ${WRKSRC}/src/powershell-unix && \ ${DOTNET_CMD} restore --packages ${WRKDIR}/packages cd ${WRKSRC}/src && \ ${DOTNET_CMD} msbuild \ Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj \ /t:_GetDependencies \ /p:DesignTimeBuild=true \ /p:_DependencyFile=${WRKSRC}/src/TypeCatalogGen/powershell.inc \ /nologo cd ${WRKSRC}/src/TypeCatalogGen && \ ${DOTNET_CMD} restore --packages ${WRKDIR}/packages && \ ${DOTNET_CMD} dotnet build --no-restore && \ ${DOTNET_CMD} run --no-restore \ ../System.Management.Automation/CoreCLR/CorePsTypeCatalog.cs \ powershell.inc cd ${WRKSRC}/src/powershell-unix && \ ${DOTNET_CMD} publish --packages ${WRKDIR}/packages -c Release \ -r freebsd.${_OSVERSION_MAJOR}-${DOTNET_ARCH} -o bin/publish \ --sc -p:PublishReadyToRun=false do-install: ${CP} -r ${WRKSRC}/src/powershell-unix/bin/publish \ ${STAGEDIR}${PREFIX}/lib/powershell + ${RLN} ${STAGEDIR}${PREFIX}/lib/powershell ${STAGEDIR}${PREFIX}/lib/powershell/ref ${LN} -s ../lib/powershell/pwsh ${STAGEDIR}${PREFIX}/bin post-install: .for m in ${PWSH_NUPKGS} ${UNZIP_NATIVE_CMD} ${PWSH_MOD_EXTRACT_ARGS} \ -d ${STAGEDIR}${PREFIX}/lib/powershell/Modules/${m:C/:.*//} \ ${DISTDIR}/nuget/${m:C/:.*//:tl}.${m:C/.*://:tl}.nupkg .endfor .include "nuget.mk" .include diff --git a/shells/powershell/pkg-plist b/shells/powershell/pkg-plist index c46b8061b02a..d1d3a4fbc483 100644 --- a/shells/powershell/pkg-plist +++ b/shells/powershell/pkg-plist @@ -1,408 +1,409 @@ bin/pwsh lib/powershell/Humanizer.dll lib/powershell/Json.More.dll lib/powershell/JsonPointer.Net.dll lib/powershell/JsonSchema.Net.dll lib/powershell/LICENSE.txt lib/powershell/Markdig.Signed.dll lib/powershell/Microsoft.ApplicationInsights.dll lib/powershell/Microsoft.Bcl.AsyncInterfaces.dll lib/powershell/Microsoft.CSharp.dll lib/powershell/Microsoft.CodeAnalysis.CSharp.dll lib/powershell/Microsoft.CodeAnalysis.dll lib/powershell/Microsoft.Extensions.ObjectPool.dll lib/powershell/Microsoft.Management.Infrastructure.dll lib/powershell/Microsoft.PowerShell.Commands.Management.dll lib/powershell/Microsoft.PowerShell.Commands.Management.pdb lib/powershell/Microsoft.PowerShell.Commands.Management.xml lib/powershell/Microsoft.PowerShell.Commands.Utility.dll lib/powershell/Microsoft.PowerShell.Commands.Utility.pdb lib/powershell/Microsoft.PowerShell.Commands.Utility.xml lib/powershell/Microsoft.PowerShell.ConsoleHost.dll lib/powershell/Microsoft.PowerShell.ConsoleHost.pdb lib/powershell/Microsoft.PowerShell.ConsoleHost.xml lib/powershell/Microsoft.PowerShell.MarkdownRender.dll lib/powershell/Microsoft.PowerShell.SDK.dll lib/powershell/Microsoft.PowerShell.SDK.pdb lib/powershell/Microsoft.PowerShell.SDK.xml lib/powershell/Microsoft.PowerShell.Security.dll lib/powershell/Microsoft.PowerShell.Security.pdb lib/powershell/Microsoft.PowerShell.Security.xml lib/powershell/Microsoft.VisualBasic.Core.dll lib/powershell/Microsoft.VisualBasic.dll lib/powershell/Microsoft.Win32.Primitives.dll lib/powershell/Microsoft.Win32.Registry.AccessControl.dll lib/powershell/Microsoft.Win32.Registry.dll lib/powershell/Microsoft.Win32.SystemEvents.dll lib/powershell/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1 lib/powershell/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1 lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/LICENSE lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.psd1 lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/Microsoft.PowerShell.PSResourceGet.psm1 lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/PSGet.Format.ps1xml lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/Microsoft.Bcl.AsyncInterfaces.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/Newtonsoft.Json.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.Commands.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.Common.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.Configuration.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.Credentials.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.DependencyResolver.Core.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.Frameworks.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.LibraryModel.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.Packaging.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.ProjectModel.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.Protocol.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/NuGet.Versioning.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/System.Buffers.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/System.Memory.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/System.Numerics.Vectors.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/System.Runtime.CompilerServices.Unsafe.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/System.Text.Encodings.Web.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/System.Text.Json.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/System.Threading.Tasks.Extensions.dll lib/powershell/Modules/Microsoft.PowerShell.PSResourceGet/dependencies/System.ValueTuple.dll lib/powershell/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1 lib/powershell/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1 lib/powershell/Modules/PSReadLine/Microsoft.PowerShell.PSReadLine2.dll lib/powershell/Modules/PSReadLine/Microsoft.PowerShell.Pager.dll lib/powershell/Modules/PSReadLine/PSReadLine.format.ps1xml lib/powershell/Modules/PSReadLine/PSReadLine.psd1 lib/powershell/Modules/PSReadLine/PSReadLine.psm1 lib/powershell/Modules/PSReadLine/SamplePSReadLineProfile.ps1 lib/powershell/Modules/PSReadLine/System.Runtime.InteropServices.RuntimeInformation.dll lib/powershell/Modules/PSReadLine/net462/Microsoft.PowerShell.PSReadLine.Polyfiller.dll lib/powershell/Modules/PSReadLine/net6plus/Microsoft.PowerShell.PSReadLine.Polyfiller.dll lib/powershell/Modules/PowerShellGet/PowerShellGet.psd1 lib/powershell/Modules/PowerShellGet/PowerShellGet.psm1 lib/powershell/Newtonsoft.Json.dll lib/powershell/Schemas/PSMaml/ITPro.xsd lib/powershell/Schemas/PSMaml/Maml.rld lib/powershell/Schemas/PSMaml/Maml.tbr lib/powershell/Schemas/PSMaml/Maml.xsd lib/powershell/Schemas/PSMaml/Maml.xsx lib/powershell/Schemas/PSMaml/Maml_HTML.xsl lib/powershell/Schemas/PSMaml/Maml_HTML_Style.xsl lib/powershell/Schemas/PSMaml/ManagedDeveloper.xsd lib/powershell/Schemas/PSMaml/ManagedDeveloperStructure.xsd lib/powershell/Schemas/PSMaml/ProviderHelp.xsd lib/powershell/Schemas/PSMaml/base.xsd lib/powershell/Schemas/PSMaml/baseConditional.xsd lib/powershell/Schemas/PSMaml/block.xsd lib/powershell/Schemas/PSMaml/blockCommon.xsd lib/powershell/Schemas/PSMaml/blockSoftware.xsd lib/powershell/Schemas/PSMaml/command.xsd lib/powershell/Schemas/PSMaml/conditionSet.xsd lib/powershell/Schemas/PSMaml/developer.xsd lib/powershell/Schemas/PSMaml/developerCommand.rld lib/powershell/Schemas/PSMaml/developerCommand.xsd lib/powershell/Schemas/PSMaml/developerDscResource.xsd lib/powershell/Schemas/PSMaml/developerManaged.xsd lib/powershell/Schemas/PSMaml/developerManagedClass.xsd lib/powershell/Schemas/PSMaml/developerManagedConstructor.xsd lib/powershell/Schemas/PSMaml/developerManagedDelegate.xsd lib/powershell/Schemas/PSMaml/developerManagedEnumeration.xsd lib/powershell/Schemas/PSMaml/developerManagedEvent.xsd lib/powershell/Schemas/PSMaml/developerManagedField.xsd lib/powershell/Schemas/PSMaml/developerManagedInterface.xsd lib/powershell/Schemas/PSMaml/developerManagedMethod.xsd lib/powershell/Schemas/PSMaml/developerManagedNamespace.xsd lib/powershell/Schemas/PSMaml/developerManagedOperator.xsd lib/powershell/Schemas/PSMaml/developerManagedOverload.xsd lib/powershell/Schemas/PSMaml/developerManagedProperty.xsd lib/powershell/Schemas/PSMaml/developerManagedStructure.xsd lib/powershell/Schemas/PSMaml/developerReference.xsd lib/powershell/Schemas/PSMaml/developerStructure.xsd lib/powershell/Schemas/PSMaml/developerXaml.xsd lib/powershell/Schemas/PSMaml/endUser.xsd lib/powershell/Schemas/PSMaml/hierarchy.xsd lib/powershell/Schemas/PSMaml/inline.xsd lib/powershell/Schemas/PSMaml/inlineCommon.xsd lib/powershell/Schemas/PSMaml/inlineSoftware.xsd lib/powershell/Schemas/PSMaml/inlineUi.xsd lib/powershell/Schemas/PSMaml/shellExecute.xsd lib/powershell/Schemas/PSMaml/structure.xsd lib/powershell/Schemas/PSMaml/structureGlossary.xsd lib/powershell/Schemas/PSMaml/structureList.xsd lib/powershell/Schemas/PSMaml/structureProcedure.xsd lib/powershell/Schemas/PSMaml/structureTable.xsd lib/powershell/Schemas/PSMaml/structureTaskExecution.xsd lib/powershell/Schemas/PSMaml/task.xsd lib/powershell/Schemas/PSMaml/troubleshooting.xsd lib/powershell/System.AppContext.dll lib/powershell/System.Buffers.dll lib/powershell/System.CodeDom.dll lib/powershell/System.Collections.Concurrent.dll lib/powershell/System.Collections.Immutable.dll lib/powershell/System.Collections.NonGeneric.dll lib/powershell/System.Collections.Specialized.dll lib/powershell/System.Collections.dll lib/powershell/System.ComponentModel.Annotations.dll lib/powershell/System.ComponentModel.Composition.Registration.dll lib/powershell/System.ComponentModel.Composition.dll lib/powershell/System.ComponentModel.DataAnnotations.dll lib/powershell/System.ComponentModel.EventBasedAsync.dll lib/powershell/System.ComponentModel.Primitives.dll lib/powershell/System.ComponentModel.TypeConverter.dll lib/powershell/System.ComponentModel.dll lib/powershell/System.Configuration.ConfigurationManager.dll lib/powershell/System.Configuration.dll lib/powershell/System.Console.dll lib/powershell/System.Core.dll lib/powershell/System.Data.Common.dll lib/powershell/System.Data.DataSetExtensions.dll lib/powershell/System.Data.Odbc.dll lib/powershell/System.Data.OleDb.dll lib/powershell/System.Data.SqlClient.dll lib/powershell/System.Data.dll lib/powershell/System.Diagnostics.Contracts.dll lib/powershell/System.Diagnostics.Debug.dll lib/powershell/System.Diagnostics.DiagnosticSource.dll lib/powershell/System.Diagnostics.EventLog.dll lib/powershell/System.Diagnostics.FileVersionInfo.dll lib/powershell/System.Diagnostics.PerformanceCounter.dll lib/powershell/System.Diagnostics.Process.dll lib/powershell/System.Diagnostics.StackTrace.dll lib/powershell/System.Diagnostics.TextWriterTraceListener.dll lib/powershell/System.Diagnostics.Tools.dll lib/powershell/System.Diagnostics.TraceSource.dll lib/powershell/System.Diagnostics.Tracing.dll lib/powershell/System.DirectoryServices.AccountManagement.dll lib/powershell/System.DirectoryServices.Protocols.dll lib/powershell/System.DirectoryServices.dll lib/powershell/System.Drawing.Common.dll lib/powershell/System.Drawing.Primitives.dll lib/powershell/System.Drawing.dll lib/powershell/System.Dynamic.Runtime.dll lib/powershell/System.Formats.Asn1.dll lib/powershell/System.Formats.Tar.dll lib/powershell/System.Globalization.Calendars.dll lib/powershell/System.Globalization.Extensions.dll lib/powershell/System.Globalization.dll lib/powershell/System.IO.Compression.Brotli.dll lib/powershell/System.IO.Compression.FileSystem.dll lib/powershell/System.IO.Compression.ZipFile.dll lib/powershell/System.IO.Compression.dll lib/powershell/System.IO.FileSystem.AccessControl.dll lib/powershell/System.IO.FileSystem.DriveInfo.dll lib/powershell/System.IO.FileSystem.Primitives.dll lib/powershell/System.IO.FileSystem.Watcher.dll lib/powershell/System.IO.FileSystem.dll lib/powershell/System.IO.IsolatedStorage.dll lib/powershell/System.IO.MemoryMappedFiles.dll lib/powershell/System.IO.Packaging.dll lib/powershell/System.IO.Pipelines.dll lib/powershell/System.IO.Pipes.AccessControl.dll lib/powershell/System.IO.Pipes.dll lib/powershell/System.IO.Ports.dll lib/powershell/System.IO.UnmanagedMemoryStream.dll lib/powershell/System.IO.dll lib/powershell/System.Linq.Expressions.dll lib/powershell/System.Linq.Parallel.dll lib/powershell/System.Linq.Queryable.dll lib/powershell/System.Linq.dll lib/powershell/System.Management.Automation.dll lib/powershell/System.Management.Automation.pdb lib/powershell/System.Management.Automation.xml lib/powershell/System.Management.dll lib/powershell/System.Memory.dll lib/powershell/System.Net.Http.Json.dll lib/powershell/System.Net.Http.WinHttpHandler.dll lib/powershell/System.Net.Http.dll lib/powershell/System.Net.HttpListener.dll lib/powershell/System.Net.Mail.dll lib/powershell/System.Net.NameResolution.dll lib/powershell/System.Net.NetworkInformation.dll lib/powershell/System.Net.Ping.dll lib/powershell/System.Net.Primitives.dll lib/powershell/System.Net.Quic.dll lib/powershell/System.Net.Requests.dll lib/powershell/System.Net.Security.dll lib/powershell/System.Net.ServicePoint.dll lib/powershell/System.Net.Sockets.dll lib/powershell/System.Net.WebClient.dll lib/powershell/System.Net.WebHeaderCollection.dll lib/powershell/System.Net.WebProxy.dll lib/powershell/System.Net.WebSockets.Client.dll lib/powershell/System.Net.WebSockets.dll lib/powershell/System.Net.dll lib/powershell/System.Numerics.Vectors.dll lib/powershell/System.Numerics.dll lib/powershell/System.ObjectModel.dll lib/powershell/System.Private.CoreLib.dll lib/powershell/System.Private.DataContractSerialization.dll lib/powershell/System.Private.ServiceModel.dll lib/powershell/System.Private.Uri.dll lib/powershell/System.Private.Windows.Core.dll lib/powershell/System.Private.Xml.Linq.dll lib/powershell/System.Private.Xml.dll lib/powershell/System.Reflection.Context.dll lib/powershell/System.Reflection.DispatchProxy.dll lib/powershell/System.Reflection.Emit.ILGeneration.dll lib/powershell/System.Reflection.Emit.Lightweight.dll lib/powershell/System.Reflection.Emit.dll lib/powershell/System.Reflection.Extensions.dll lib/powershell/System.Reflection.Metadata.dll lib/powershell/System.Reflection.Primitives.dll lib/powershell/System.Reflection.TypeExtensions.dll lib/powershell/System.Reflection.dll lib/powershell/System.Resources.Reader.dll lib/powershell/System.Resources.ResourceManager.dll lib/powershell/System.Resources.Writer.dll lib/powershell/System.Runtime.Caching.dll lib/powershell/System.Runtime.CompilerServices.Unsafe.dll lib/powershell/System.Runtime.CompilerServices.VisualC.dll lib/powershell/System.Runtime.Extensions.dll lib/powershell/System.Runtime.Handles.dll lib/powershell/System.Runtime.InteropServices.JavaScript.dll lib/powershell/System.Runtime.InteropServices.RuntimeInformation.dll lib/powershell/System.Runtime.InteropServices.dll lib/powershell/System.Runtime.Intrinsics.dll lib/powershell/System.Runtime.Loader.dll lib/powershell/System.Runtime.Numerics.dll lib/powershell/System.Runtime.Serialization.Formatters.dll lib/powershell/System.Runtime.Serialization.Json.dll lib/powershell/System.Runtime.Serialization.Primitives.dll lib/powershell/System.Runtime.Serialization.Xml.dll lib/powershell/System.Runtime.Serialization.dll lib/powershell/System.Runtime.dll lib/powershell/System.Security.AccessControl.dll lib/powershell/System.Security.Claims.dll lib/powershell/System.Security.Cryptography.Algorithms.dll lib/powershell/System.Security.Cryptography.Cng.dll lib/powershell/System.Security.Cryptography.Csp.dll lib/powershell/System.Security.Cryptography.Encoding.dll lib/powershell/System.Security.Cryptography.OpenSsl.dll lib/powershell/System.Security.Cryptography.Pkcs.dll lib/powershell/System.Security.Cryptography.Primitives.dll lib/powershell/System.Security.Cryptography.ProtectedData.dll lib/powershell/System.Security.Cryptography.X509Certificates.dll lib/powershell/System.Security.Cryptography.Xml.dll lib/powershell/System.Security.Cryptography.dll lib/powershell/System.Security.Permissions.dll lib/powershell/System.Security.Principal.Windows.dll lib/powershell/System.Security.Principal.dll lib/powershell/System.Security.SecureString.dll lib/powershell/System.Security.dll lib/powershell/System.ServiceModel.Duplex.dll lib/powershell/System.ServiceModel.Http.dll lib/powershell/System.ServiceModel.NetTcp.dll lib/powershell/System.ServiceModel.Primitives.dll lib/powershell/System.ServiceModel.Security.dll lib/powershell/System.ServiceModel.Syndication.dll lib/powershell/System.ServiceModel.Web.dll lib/powershell/System.ServiceModel.dll lib/powershell/System.ServiceProcess.ServiceController.dll lib/powershell/System.ServiceProcess.dll lib/powershell/System.Speech.dll lib/powershell/System.Text.Encoding.CodePages.dll lib/powershell/System.Text.Encoding.Extensions.dll lib/powershell/System.Text.Encoding.dll lib/powershell/System.Text.Encodings.Web.dll lib/powershell/System.Text.Json.dll lib/powershell/System.Text.RegularExpressions.dll lib/powershell/System.Threading.AccessControl.dll lib/powershell/System.Threading.Channels.dll lib/powershell/System.Threading.Overlapped.dll lib/powershell/System.Threading.Tasks.Dataflow.dll lib/powershell/System.Threading.Tasks.Extensions.dll lib/powershell/System.Threading.Tasks.Parallel.dll lib/powershell/System.Threading.Tasks.dll lib/powershell/System.Threading.Thread.dll lib/powershell/System.Threading.ThreadPool.dll lib/powershell/System.Threading.Timer.dll lib/powershell/System.Threading.dll lib/powershell/System.Transactions.Local.dll lib/powershell/System.Transactions.dll lib/powershell/System.ValueTuple.dll lib/powershell/System.Web.HttpUtility.dll lib/powershell/System.Web.Services.Description.dll lib/powershell/System.Web.dll lib/powershell/System.Windows.Extensions.dll lib/powershell/System.Windows.dll lib/powershell/System.Xml.Linq.dll lib/powershell/System.Xml.ReaderWriter.dll lib/powershell/System.Xml.Serialization.dll lib/powershell/System.Xml.XDocument.dll lib/powershell/System.Xml.XPath.XDocument.dll lib/powershell/System.Xml.XPath.dll lib/powershell/System.Xml.XmlDocument.dll lib/powershell/System.Xml.XmlSerializer.dll lib/powershell/System.Xml.dll lib/powershell/System.dll lib/powershell/ThirdPartyNotices.txt lib/powershell/WindowsBase.dll lib/powershell/cs/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/cs/Microsoft.CodeAnalysis.resources.dll lib/powershell/cs/System.Private.ServiceModel.resources.dll lib/powershell/cs/System.Web.Services.Description.resources.dll lib/powershell/de/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/de/Microsoft.CodeAnalysis.resources.dll lib/powershell/de/System.Private.ServiceModel.resources.dll lib/powershell/de/System.Web.Services.Description.resources.dll lib/powershell/en-US/default.help.txt lib/powershell/es/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/es/Microsoft.CodeAnalysis.resources.dll lib/powershell/es/System.Private.ServiceModel.resources.dll lib/powershell/es/System.Web.Services.Description.resources.dll lib/powershell/fr/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/fr/Microsoft.CodeAnalysis.resources.dll lib/powershell/fr/System.Private.ServiceModel.resources.dll lib/powershell/fr/System.Web.Services.Description.resources.dll lib/powershell/it/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/it/Microsoft.CodeAnalysis.resources.dll lib/powershell/it/System.Private.ServiceModel.resources.dll lib/powershell/it/System.Web.Services.Description.resources.dll lib/powershell/ja/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/ja/Microsoft.CodeAnalysis.resources.dll lib/powershell/ja/System.Private.ServiceModel.resources.dll lib/powershell/ja/System.Web.Services.Description.resources.dll lib/powershell/ko/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/ko/Microsoft.CodeAnalysis.resources.dll lib/powershell/ko/System.Private.ServiceModel.resources.dll lib/powershell/ko/System.Web.Services.Description.resources.dll lib/powershell/libSystem.Globalization.Native.so lib/powershell/libSystem.IO.Compression.Native.so lib/powershell/libSystem.Native.so lib/powershell/libSystem.Net.Security.Native.so lib/powershell/libSystem.Security.Cryptography.Native.OpenSsl.so lib/powershell/libclrgc.so lib/powershell/libclrgcexp.so lib/powershell/libclrjit.so lib/powershell/libcoreclr.so lib/powershell/libhostfxr.so lib/powershell/libhostpolicy.so lib/powershell/libmscordaccore.so lib/powershell/libmscordbi.so lib/powershell/mscorlib.dll lib/powershell/netstandard.dll lib/powershell/pl/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/pl/Microsoft.CodeAnalysis.resources.dll lib/powershell/pl/System.Private.ServiceModel.resources.dll lib/powershell/pl/System.Web.Services.Description.resources.dll lib/powershell/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/pt-BR/Microsoft.CodeAnalysis.resources.dll lib/powershell/pt-BR/System.Private.ServiceModel.resources.dll lib/powershell/pt-BR/System.Web.Services.Description.resources.dll lib/powershell/pwsh lib/powershell/pwsh.deps.json lib/powershell/pwsh.dll lib/powershell/pwsh.pdb lib/powershell/pwsh.runtimeconfig.json lib/powershell/pwsh.xml +lib/powershell/ref lib/powershell/ru/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/ru/Microsoft.CodeAnalysis.resources.dll lib/powershell/ru/System.Private.ServiceModel.resources.dll lib/powershell/ru/System.Web.Services.Description.resources.dll lib/powershell/tr/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/tr/Microsoft.CodeAnalysis.resources.dll lib/powershell/tr/System.Private.ServiceModel.resources.dll lib/powershell/tr/System.Web.Services.Description.resources.dll lib/powershell/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/zh-Hans/Microsoft.CodeAnalysis.resources.dll lib/powershell/zh-Hans/System.Private.ServiceModel.resources.dll lib/powershell/zh-Hans/System.Web.Services.Description.resources.dll lib/powershell/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll lib/powershell/zh-Hant/Microsoft.CodeAnalysis.resources.dll lib/powershell/zh-Hant/System.Private.ServiceModel.resources.dll lib/powershell/zh-Hant/System.Web.Services.Description.resources.dll