Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 19, 2020 22:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/4870a4f5b3333a10b732cb7664b77d84 to your computer and use it in GitHub Desktop.
Save r-ryantm/4870a4f5b3333a10b732cb7664b77d84 to your computer and use it in GitHub Desktop.
/nix/store/5yq1259s3x33sz2fm9bkxb7qi0nfzi7j-powershell-7.0.1
├── bin
│   └── pwsh
└── share
└── powershell
├── createdump
├── cs
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── de
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── en-US
│   └── default.help.txt
├── es
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── fr
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── it
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── ja
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── ko
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── libclrjit.so
├── libcoreclr.so
├── libcoreclrtraceptprovider.so
├── libdbgshim.so
├── libhostfxr.so
├── libhostpolicy.so
├── libmi.so
├── libmscordaccore.so
├── libmscordbi.so
├── libpsl-native.so
├── libpsrpclient.so
├── LICENSE.txt
├── Markdig.Signed.dll
├── Microsoft.ApplicationInsights.dll
├── Microsoft.CodeAnalysis.CSharp.dll
├── Microsoft.CodeAnalysis.dll
├── Microsoft.CSharp.dll
├── Microsoft.Management.Infrastructure.dll
├── Microsoft.PowerShell.Commands.Management.dll
├── Microsoft.PowerShell.Commands.Management.xml
├── Microsoft.PowerShell.Commands.Utility.dll
├── Microsoft.PowerShell.Commands.Utility.xml
├── Microsoft.PowerShell.ConsoleHost.dll
├── Microsoft.PowerShell.ConsoleHost.xml
├── Microsoft.PowerShell.MarkdownRender.dll
├── Microsoft.PowerShell.MarkdownRender.pdb
├── Microsoft.PowerShell.MarkdownRender.xml
├── Microsoft.PowerShell.SDK.dll
├── Microsoft.PowerShell.SDK.pdb
├── Microsoft.PowerShell.SDK.xml
├── Microsoft.PowerShell.Security.dll
├── Microsoft.PowerShell.Security.xml
├── Microsoft.VisualBasic.Core.dll
├── Microsoft.VisualBasic.dll
├── Microsoft.Win32.Primitives.dll
├── Microsoft.Win32.Registry.AccessControl.dll
├── Microsoft.Win32.Registry.dll
├── Microsoft.Win32.SystemEvents.dll
├── Modules
│   ├── Microsoft.PowerShell.Archive
│   │   ├── en-US
│   │   │   └── ArchiveResources.psd1
│   │   ├── Microsoft.PowerShell.Archive.cat
│   │   ├── Microsoft.PowerShell.Archive.psd1
│   │   └── Microsoft.PowerShell.Archive.psm1
│   ├── Microsoft.PowerShell.Host
│   │   └── Microsoft.PowerShell.Host.psd1
│   ├── Microsoft.PowerShell.Management
│   │   └── Microsoft.PowerShell.Management.psd1
│   ├── Microsoft.PowerShell.Security
│   │   └── Microsoft.PowerShell.Security.psd1
│   ├── Microsoft.PowerShell.Utility
│   │   └── Microsoft.PowerShell.Utility.psd1
│   ├── PackageManagement
│   │   ├── coreclr
│   │   │   └── netstandard2.0
│   │   │   ├── Microsoft.PackageManagement.ArchiverProviders.dll
│   │   │   ├── Microsoft.PackageManagement.CoreProviders.dll
│   │   │   ├── Microsoft.PackageManagement.dll
│   │   │   ├── Microsoft.PackageManagement.MetaProvider.PowerShell.dll
│   │   │   ├── Microsoft.PackageManagement.NuGetProvider.dll
│   │   │   └── Microsoft.PowerShell.PackageManagement.dll
│   │   ├── DSCResources
│   │   │   ├── MSFT_PackageManagement
│   │   │   │   ├── MSFT_PackageManagement.psm1
│   │   │   │   ├── MSFT_PackageManagement.schema.mfl
│   │   │   │   ├── MSFT_PackageManagement.schema.mof
│   │   │   │   └── MSFT_PackageManagement.strings.psd1
│   │   │   ├── MSFT_PackageManagementSource
│   │   │   │   ├── MSFT_PackageManagementSource.psm1
│   │   │   │   ├── MSFT_PackageManagementSource.schema.mfl
│   │   │   │   ├── MSFT_PackageManagementSource.schema.mof
│   │   │   │   └── MSFT_PackageManagementSource.strings.psd1
│   │   │   ├── PackageManagementDscUtilities.psm1
│   │   │   └── PackageManagementDscUtilities.strings.psd1
│   │   ├── PackageManagement.cat
│   │   ├── PackageManagement.format.ps1xml
│   │   ├── PackageManagement.psd1
│   │   ├── PackageManagement.psm1
│   │   ├── PackageManagement.Resources.psd1
│   │   └── PackageProviderFunctions.psm1
│   ├── PowerShellGet
│   │   ├── DscResources
│   │   │   ├── MSFT_PSModule
│   │   │   │   ├── en-US
│   │   │   │   │   └── MSFT_PSModule.strings.psd1
│   │   │   │   ├── MSFT_PSModule.psm1
│   │   │   │   ├── MSFT_PSModule.schema.mfl
│   │   │   │   └── MSFT_PSModule.schema.mof
│   │   │   └── MSFT_PSRepository
│   │   │   ├── en-US
│   │   │   │   └── MSFT_PSRepository.strings.psd1
│   │   │   ├── MSFT_PSRepository.psm1
│   │   │   ├── MSFT_PSRepository.schema.mfl
│   │   │   └── MSFT_PSRepository.schema.mof
│   │   ├── en-US
│   │   │   └── PSGet.Resource.psd1
│   │   ├── Modules
│   │   │   ├── PowerShellGet.LocalizationHelper
│   │   │   │   └── PowerShellGet.LocalizationHelper.psm1
│   │   │   └── PowerShellGet.ResourceHelper
│   │   │   ├── en-US
│   │   │   │   └── PowerShellGet.ResourceHelper.strings.psd1
│   │   │   └── PowerShellGet.ResourceHelper.psm1
│   │   ├── PowerShellGet.cat
│   │   ├── PowerShellGet.psd1
│   │   ├── PSGet.Format.ps1xml
│   │   ├── PSGet.Resource.psd1
│   │   └── PSModule.psm1
│   ├── PSDesiredStateConfiguration
│   │   ├── Configuration
│   │   │   └── BaseRegistration
│   │   │   ├── BaseResource.schema.mof
│   │   │   ├── en-US
│   │   │   │   ├── BaseResource.Schema.mfl
│   │   │   │   ├── MSFT_DSCMetaConfiguration.mfl
│   │   │   │   └── MSFT_MetaConfigurationExtensionClasses.Schema.mfl
│   │   │   ├── MSFT_DSCMetaConfiguration.mof
│   │   │   └── MSFT_MetaConfigurationExtensionClasses.schema.mof
│   │   ├── en-US
│   │   │   └── about_PSDesiredStateConfiguration.md
│   │   ├── helpers
│   │   │   └── DscResourceInfo.psm1
│   │   ├── PSDesiredStateConfiguration.cat
│   │   ├── PSDesiredStateConfiguration.psd1
│   │   └── PSDesiredStateConfiguration.psm1
│   ├── PSReadLine
│   │   ├── Changes.txt
│   │   ├── en-US
│   │   │   ├── about_PSReadLine.help.txt
│   │   │   └── Microsoft.PowerShell.PSReadLine2.dll-help.xml
│   │   ├── License.txt
│   │   ├── Microsoft.PowerShell.PSReadLine2.dll
│   │   ├── PSReadLine.cat
│   │   ├── PSReadLine.format.ps1xml
│   │   ├── PSReadLine.psd1
│   │   ├── PSReadLine.psm1
│   │   └── SamplePSReadLineProfile.ps1
│   └── ThreadJob
│   ├── Microsoft.PowerShell.ThreadJob.dll
│   └── ThreadJob.psd1
├── mscorlib.dll
├── Namotion.Reflection.dll
├── netstandard.dll
├── Newtonsoft.Json.dll
├── NJsonSchema.dll
├── pl
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── pt-BR
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── pwsh
├── pwsh.deps.json
├── pwsh.dll
├── pwsh.runtimeconfig.json
├── pwsh.xml
├── ref
│   ├── Microsoft.CSharp.dll
│   ├── Microsoft.VisualBasic.Core.dll
│   ├── Microsoft.VisualBasic.dll
│   ├── Microsoft.Win32.Primitives.dll
│   ├── mscorlib.dll
│   ├── netstandard.dll
│   ├── System.AppContext.dll
│   ├── System.Buffers.dll
│   ├── System.Collections.Concurrent.dll
│   ├── System.Collections.dll
│   ├── System.Collections.Immutable.dll
│   ├── System.Collections.NonGeneric.dll
│   ├── System.Collections.Specialized.dll
│   ├── System.ComponentModel.Annotations.dll
│   ├── System.ComponentModel.DataAnnotations.dll
│   ├── System.ComponentModel.dll
│   ├── System.ComponentModel.EventBasedAsync.dll
│   ├── System.ComponentModel.Primitives.dll
│   ├── System.ComponentModel.TypeConverter.dll
│   ├── System.Configuration.dll
│   ├── System.Console.dll
│   ├── System.Core.dll
│   ├── System.Data.Common.dll
│   ├── System.Data.DataSetExtensions.dll
│   ├── System.Data.dll
│   ├── System.Diagnostics.Contracts.dll
│   ├── System.Diagnostics.Debug.dll
│   ├── System.Diagnostics.DiagnosticSource.dll
│   ├── System.Diagnostics.FileVersionInfo.dll
│   ├── System.Diagnostics.Process.dll
│   ├── System.Diagnostics.StackTrace.dll
│   ├── System.Diagnostics.TextWriterTraceListener.dll
│   ├── System.Diagnostics.Tools.dll
│   ├── System.Diagnostics.TraceSource.dll
│   ├── System.Diagnostics.Tracing.dll
│   ├── System.dll
│   ├── System.Drawing.dll
│   ├── System.Drawing.Primitives.dll
│   ├── System.Dynamic.Runtime.dll
│   ├── System.Globalization.Calendars.dll
│   ├── System.Globalization.dll
│   ├── System.Globalization.Extensions.dll
│   ├── System.IO.Compression.Brotli.dll
│   ├── System.IO.Compression.dll
│   ├── System.IO.Compression.FileSystem.dll
│   ├── System.IO.Compression.ZipFile.dll
│   ├── System.IO.dll
│   ├── System.IO.FileSystem.dll
│   ├── System.IO.FileSystem.DriveInfo.dll
│   ├── System.IO.FileSystem.Primitives.dll
│   ├── System.IO.FileSystem.Watcher.dll
│   ├── System.IO.IsolatedStorage.dll
│   ├── System.IO.MemoryMappedFiles.dll
│   ├── System.IO.Pipes.dll
│   ├── System.IO.UnmanagedMemoryStream.dll
│   ├── System.Linq.dll
│   ├── System.Linq.Expressions.dll
│   ├── System.Linq.Parallel.dll
│   ├── System.Linq.Queryable.dll
│   ├── System.Memory.dll
│   ├── System.Net.dll
│   ├── System.Net.Http.dll
│   ├── System.Net.HttpListener.dll
│   ├── System.Net.Mail.dll
│   ├── System.Net.NameResolution.dll
│   ├── System.Net.NetworkInformation.dll
│   ├── System.Net.Ping.dll
│   ├── System.Net.Primitives.dll
│   ├── System.Net.Requests.dll
│   ├── System.Net.Security.dll
│   ├── System.Net.ServicePoint.dll
│   ├── System.Net.Sockets.dll
│   ├── System.Net.WebClient.dll
│   ├── System.Net.WebHeaderCollection.dll
│   ├── System.Net.WebProxy.dll
│   ├── System.Net.WebSockets.Client.dll
│   ├── System.Net.WebSockets.dll
│   ├── System.Numerics.dll
│   ├── System.Numerics.Vectors.dll
│   ├── System.ObjectModel.dll
│   ├── System.Reflection.DispatchProxy.dll
│   ├── System.Reflection.dll
│   ├── System.Reflection.Emit.dll
│   ├── System.Reflection.Emit.ILGeneration.dll
│   ├── System.Reflection.Emit.Lightweight.dll
│   ├── System.Reflection.Extensions.dll
│   ├── System.Reflection.Metadata.dll
│   ├── System.Reflection.Primitives.dll
│   ├── System.Reflection.TypeExtensions.dll
│   ├── System.Resources.Reader.dll
│   ├── System.Resources.ResourceManager.dll
│   ├── System.Resources.Writer.dll
│   ├── System.Runtime.CompilerServices.VisualC.dll
│   ├── System.Runtime.dll
│   ├── System.Runtime.Extensions.dll
│   ├── System.Runtime.Handles.dll
│   ├── System.Runtime.InteropServices.dll
│   ├── System.Runtime.InteropServices.RuntimeInformation.dll
│   ├── System.Runtime.InteropServices.WindowsRuntime.dll
│   ├── System.Runtime.Intrinsics.dll
│   ├── System.Runtime.Loader.dll
│   ├── System.Runtime.Numerics.dll
│   ├── System.Runtime.Serialization.dll
│   ├── System.Runtime.Serialization.Formatters.dll
│   ├── System.Runtime.Serialization.Json.dll
│   ├── System.Runtime.Serialization.Primitives.dll
│   ├── System.Runtime.Serialization.Xml.dll
│   ├── System.Security.Claims.dll
│   ├── System.Security.Cryptography.Algorithms.dll
│   ├── System.Security.Cryptography.Csp.dll
│   ├── System.Security.Cryptography.Encoding.dll
│   ├── System.Security.Cryptography.Primitives.dll
│   ├── System.Security.Cryptography.X509Certificates.dll
│   ├── System.Security.dll
│   ├── System.Security.Principal.dll
│   ├── System.Security.SecureString.dll
│   ├── System.ServiceModel.Web.dll
│   ├── System.ServiceProcess.dll
│   ├── System.Text.Encoding.dll
│   ├── System.Text.Encoding.Extensions.dll
│   ├── System.Text.Json.dll
│   ├── System.Text.RegularExpressions.dll
│   ├── System.Threading.Channels.dll
│   ├── System.Threading.dll
│   ├── System.Threading.Overlapped.dll
│   ├── System.Threading.Tasks.Dataflow.dll
│   ├── System.Threading.Tasks.dll
│   ├── System.Threading.Tasks.Extensions.dll
│   ├── System.Threading.Tasks.Parallel.dll
│   ├── System.Threading.Thread.dll
│   ├── System.Threading.ThreadPool.dll
│   ├── System.Threading.Timer.dll
│   ├── System.Transactions.dll
│   ├── System.Transactions.Local.dll
│   ├── System.ValueTuple.dll
│   ├── System.Web.dll
│   ├── System.Web.HttpUtility.dll
│   ├── System.Windows.dll
│   ├── System.Xml.dll
│   ├── System.Xml.Linq.dll
│   ├── System.Xml.ReaderWriter.dll
│   ├── System.Xml.Serialization.dll
│   ├── System.Xml.XDocument.dll
│   ├── System.Xml.XmlDocument.dll
│   ├── System.Xml.XmlSerializer.dll
│   ├── System.Xml.XPath.dll
│   ├── System.Xml.XPath.XDocument.dll
│   └── WindowsBase.dll
├── ru
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── Schemas
│   └── PSMaml
│   ├── baseConditional.xsd
│   ├── base.xsd
│   ├── blockCommon.xsd
│   ├── blockSoftware.xsd
│   ├── block.xsd
│   ├── command.xsd
│   ├── conditionSet.xsd
│   ├── developerCommand.rld
│   ├── developerCommand.xsd
│   ├── developerDscResource.xsd
│   ├── developerManagedClass.xsd
│   ├── developerManagedConstructor.xsd
│   ├── developerManagedDelegate.xsd
│   ├── developerManagedEnumeration.xsd
│   ├── developerManagedEvent.xsd
│   ├── developerManagedField.xsd
│   ├── developerManagedInterface.xsd
│   ├── developerManagedMethod.xsd
│   ├── developerManagedNamespace.xsd
│   ├── developerManagedOperator.xsd
│   ├── developerManagedOverload.xsd
│   ├── developerManagedProperty.xsd
│   ├── developerManagedStructure.xsd
│   ├── developerManaged.xsd
│   ├── developerReference.xsd
│   ├── developerStructure.xsd
│   ├── developerXaml.xsd
│   ├── developer.xsd
│   ├── endUser.xsd
│   ├── hierarchy.xsd
│   ├── inlineCommon.xsd
│   ├── inlineSoftware.xsd
│   ├── inlineUi.xsd
│   ├── inline.xsd
│   ├── ITPro.xsd
│   ├── Maml_HTML_Style.xsl
│   ├── Maml_HTML.xsl
│   ├── Maml.rld
│   ├── Maml.tbr
│   ├── Maml.xsd
│   ├── Maml.xsx
│   ├── ManagedDeveloperStructure.xsd
│   ├── ManagedDeveloper.xsd
│   ├── ProviderHelp.xsd
│   ├── shellExecute.xsd
│   ├── structureGlossary.xsd
│   ├── structureList.xsd
│   ├── structureProcedure.xsd
│   ├── structureTable.xsd
│   ├── structureTaskExecution.xsd
│   ├── structure.xsd
│   ├── task.xsd
│   └── troubleshooting.xsd
├── SOS_README.md
├── System.AppContext.dll
├── System.Buffers.dll
├── System.CodeDom.dll
├── System.Collections.Concurrent.dll
├── System.Collections.dll
├── System.Collections.Immutable.dll
├── System.Collections.NonGeneric.dll
├── System.Collections.Specialized.dll
├── System.ComponentModel.Annotations.dll
├── System.ComponentModel.Composition.dll
├── System.ComponentModel.Composition.Registration.dll
├── System.ComponentModel.DataAnnotations.dll
├── System.ComponentModel.dll
├── System.ComponentModel.EventBasedAsync.dll
├── System.ComponentModel.Primitives.dll
├── System.ComponentModel.TypeConverter.dll
├── System.Configuration.ConfigurationManager.dll
├── System.Configuration.dll
├── System.Console.dll
├── System.Core.dll
├── System.Data.Common.dll
├── System.Data.DataSetExtensions.dll
├── System.Data.dll
├── System.Data.Odbc.dll
├── System.Data.OleDb.dll
├── System.Data.SqlClient.dll
├── System.Diagnostics.Contracts.dll
├── System.Diagnostics.Debug.dll
├── System.Diagnostics.DiagnosticSource.dll
├── System.Diagnostics.EventLog.dll
├── System.Diagnostics.FileVersionInfo.dll
├── System.Diagnostics.PerformanceCounter.dll
├── System.Diagnostics.Process.dll
├── System.Diagnostics.StackTrace.dll
├── System.Diagnostics.TextWriterTraceListener.dll
├── System.Diagnostics.Tools.dll
├── System.Diagnostics.TraceSource.dll
├── System.Diagnostics.Tracing.dll
├── System.DirectoryServices.AccountManagement.dll
├── System.DirectoryServices.dll
├── System.DirectoryServices.Protocols.dll
├── System.dll
├── System.Drawing.Common.dll
├── System.Drawing.dll
├── System.Drawing.Primitives.dll
├── System.Dynamic.Runtime.dll
├── System.Globalization.Calendars.dll
├── System.Globalization.dll
├── System.Globalization.Extensions.dll
├── System.Globalization.Native.so
├── System.IO.Compression.Brotli.dll
├── System.IO.Compression.dll
├── System.IO.Compression.FileSystem.dll
├── System.IO.Compression.Native.a
├── System.IO.Compression.Native.so
├── System.IO.Compression.ZipFile.dll
├── System.IO.dll
├── System.IO.FileSystem.AccessControl.dll
├── System.IO.FileSystem.dll
├── System.IO.FileSystem.DriveInfo.dll
├── System.IO.FileSystem.Primitives.dll
├── System.IO.FileSystem.Watcher.dll
├── System.IO.IsolatedStorage.dll
├── System.IO.MemoryMappedFiles.dll
├── System.IO.Packaging.dll
├── System.IO.Pipes.AccessControl.dll
├── System.IO.Pipes.dll
├── System.IO.Ports.dll
├── System.IO.Ports.Native.so
├── System.IO.UnmanagedMemoryStream.dll
├── System.Linq.dll
├── System.Linq.Expressions.dll
├── System.Linq.Parallel.dll
├── System.Linq.Queryable.dll
├── System.Management.Automation.dll
├── System.Management.Automation.xml
├── System.Management.dll
├── System.Memory.dll
├── System.Native.a
├── System.Native.so
├── System.Net.dll
├── System.Net.Http.dll
├── System.Net.HttpListener.dll
├── System.Net.Http.Native.a
├── System.Net.Http.Native.so
├── System.Net.Http.WinHttpHandler.dll
├── System.Net.Mail.dll
├── System.Net.NameResolution.dll
├── System.Net.NetworkInformation.dll
├── System.Net.Ping.dll
├── System.Net.Primitives.dll
├── System.Net.Requests.dll
├── System.Net.Security.dll
├── System.Net.Security.Native.a
├── System.Net.Security.Native.so
├── System.Net.ServicePoint.dll
├── System.Net.Sockets.dll
├── System.Net.WebClient.dll
├── System.Net.WebHeaderCollection.dll
├── System.Net.WebProxy.dll
├── System.Net.WebSockets.Client.dll
├── System.Net.WebSockets.dll
├── System.Numerics.dll
├── System.Numerics.Vectors.dll
├── System.ObjectModel.dll
├── System.Private.CoreLib.dll
├── System.Private.DataContractSerialization.dll
├── System.Private.ServiceModel.dll
├── System.Private.Uri.dll
├── System.Private.Xml.dll
├── System.Private.Xml.Linq.dll
├── System.Reflection.Context.dll
├── System.Reflection.DispatchProxy.dll
├── System.Reflection.dll
├── System.Reflection.Emit.dll
├── System.Reflection.Emit.ILGeneration.dll
├── System.Reflection.Emit.Lightweight.dll
├── System.Reflection.Extensions.dll
├── System.Reflection.Metadata.dll
├── System.Reflection.Primitives.dll
├── System.Reflection.TypeExtensions.dll
├── System.Resources.Reader.dll
├── System.Resources.ResourceManager.dll
├── System.Resources.Writer.dll
├── System.Runtime.Caching.dll
├── System.Runtime.CompilerServices.Unsafe.dll
├── System.Runtime.CompilerServices.VisualC.dll
├── System.Runtime.dll
├── System.Runtime.Extensions.dll
├── System.Runtime.Handles.dll
├── System.Runtime.InteropServices.dll
├── System.Runtime.InteropServices.RuntimeInformation.dll
├── System.Runtime.InteropServices.WindowsRuntime.dll
├── System.Runtime.Intrinsics.dll
├── System.Runtime.Loader.dll
├── System.Runtime.Numerics.dll
├── System.Runtime.Serialization.dll
├── System.Runtime.Serialization.Formatters.dll
├── System.Runtime.Serialization.Json.dll
├── System.Runtime.Serialization.Primitives.dll
├── System.Runtime.Serialization.Xml.dll
├── System.Runtime.WindowsRuntime.dll
├── System.Runtime.WindowsRuntime.UI.Xaml.dll
├── System.Security.AccessControl.dll
├── System.Security.Claims.dll
├── System.Security.Cryptography.Algorithms.dll
├── System.Security.Cryptography.Cng.dll
├── System.Security.Cryptography.Csp.dll
├── System.Security.Cryptography.Encoding.dll
├── System.Security.Cryptography.Native.OpenSsl.a
├── System.Security.Cryptography.Native.OpenSsl.so
├── System.Security.Cryptography.OpenSsl.dll
├── System.Security.Cryptography.Pkcs.dll
├── System.Security.Cryptography.Primitives.dll
├── System.Security.Cryptography.ProtectedData.dll
├── System.Security.Cryptography.X509Certificates.dll
├── System.Security.Cryptography.Xml.dll
├── System.Security.dll
├── System.Security.Permissions.dll
├── System.Security.Principal.dll
├── System.Security.Principal.Windows.dll
├── System.Security.SecureString.dll
├── System.ServiceModel.dll
├── System.ServiceModel.Duplex.dll
├── System.ServiceModel.Http.dll
├── System.ServiceModel.NetTcp.dll
├── System.ServiceModel.Primitives.dll
├── System.ServiceModel.Security.dll
├── System.ServiceModel.Syndication.dll
├── System.ServiceModel.Web.dll
├── System.ServiceProcess.dll
├── System.ServiceProcess.ServiceController.dll
├── System.Text.Encoding.CodePages.dll
├── System.Text.Encoding.dll
├── System.Text.Encoding.Extensions.dll
├── System.Text.Encodings.Web.dll
├── System.Text.Json.dll
├── System.Text.RegularExpressions.dll
├── System.Threading.AccessControl.dll
├── System.Threading.Channels.dll
├── System.Threading.dll
├── System.Threading.Overlapped.dll
├── System.Threading.Tasks.Dataflow.dll
├── System.Threading.Tasks.dll
├── System.Threading.Tasks.Extensions.dll
├── System.Threading.Tasks.Parallel.dll
├── System.Threading.Thread.dll
├── System.Threading.ThreadPool.dll
├── System.Threading.Timer.dll
├── System.Transactions.dll
├── System.Transactions.Local.dll
├── System.ValueTuple.dll
├── System.Web.dll
├── System.Web.HttpUtility.dll
├── System.Windows.dll
├── System.Windows.Extensions.dll
├── System.Xml.dll
├── System.Xml.Linq.dll
├── System.Xml.ReaderWriter.dll
├── System.Xml.Serialization.dll
├── System.Xml.XDocument.dll
├── System.Xml.XmlDocument.dll
├── System.Xml.XmlSerializer.dll
├── System.Xml.XPath.dll
├── System.Xml.XPath.XDocument.dll
├── ThirdPartyNotices.txt
├── tr
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
├── WindowsBase.dll
├── zh-Hans
│   ├── Microsoft.CodeAnalysis.CSharp.resources.dll
│   └── Microsoft.CodeAnalysis.resources.dll
└── zh-Hant
├── Microsoft.CodeAnalysis.CSharp.resources.dll
└── Microsoft.CodeAnalysis.resources.dll
53 directories, 556 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment