diff --git a/README.md b/README.md index 23ddb1b..c703a95 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Xvirus CLI -Xvirus CLI 4.0.5. +Xvirus CLI 4.1. ## Table of Contents @@ -16,29 +16,36 @@ Xvirus CLI 4.0.5. ## Minimum Requirements -To run Xvirus CLI you need: - -- .NET 5 Runtime - [download](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.11-windows-x64-installer) +No minimum requirements needed! ## Changelog -- Completely redone in .NET 5 -- Now supports Linux (CLI and C# bindings only) -- Added XvirusAI scan engine (BETA) -- Scan speed is up to 2x faster -- Fixed memory usage spike when scanning large files -- Removed file size limit for scanned files by default -- The checkUpdate function can now check for SDK updates -- Added 3 new settings "EnableAIScan", "MaxScanLength" and "DatabaseVersion" +- Version **4.1**: + + - Upgraded from .NET 5 to .NET 7 + - C++ bindings now also support Linux + - Removed Minimum Requirements on C++ bindings and CLI + - Changed how exceptions are handled in C++ bindings + +- Version **4.0**: + - Completely redone in .NET 5 + - Now supports Linux (CLI and C# bindings only) + - Added XvirusAI scan engine (BETA) + - Scan speed is up to 2x faster + - Fixed memory usage spike when scanning large files + - Removed file size limit for scanned files by default + - The checkUpdate function can now check for SDK updates + - Added 3 new settings "EnableAIScan", "MaxScanLength" and "DatabaseVersion" ## Known Issues - XvirusAI engine is still in BETA. It is not recomended to use in production yet. +- XvirusAI engine does not work in C++ bindings. - The checkUpdate function can now check for SDK updates but can't update it ## Get Started -You can run it by opening executable file in the bin folder with a command as the execution argument. For example: `XescSDK.exe interactive`. +You can run it by opening executable file in the bin folder with a command as the execution argument. For example: `XvirusSDK.exe interactive`. ## Avaiable Commands diff --git a/bin/Linux/BaseLibrary.dll b/bin/Linux/BaseLibrary.dll new file mode 100644 index 0000000..d24ca45 Binary files /dev/null and b/bin/Linux/BaseLibrary.dll differ diff --git a/bin/Linux/Microsoft.CSharp.dll b/bin/Linux/Microsoft.CSharp.dll new file mode 100644 index 0000000..867dc04 Binary files /dev/null and b/bin/Linux/Microsoft.CSharp.dll differ diff --git a/bin/Microsoft.ML.Core.dll b/bin/Linux/Microsoft.ML.Core.dll similarity index 100% rename from bin/Microsoft.ML.Core.dll rename to bin/Linux/Microsoft.ML.Core.dll diff --git a/bin/Microsoft.ML.CpuMath.dll b/bin/Linux/Microsoft.ML.CpuMath.dll similarity index 100% rename from bin/Microsoft.ML.CpuMath.dll rename to bin/Linux/Microsoft.ML.CpuMath.dll diff --git a/bin/Microsoft.ML.Data.dll b/bin/Linux/Microsoft.ML.Data.dll similarity index 100% rename from bin/Microsoft.ML.Data.dll rename to bin/Linux/Microsoft.ML.Data.dll diff --git a/bin/Microsoft.ML.DataView.dll b/bin/Linux/Microsoft.ML.DataView.dll similarity index 100% rename from bin/Microsoft.ML.DataView.dll rename to bin/Linux/Microsoft.ML.DataView.dll diff --git a/bin/Microsoft.ML.FastTree.dll b/bin/Linux/Microsoft.ML.FastTree.dll similarity index 100% rename from bin/Microsoft.ML.FastTree.dll rename to bin/Linux/Microsoft.ML.FastTree.dll diff --git a/bin/Microsoft.ML.KMeansClustering.dll b/bin/Linux/Microsoft.ML.KMeansClustering.dll similarity index 100% rename from bin/Microsoft.ML.KMeansClustering.dll rename to bin/Linux/Microsoft.ML.KMeansClustering.dll diff --git a/bin/Microsoft.ML.PCA.dll b/bin/Linux/Microsoft.ML.PCA.dll similarity index 100% rename from bin/Microsoft.ML.PCA.dll rename to bin/Linux/Microsoft.ML.PCA.dll diff --git a/bin/Microsoft.ML.StandardTrainers.dll b/bin/Linux/Microsoft.ML.StandardTrainers.dll similarity index 100% rename from bin/Microsoft.ML.StandardTrainers.dll rename to bin/Linux/Microsoft.ML.StandardTrainers.dll diff --git a/bin/Microsoft.ML.Transforms.dll b/bin/Linux/Microsoft.ML.Transforms.dll similarity index 100% rename from bin/Microsoft.ML.Transforms.dll rename to bin/Linux/Microsoft.ML.Transforms.dll diff --git a/bin/Microsoft.ML.dll b/bin/Linux/Microsoft.ML.dll similarity index 100% rename from bin/Microsoft.ML.dll rename to bin/Linux/Microsoft.ML.dll diff --git a/bin/Linux/Microsoft.VisualBasic.Core.dll b/bin/Linux/Microsoft.VisualBasic.Core.dll new file mode 100644 index 0000000..de45e15 Binary files /dev/null and b/bin/Linux/Microsoft.VisualBasic.Core.dll differ diff --git a/bin/Linux/Microsoft.VisualBasic.dll b/bin/Linux/Microsoft.VisualBasic.dll new file mode 100644 index 0000000..390bbcd Binary files /dev/null and b/bin/Linux/Microsoft.VisualBasic.dll differ diff --git a/bin/Linux/Microsoft.Win32.Primitives.dll b/bin/Linux/Microsoft.Win32.Primitives.dll new file mode 100644 index 0000000..eea4206 Binary files /dev/null and b/bin/Linux/Microsoft.Win32.Primitives.dll differ diff --git a/bin/Linux/Microsoft.Win32.Registry.dll b/bin/Linux/Microsoft.Win32.Registry.dll new file mode 100644 index 0000000..4966dc7 Binary files /dev/null and b/bin/Linux/Microsoft.Win32.Registry.dll differ diff --git a/bin/Newtonsoft.Json.dll b/bin/Linux/Newtonsoft.Json.dll similarity index 100% rename from bin/Newtonsoft.Json.dll rename to bin/Linux/Newtonsoft.Json.dll diff --git a/bin/PeNet.Asn1.dll b/bin/Linux/PeNet.Asn1.dll similarity index 100% rename from bin/PeNet.Asn1.dll rename to bin/Linux/PeNet.Asn1.dll diff --git a/bin/PeNet.dll b/bin/Linux/PeNet.dll similarity index 100% rename from bin/PeNet.dll rename to bin/Linux/PeNet.dll diff --git a/bin/Linux/System.AppContext.dll b/bin/Linux/System.AppContext.dll new file mode 100644 index 0000000..d4a8274 Binary files /dev/null and b/bin/Linux/System.AppContext.dll differ diff --git a/bin/Linux/System.Buffers.dll b/bin/Linux/System.Buffers.dll new file mode 100644 index 0000000..08b905b Binary files /dev/null and b/bin/Linux/System.Buffers.dll differ diff --git a/bin/System.CodeDom.dll b/bin/Linux/System.CodeDom.dll similarity index 100% rename from bin/System.CodeDom.dll rename to bin/Linux/System.CodeDom.dll diff --git a/bin/Linux/System.Collections.Concurrent.dll b/bin/Linux/System.Collections.Concurrent.dll new file mode 100644 index 0000000..bb5dad2 Binary files /dev/null and b/bin/Linux/System.Collections.Concurrent.dll differ diff --git a/bin/Linux/System.Collections.Immutable.dll b/bin/Linux/System.Collections.Immutable.dll new file mode 100644 index 0000000..295a786 Binary files /dev/null and b/bin/Linux/System.Collections.Immutable.dll differ diff --git a/bin/Linux/System.Collections.NonGeneric.dll b/bin/Linux/System.Collections.NonGeneric.dll new file mode 100644 index 0000000..784d770 Binary files /dev/null and b/bin/Linux/System.Collections.NonGeneric.dll differ diff --git a/bin/Linux/System.Collections.Specialized.dll b/bin/Linux/System.Collections.Specialized.dll new file mode 100644 index 0000000..1b2b79f Binary files /dev/null and b/bin/Linux/System.Collections.Specialized.dll differ diff --git a/bin/Linux/System.Collections.dll b/bin/Linux/System.Collections.dll new file mode 100644 index 0000000..ad692a7 Binary files /dev/null and b/bin/Linux/System.Collections.dll differ diff --git a/bin/Linux/System.ComponentModel.Annotations.dll b/bin/Linux/System.ComponentModel.Annotations.dll new file mode 100644 index 0000000..b74348f Binary files /dev/null and b/bin/Linux/System.ComponentModel.Annotations.dll differ diff --git a/bin/Linux/System.ComponentModel.DataAnnotations.dll b/bin/Linux/System.ComponentModel.DataAnnotations.dll new file mode 100644 index 0000000..0920970 Binary files /dev/null and b/bin/Linux/System.ComponentModel.DataAnnotations.dll differ diff --git a/bin/Linux/System.ComponentModel.EventBasedAsync.dll b/bin/Linux/System.ComponentModel.EventBasedAsync.dll new file mode 100644 index 0000000..87d690b Binary files /dev/null and b/bin/Linux/System.ComponentModel.EventBasedAsync.dll differ diff --git a/bin/Linux/System.ComponentModel.Primitives.dll b/bin/Linux/System.ComponentModel.Primitives.dll new file mode 100644 index 0000000..5c1e8df Binary files /dev/null and b/bin/Linux/System.ComponentModel.Primitives.dll differ diff --git a/bin/Linux/System.ComponentModel.TypeConverter.dll b/bin/Linux/System.ComponentModel.TypeConverter.dll new file mode 100644 index 0000000..f5f94dd Binary files /dev/null and b/bin/Linux/System.ComponentModel.TypeConverter.dll differ diff --git a/bin/Linux/System.ComponentModel.dll b/bin/Linux/System.ComponentModel.dll new file mode 100644 index 0000000..572e809 Binary files /dev/null and b/bin/Linux/System.ComponentModel.dll differ diff --git a/bin/Linux/System.Configuration.dll b/bin/Linux/System.Configuration.dll new file mode 100644 index 0000000..fc0585b Binary files /dev/null and b/bin/Linux/System.Configuration.dll differ diff --git a/bin/Linux/System.Console.dll b/bin/Linux/System.Console.dll new file mode 100644 index 0000000..742b32f Binary files /dev/null and b/bin/Linux/System.Console.dll differ diff --git a/bin/Linux/System.Core.dll b/bin/Linux/System.Core.dll new file mode 100644 index 0000000..0572874 Binary files /dev/null and b/bin/Linux/System.Core.dll differ diff --git a/bin/Linux/System.Data.Common.dll b/bin/Linux/System.Data.Common.dll new file mode 100644 index 0000000..76f7a26 Binary files /dev/null and b/bin/Linux/System.Data.Common.dll differ diff --git a/bin/Linux/System.Data.DataSetExtensions.dll b/bin/Linux/System.Data.DataSetExtensions.dll new file mode 100644 index 0000000..a19a336 Binary files /dev/null and b/bin/Linux/System.Data.DataSetExtensions.dll differ diff --git a/bin/Linux/System.Data.dll b/bin/Linux/System.Data.dll new file mode 100644 index 0000000..c1d97dc Binary files /dev/null and b/bin/Linux/System.Data.dll differ diff --git a/bin/Linux/System.Diagnostics.Contracts.dll b/bin/Linux/System.Diagnostics.Contracts.dll new file mode 100644 index 0000000..c39556e Binary files /dev/null and b/bin/Linux/System.Diagnostics.Contracts.dll differ diff --git a/bin/Linux/System.Diagnostics.Debug.dll b/bin/Linux/System.Diagnostics.Debug.dll new file mode 100644 index 0000000..8ff87df Binary files /dev/null and b/bin/Linux/System.Diagnostics.Debug.dll differ diff --git a/bin/Linux/System.Diagnostics.DiagnosticSource.dll b/bin/Linux/System.Diagnostics.DiagnosticSource.dll new file mode 100644 index 0000000..8527f87 Binary files /dev/null and b/bin/Linux/System.Diagnostics.DiagnosticSource.dll differ diff --git a/bin/Linux/System.Diagnostics.FileVersionInfo.dll b/bin/Linux/System.Diagnostics.FileVersionInfo.dll new file mode 100644 index 0000000..067ac2d Binary files /dev/null and b/bin/Linux/System.Diagnostics.FileVersionInfo.dll differ diff --git a/bin/Linux/System.Diagnostics.Process.dll b/bin/Linux/System.Diagnostics.Process.dll new file mode 100644 index 0000000..76384ae Binary files /dev/null and b/bin/Linux/System.Diagnostics.Process.dll differ diff --git a/bin/Linux/System.Diagnostics.StackTrace.dll b/bin/Linux/System.Diagnostics.StackTrace.dll new file mode 100644 index 0000000..defc2c5 Binary files /dev/null and b/bin/Linux/System.Diagnostics.StackTrace.dll differ diff --git a/bin/Linux/System.Diagnostics.TextWriterTraceListener.dll b/bin/Linux/System.Diagnostics.TextWriterTraceListener.dll new file mode 100644 index 0000000..c322bbd Binary files /dev/null and b/bin/Linux/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/bin/Linux/System.Diagnostics.Tools.dll b/bin/Linux/System.Diagnostics.Tools.dll new file mode 100644 index 0000000..01181e1 Binary files /dev/null and b/bin/Linux/System.Diagnostics.Tools.dll differ diff --git a/bin/Linux/System.Diagnostics.TraceSource.dll b/bin/Linux/System.Diagnostics.TraceSource.dll new file mode 100644 index 0000000..a9823c6 Binary files /dev/null and b/bin/Linux/System.Diagnostics.TraceSource.dll differ diff --git a/bin/Linux/System.Diagnostics.Tracing.dll b/bin/Linux/System.Diagnostics.Tracing.dll new file mode 100644 index 0000000..4223ce9 Binary files /dev/null and b/bin/Linux/System.Diagnostics.Tracing.dll differ diff --git a/bin/Linux/System.Drawing.Primitives.dll b/bin/Linux/System.Drawing.Primitives.dll new file mode 100644 index 0000000..72d34d7 Binary files /dev/null and b/bin/Linux/System.Drawing.Primitives.dll differ diff --git a/bin/Linux/System.Drawing.dll b/bin/Linux/System.Drawing.dll new file mode 100644 index 0000000..6248a9f Binary files /dev/null and b/bin/Linux/System.Drawing.dll differ diff --git a/bin/Linux/System.Dynamic.Runtime.dll b/bin/Linux/System.Dynamic.Runtime.dll new file mode 100644 index 0000000..84626b9 Binary files /dev/null and b/bin/Linux/System.Dynamic.Runtime.dll differ diff --git a/bin/Linux/System.Formats.Asn1.dll b/bin/Linux/System.Formats.Asn1.dll new file mode 100644 index 0000000..56baa1b Binary files /dev/null and b/bin/Linux/System.Formats.Asn1.dll differ diff --git a/bin/Linux/System.Formats.Tar.dll b/bin/Linux/System.Formats.Tar.dll new file mode 100644 index 0000000..44c555f Binary files /dev/null and b/bin/Linux/System.Formats.Tar.dll differ diff --git a/bin/Linux/System.Globalization.Calendars.dll b/bin/Linux/System.Globalization.Calendars.dll new file mode 100644 index 0000000..9ac0fad Binary files /dev/null and b/bin/Linux/System.Globalization.Calendars.dll differ diff --git a/bin/Linux/System.Globalization.Extensions.dll b/bin/Linux/System.Globalization.Extensions.dll new file mode 100644 index 0000000..69e7f98 Binary files /dev/null and b/bin/Linux/System.Globalization.Extensions.dll differ diff --git a/bin/Linux/System.Globalization.dll b/bin/Linux/System.Globalization.dll new file mode 100644 index 0000000..66539f3 Binary files /dev/null and b/bin/Linux/System.Globalization.dll differ diff --git a/bin/Linux/System.IO.Compression.Brotli.dll b/bin/Linux/System.IO.Compression.Brotli.dll new file mode 100644 index 0000000..59d7c70 Binary files /dev/null and b/bin/Linux/System.IO.Compression.Brotli.dll differ diff --git a/bin/Linux/System.IO.Compression.FileSystem.dll b/bin/Linux/System.IO.Compression.FileSystem.dll new file mode 100644 index 0000000..75c8143 Binary files /dev/null and b/bin/Linux/System.IO.Compression.FileSystem.dll differ diff --git a/bin/Linux/System.IO.Compression.ZipFile.dll b/bin/Linux/System.IO.Compression.ZipFile.dll new file mode 100644 index 0000000..5277b0a Binary files /dev/null and b/bin/Linux/System.IO.Compression.ZipFile.dll differ diff --git a/bin/Linux/System.IO.Compression.dll b/bin/Linux/System.IO.Compression.dll new file mode 100644 index 0000000..d0fd513 Binary files /dev/null and b/bin/Linux/System.IO.Compression.dll differ diff --git a/bin/Linux/System.IO.FileSystem.AccessControl.dll b/bin/Linux/System.IO.FileSystem.AccessControl.dll new file mode 100644 index 0000000..6a8ce0e Binary files /dev/null and b/bin/Linux/System.IO.FileSystem.AccessControl.dll differ diff --git a/bin/Linux/System.IO.FileSystem.DriveInfo.dll b/bin/Linux/System.IO.FileSystem.DriveInfo.dll new file mode 100644 index 0000000..9a4f934 Binary files /dev/null and b/bin/Linux/System.IO.FileSystem.DriveInfo.dll differ diff --git a/bin/Linux/System.IO.FileSystem.Primitives.dll b/bin/Linux/System.IO.FileSystem.Primitives.dll new file mode 100644 index 0000000..948517c Binary files /dev/null and b/bin/Linux/System.IO.FileSystem.Primitives.dll differ diff --git a/bin/Linux/System.IO.FileSystem.Watcher.dll b/bin/Linux/System.IO.FileSystem.Watcher.dll new file mode 100644 index 0000000..0e3d8ac Binary files /dev/null and b/bin/Linux/System.IO.FileSystem.Watcher.dll differ diff --git a/bin/Linux/System.IO.FileSystem.dll b/bin/Linux/System.IO.FileSystem.dll new file mode 100644 index 0000000..7eedf3b Binary files /dev/null and b/bin/Linux/System.IO.FileSystem.dll differ diff --git a/bin/Linux/System.IO.IsolatedStorage.dll b/bin/Linux/System.IO.IsolatedStorage.dll new file mode 100644 index 0000000..74e6466 Binary files /dev/null and b/bin/Linux/System.IO.IsolatedStorage.dll differ diff --git a/bin/Linux/System.IO.MemoryMappedFiles.dll b/bin/Linux/System.IO.MemoryMappedFiles.dll new file mode 100644 index 0000000..a61ab4c Binary files /dev/null and b/bin/Linux/System.IO.MemoryMappedFiles.dll differ diff --git a/bin/Linux/System.IO.Pipes.AccessControl.dll b/bin/Linux/System.IO.Pipes.AccessControl.dll new file mode 100644 index 0000000..0bc892b Binary files /dev/null and b/bin/Linux/System.IO.Pipes.AccessControl.dll differ diff --git a/bin/Linux/System.IO.Pipes.dll b/bin/Linux/System.IO.Pipes.dll new file mode 100644 index 0000000..1cfe6e1 Binary files /dev/null and b/bin/Linux/System.IO.Pipes.dll differ diff --git a/bin/Linux/System.IO.UnmanagedMemoryStream.dll b/bin/Linux/System.IO.UnmanagedMemoryStream.dll new file mode 100644 index 0000000..7ac7fba Binary files /dev/null and b/bin/Linux/System.IO.UnmanagedMemoryStream.dll differ diff --git a/bin/Linux/System.IO.dll b/bin/Linux/System.IO.dll new file mode 100644 index 0000000..a1649bc Binary files /dev/null and b/bin/Linux/System.IO.dll differ diff --git a/bin/Linux/System.Linq.Expressions.dll b/bin/Linux/System.Linq.Expressions.dll new file mode 100644 index 0000000..c005578 Binary files /dev/null and b/bin/Linux/System.Linq.Expressions.dll differ diff --git a/bin/Linux/System.Linq.Parallel.dll b/bin/Linux/System.Linq.Parallel.dll new file mode 100644 index 0000000..e8d175e Binary files /dev/null and b/bin/Linux/System.Linq.Parallel.dll differ diff --git a/bin/Linux/System.Linq.Queryable.dll b/bin/Linux/System.Linq.Queryable.dll new file mode 100644 index 0000000..4fc22f3 Binary files /dev/null and b/bin/Linux/System.Linq.Queryable.dll differ diff --git a/bin/Linux/System.Linq.dll b/bin/Linux/System.Linq.dll new file mode 100644 index 0000000..6ff756f Binary files /dev/null and b/bin/Linux/System.Linq.dll differ diff --git a/bin/Linux/System.Memory.dll b/bin/Linux/System.Memory.dll new file mode 100644 index 0000000..284676d Binary files /dev/null and b/bin/Linux/System.Memory.dll differ diff --git a/bin/Linux/System.Net.Http.Json.dll b/bin/Linux/System.Net.Http.Json.dll new file mode 100644 index 0000000..87f7023 Binary files /dev/null and b/bin/Linux/System.Net.Http.Json.dll differ diff --git a/bin/Linux/System.Net.Http.dll b/bin/Linux/System.Net.Http.dll new file mode 100644 index 0000000..ebb9468 Binary files /dev/null and b/bin/Linux/System.Net.Http.dll differ diff --git a/bin/Linux/System.Net.HttpListener.dll b/bin/Linux/System.Net.HttpListener.dll new file mode 100644 index 0000000..efdca1c Binary files /dev/null and b/bin/Linux/System.Net.HttpListener.dll differ diff --git a/bin/Linux/System.Net.Mail.dll b/bin/Linux/System.Net.Mail.dll new file mode 100644 index 0000000..c7e3dfd Binary files /dev/null and b/bin/Linux/System.Net.Mail.dll differ diff --git a/bin/Linux/System.Net.NameResolution.dll b/bin/Linux/System.Net.NameResolution.dll new file mode 100644 index 0000000..991e3fe Binary files /dev/null and b/bin/Linux/System.Net.NameResolution.dll differ diff --git a/bin/Linux/System.Net.NetworkInformation.dll b/bin/Linux/System.Net.NetworkInformation.dll new file mode 100644 index 0000000..aba2ac8 Binary files /dev/null and b/bin/Linux/System.Net.NetworkInformation.dll differ diff --git a/bin/Linux/System.Net.Ping.dll b/bin/Linux/System.Net.Ping.dll new file mode 100644 index 0000000..46daf48 Binary files /dev/null and b/bin/Linux/System.Net.Ping.dll differ diff --git a/bin/Linux/System.Net.Primitives.dll b/bin/Linux/System.Net.Primitives.dll new file mode 100644 index 0000000..9a31f7f Binary files /dev/null and b/bin/Linux/System.Net.Primitives.dll differ diff --git a/bin/Linux/System.Net.Quic.dll b/bin/Linux/System.Net.Quic.dll new file mode 100644 index 0000000..37a9986 Binary files /dev/null and b/bin/Linux/System.Net.Quic.dll differ diff --git a/bin/Linux/System.Net.Requests.dll b/bin/Linux/System.Net.Requests.dll new file mode 100644 index 0000000..4d1ca99 Binary files /dev/null and b/bin/Linux/System.Net.Requests.dll differ diff --git a/bin/Linux/System.Net.Security.dll b/bin/Linux/System.Net.Security.dll new file mode 100644 index 0000000..26cbaed Binary files /dev/null and b/bin/Linux/System.Net.Security.dll differ diff --git a/bin/Linux/System.Net.ServicePoint.dll b/bin/Linux/System.Net.ServicePoint.dll new file mode 100644 index 0000000..c095dac Binary files /dev/null and b/bin/Linux/System.Net.ServicePoint.dll differ diff --git a/bin/Linux/System.Net.Sockets.dll b/bin/Linux/System.Net.Sockets.dll new file mode 100644 index 0000000..196b1f7 Binary files /dev/null and b/bin/Linux/System.Net.Sockets.dll differ diff --git a/bin/Linux/System.Net.WebClient.dll b/bin/Linux/System.Net.WebClient.dll new file mode 100644 index 0000000..97b572a Binary files /dev/null and b/bin/Linux/System.Net.WebClient.dll differ diff --git a/bin/Linux/System.Net.WebHeaderCollection.dll b/bin/Linux/System.Net.WebHeaderCollection.dll new file mode 100644 index 0000000..3e85133 Binary files /dev/null and b/bin/Linux/System.Net.WebHeaderCollection.dll differ diff --git a/bin/Linux/System.Net.WebProxy.dll b/bin/Linux/System.Net.WebProxy.dll new file mode 100644 index 0000000..6ca88c2 Binary files /dev/null and b/bin/Linux/System.Net.WebProxy.dll differ diff --git a/bin/Linux/System.Net.WebSockets.Client.dll b/bin/Linux/System.Net.WebSockets.Client.dll new file mode 100644 index 0000000..a55b2cb Binary files /dev/null and b/bin/Linux/System.Net.WebSockets.Client.dll differ diff --git a/bin/Linux/System.Net.WebSockets.dll b/bin/Linux/System.Net.WebSockets.dll new file mode 100644 index 0000000..3ec94fd Binary files /dev/null and b/bin/Linux/System.Net.WebSockets.dll differ diff --git a/bin/Linux/System.Net.dll b/bin/Linux/System.Net.dll new file mode 100644 index 0000000..ff361e7 Binary files /dev/null and b/bin/Linux/System.Net.dll differ diff --git a/bin/Linux/System.Numerics.Vectors.dll b/bin/Linux/System.Numerics.Vectors.dll new file mode 100644 index 0000000..a30d46e Binary files /dev/null and b/bin/Linux/System.Numerics.Vectors.dll differ diff --git a/bin/Linux/System.Numerics.dll b/bin/Linux/System.Numerics.dll new file mode 100644 index 0000000..e730a45 Binary files /dev/null and b/bin/Linux/System.Numerics.dll differ diff --git a/bin/Linux/System.ObjectModel.dll b/bin/Linux/System.ObjectModel.dll new file mode 100644 index 0000000..88620fd Binary files /dev/null and b/bin/Linux/System.ObjectModel.dll differ diff --git a/bin/Linux/System.Private.CoreLib.dll b/bin/Linux/System.Private.CoreLib.dll new file mode 100644 index 0000000..b5cad89 Binary files /dev/null and b/bin/Linux/System.Private.CoreLib.dll differ diff --git a/bin/Linux/System.Private.DataContractSerialization.dll b/bin/Linux/System.Private.DataContractSerialization.dll new file mode 100644 index 0000000..de1fb08 Binary files /dev/null and b/bin/Linux/System.Private.DataContractSerialization.dll differ diff --git a/bin/Linux/System.Private.Uri.dll b/bin/Linux/System.Private.Uri.dll new file mode 100644 index 0000000..001dd8b Binary files /dev/null and b/bin/Linux/System.Private.Uri.dll differ diff --git a/bin/Linux/System.Private.Xml.Linq.dll b/bin/Linux/System.Private.Xml.Linq.dll new file mode 100644 index 0000000..dbc0328 Binary files /dev/null and b/bin/Linux/System.Private.Xml.Linq.dll differ diff --git a/bin/Linux/System.Private.Xml.dll b/bin/Linux/System.Private.Xml.dll new file mode 100644 index 0000000..bd1d989 Binary files /dev/null and b/bin/Linux/System.Private.Xml.dll differ diff --git a/bin/Linux/System.Reflection.DispatchProxy.dll b/bin/Linux/System.Reflection.DispatchProxy.dll new file mode 100644 index 0000000..15ebfcd Binary files /dev/null and b/bin/Linux/System.Reflection.DispatchProxy.dll differ diff --git a/bin/Linux/System.Reflection.Emit.ILGeneration.dll b/bin/Linux/System.Reflection.Emit.ILGeneration.dll new file mode 100644 index 0000000..95eeff3 Binary files /dev/null and b/bin/Linux/System.Reflection.Emit.ILGeneration.dll differ diff --git a/bin/Linux/System.Reflection.Emit.Lightweight.dll b/bin/Linux/System.Reflection.Emit.Lightweight.dll new file mode 100644 index 0000000..1780e4c Binary files /dev/null and b/bin/Linux/System.Reflection.Emit.Lightweight.dll differ diff --git a/bin/Linux/System.Reflection.Emit.dll b/bin/Linux/System.Reflection.Emit.dll new file mode 100644 index 0000000..61e3800 Binary files /dev/null and b/bin/Linux/System.Reflection.Emit.dll differ diff --git a/bin/Linux/System.Reflection.Extensions.dll b/bin/Linux/System.Reflection.Extensions.dll new file mode 100644 index 0000000..ad574f9 Binary files /dev/null and b/bin/Linux/System.Reflection.Extensions.dll differ diff --git a/bin/Linux/System.Reflection.Metadata.dll b/bin/Linux/System.Reflection.Metadata.dll new file mode 100644 index 0000000..4f5d708 Binary files /dev/null and b/bin/Linux/System.Reflection.Metadata.dll differ diff --git a/bin/Linux/System.Reflection.Primitives.dll b/bin/Linux/System.Reflection.Primitives.dll new file mode 100644 index 0000000..c22b962 Binary files /dev/null and b/bin/Linux/System.Reflection.Primitives.dll differ diff --git a/bin/Linux/System.Reflection.TypeExtensions.dll b/bin/Linux/System.Reflection.TypeExtensions.dll new file mode 100644 index 0000000..864089f Binary files /dev/null and b/bin/Linux/System.Reflection.TypeExtensions.dll differ diff --git a/bin/Linux/System.Reflection.dll b/bin/Linux/System.Reflection.dll new file mode 100644 index 0000000..8c8f26a Binary files /dev/null and b/bin/Linux/System.Reflection.dll differ diff --git a/bin/Linux/System.Resources.Reader.dll b/bin/Linux/System.Resources.Reader.dll new file mode 100644 index 0000000..de42541 Binary files /dev/null and b/bin/Linux/System.Resources.Reader.dll differ diff --git a/bin/Linux/System.Resources.ResourceManager.dll b/bin/Linux/System.Resources.ResourceManager.dll new file mode 100644 index 0000000..820cc87 Binary files /dev/null and b/bin/Linux/System.Resources.ResourceManager.dll differ diff --git a/bin/Linux/System.Resources.Writer.dll b/bin/Linux/System.Resources.Writer.dll new file mode 100644 index 0000000..ac8871b Binary files /dev/null and b/bin/Linux/System.Resources.Writer.dll differ diff --git a/bin/Linux/System.Runtime.CompilerServices.Unsafe.dll b/bin/Linux/System.Runtime.CompilerServices.Unsafe.dll new file mode 100644 index 0000000..e7cd6af Binary files /dev/null and b/bin/Linux/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/bin/Linux/System.Runtime.CompilerServices.VisualC.dll b/bin/Linux/System.Runtime.CompilerServices.VisualC.dll new file mode 100644 index 0000000..f62e8f8 Binary files /dev/null and b/bin/Linux/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/bin/Linux/System.Runtime.Extensions.dll b/bin/Linux/System.Runtime.Extensions.dll new file mode 100644 index 0000000..92f1ba4 Binary files /dev/null and b/bin/Linux/System.Runtime.Extensions.dll differ diff --git a/bin/Linux/System.Runtime.Handles.dll b/bin/Linux/System.Runtime.Handles.dll new file mode 100644 index 0000000..81dd7b6 Binary files /dev/null and b/bin/Linux/System.Runtime.Handles.dll differ diff --git a/bin/Linux/System.Runtime.InteropServices.JavaScript.dll b/bin/Linux/System.Runtime.InteropServices.JavaScript.dll new file mode 100644 index 0000000..413fbf8 Binary files /dev/null and b/bin/Linux/System.Runtime.InteropServices.JavaScript.dll differ diff --git a/bin/Linux/System.Runtime.InteropServices.RuntimeInformation.dll b/bin/Linux/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100644 index 0000000..13cdfcd Binary files /dev/null and b/bin/Linux/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/bin/Linux/System.Runtime.InteropServices.dll b/bin/Linux/System.Runtime.InteropServices.dll new file mode 100644 index 0000000..d5cf088 Binary files /dev/null and b/bin/Linux/System.Runtime.InteropServices.dll differ diff --git a/bin/Linux/System.Runtime.Intrinsics.dll b/bin/Linux/System.Runtime.Intrinsics.dll new file mode 100644 index 0000000..0a7f171 Binary files /dev/null and b/bin/Linux/System.Runtime.Intrinsics.dll differ diff --git a/bin/Linux/System.Runtime.Loader.dll b/bin/Linux/System.Runtime.Loader.dll new file mode 100644 index 0000000..5e851b3 Binary files /dev/null and b/bin/Linux/System.Runtime.Loader.dll differ diff --git a/bin/Linux/System.Runtime.Numerics.dll b/bin/Linux/System.Runtime.Numerics.dll new file mode 100644 index 0000000..986ffaa Binary files /dev/null and b/bin/Linux/System.Runtime.Numerics.dll differ diff --git a/bin/Linux/System.Runtime.Serialization.Formatters.dll b/bin/Linux/System.Runtime.Serialization.Formatters.dll new file mode 100644 index 0000000..0f05b9f Binary files /dev/null and b/bin/Linux/System.Runtime.Serialization.Formatters.dll differ diff --git a/bin/Linux/System.Runtime.Serialization.Json.dll b/bin/Linux/System.Runtime.Serialization.Json.dll new file mode 100644 index 0000000..cd59620 Binary files /dev/null and b/bin/Linux/System.Runtime.Serialization.Json.dll differ diff --git a/bin/Linux/System.Runtime.Serialization.Primitives.dll b/bin/Linux/System.Runtime.Serialization.Primitives.dll new file mode 100644 index 0000000..2160314 Binary files /dev/null and b/bin/Linux/System.Runtime.Serialization.Primitives.dll differ diff --git a/bin/Linux/System.Runtime.Serialization.Xml.dll b/bin/Linux/System.Runtime.Serialization.Xml.dll new file mode 100644 index 0000000..5568c97 Binary files /dev/null and b/bin/Linux/System.Runtime.Serialization.Xml.dll differ diff --git a/bin/Linux/System.Runtime.Serialization.dll b/bin/Linux/System.Runtime.Serialization.dll new file mode 100644 index 0000000..488d50c Binary files /dev/null and b/bin/Linux/System.Runtime.Serialization.dll differ diff --git a/bin/Linux/System.Runtime.dll b/bin/Linux/System.Runtime.dll new file mode 100644 index 0000000..fba9913 Binary files /dev/null and b/bin/Linux/System.Runtime.dll differ diff --git a/bin/Linux/System.Security.AccessControl.dll b/bin/Linux/System.Security.AccessControl.dll new file mode 100644 index 0000000..c0e7ce8 Binary files /dev/null and b/bin/Linux/System.Security.AccessControl.dll differ diff --git a/bin/Linux/System.Security.Claims.dll b/bin/Linux/System.Security.Claims.dll new file mode 100644 index 0000000..d5de424 Binary files /dev/null and b/bin/Linux/System.Security.Claims.dll differ diff --git a/bin/Linux/System.Security.Cryptography.Algorithms.dll b/bin/Linux/System.Security.Cryptography.Algorithms.dll new file mode 100644 index 0000000..efede89 Binary files /dev/null and b/bin/Linux/System.Security.Cryptography.Algorithms.dll differ diff --git a/bin/Linux/System.Security.Cryptography.Cng.dll b/bin/Linux/System.Security.Cryptography.Cng.dll new file mode 100644 index 0000000..ce31587 Binary files /dev/null and b/bin/Linux/System.Security.Cryptography.Cng.dll differ diff --git a/bin/Linux/System.Security.Cryptography.Csp.dll b/bin/Linux/System.Security.Cryptography.Csp.dll new file mode 100644 index 0000000..c2d7b46 Binary files /dev/null and b/bin/Linux/System.Security.Cryptography.Csp.dll differ diff --git a/bin/Linux/System.Security.Cryptography.Encoding.dll b/bin/Linux/System.Security.Cryptography.Encoding.dll new file mode 100644 index 0000000..2a94809 Binary files /dev/null and b/bin/Linux/System.Security.Cryptography.Encoding.dll differ diff --git a/bin/Linux/System.Security.Cryptography.OpenSsl.dll b/bin/Linux/System.Security.Cryptography.OpenSsl.dll new file mode 100644 index 0000000..e6377bd Binary files /dev/null and b/bin/Linux/System.Security.Cryptography.OpenSsl.dll differ diff --git a/bin/System.Security.Cryptography.Pkcs.dll b/bin/Linux/System.Security.Cryptography.Pkcs.dll similarity index 100% rename from bin/System.Security.Cryptography.Pkcs.dll rename to bin/Linux/System.Security.Cryptography.Pkcs.dll diff --git a/bin/Linux/System.Security.Cryptography.Primitives.dll b/bin/Linux/System.Security.Cryptography.Primitives.dll new file mode 100644 index 0000000..705a2b3 Binary files /dev/null and b/bin/Linux/System.Security.Cryptography.Primitives.dll differ diff --git a/bin/Linux/System.Security.Cryptography.X509Certificates.dll b/bin/Linux/System.Security.Cryptography.X509Certificates.dll new file mode 100644 index 0000000..7bdee37 Binary files /dev/null and b/bin/Linux/System.Security.Cryptography.X509Certificates.dll differ diff --git a/bin/Linux/System.Security.Cryptography.dll b/bin/Linux/System.Security.Cryptography.dll new file mode 100644 index 0000000..7b35e3b Binary files /dev/null and b/bin/Linux/System.Security.Cryptography.dll differ diff --git a/bin/Linux/System.Security.Principal.Windows.dll b/bin/Linux/System.Security.Principal.Windows.dll new file mode 100644 index 0000000..c4ed957 Binary files /dev/null and b/bin/Linux/System.Security.Principal.Windows.dll differ diff --git a/bin/Linux/System.Security.Principal.dll b/bin/Linux/System.Security.Principal.dll new file mode 100644 index 0000000..69d0525 Binary files /dev/null and b/bin/Linux/System.Security.Principal.dll differ diff --git a/bin/Linux/System.Security.SecureString.dll b/bin/Linux/System.Security.SecureString.dll new file mode 100644 index 0000000..650ce58 Binary files /dev/null and b/bin/Linux/System.Security.SecureString.dll differ diff --git a/bin/Linux/System.Security.dll b/bin/Linux/System.Security.dll new file mode 100644 index 0000000..f1ec8a0 Binary files /dev/null and b/bin/Linux/System.Security.dll differ diff --git a/bin/Linux/System.ServiceModel.Web.dll b/bin/Linux/System.ServiceModel.Web.dll new file mode 100644 index 0000000..7a02925 Binary files /dev/null and b/bin/Linux/System.ServiceModel.Web.dll differ diff --git a/bin/Linux/System.ServiceProcess.dll b/bin/Linux/System.ServiceProcess.dll new file mode 100644 index 0000000..dfc2fe9 Binary files /dev/null and b/bin/Linux/System.ServiceProcess.dll differ diff --git a/bin/Linux/System.Text.Encoding.CodePages.dll b/bin/Linux/System.Text.Encoding.CodePages.dll new file mode 100644 index 0000000..e647c19 Binary files /dev/null and b/bin/Linux/System.Text.Encoding.CodePages.dll differ diff --git a/bin/Linux/System.Text.Encoding.Extensions.dll b/bin/Linux/System.Text.Encoding.Extensions.dll new file mode 100644 index 0000000..f62d975 Binary files /dev/null and b/bin/Linux/System.Text.Encoding.Extensions.dll differ diff --git a/bin/Linux/System.Text.Encoding.dll b/bin/Linux/System.Text.Encoding.dll new file mode 100644 index 0000000..4eb392f Binary files /dev/null and b/bin/Linux/System.Text.Encoding.dll differ diff --git a/bin/Linux/System.Text.Encodings.Web.dll b/bin/Linux/System.Text.Encodings.Web.dll new file mode 100644 index 0000000..ffc3364 Binary files /dev/null and b/bin/Linux/System.Text.Encodings.Web.dll differ diff --git a/bin/Linux/System.Text.Json.dll b/bin/Linux/System.Text.Json.dll new file mode 100644 index 0000000..d90d455 Binary files /dev/null and b/bin/Linux/System.Text.Json.dll differ diff --git a/bin/Linux/System.Text.RegularExpressions.dll b/bin/Linux/System.Text.RegularExpressions.dll new file mode 100644 index 0000000..4cf9785 Binary files /dev/null and b/bin/Linux/System.Text.RegularExpressions.dll differ diff --git a/bin/Linux/System.Threading.Channels.dll b/bin/Linux/System.Threading.Channels.dll new file mode 100644 index 0000000..ac10809 Binary files /dev/null and b/bin/Linux/System.Threading.Channels.dll differ diff --git a/bin/Linux/System.Threading.Overlapped.dll b/bin/Linux/System.Threading.Overlapped.dll new file mode 100644 index 0000000..4d9266c Binary files /dev/null and b/bin/Linux/System.Threading.Overlapped.dll differ diff --git a/bin/Linux/System.Threading.Tasks.Dataflow.dll b/bin/Linux/System.Threading.Tasks.Dataflow.dll new file mode 100644 index 0000000..b2ad028 Binary files /dev/null and b/bin/Linux/System.Threading.Tasks.Dataflow.dll differ diff --git a/bin/Linux/System.Threading.Tasks.Extensions.dll b/bin/Linux/System.Threading.Tasks.Extensions.dll new file mode 100644 index 0000000..ae74e1f Binary files /dev/null and b/bin/Linux/System.Threading.Tasks.Extensions.dll differ diff --git a/bin/Linux/System.Threading.Tasks.Parallel.dll b/bin/Linux/System.Threading.Tasks.Parallel.dll new file mode 100644 index 0000000..1c2cd99 Binary files /dev/null and b/bin/Linux/System.Threading.Tasks.Parallel.dll differ diff --git a/bin/Linux/System.Threading.Tasks.dll b/bin/Linux/System.Threading.Tasks.dll new file mode 100644 index 0000000..b056a1d Binary files /dev/null and b/bin/Linux/System.Threading.Tasks.dll differ diff --git a/bin/Linux/System.Threading.Thread.dll b/bin/Linux/System.Threading.Thread.dll new file mode 100644 index 0000000..04113ec Binary files /dev/null and b/bin/Linux/System.Threading.Thread.dll differ diff --git a/bin/Linux/System.Threading.ThreadPool.dll b/bin/Linux/System.Threading.ThreadPool.dll new file mode 100644 index 0000000..b1bd147 Binary files /dev/null and b/bin/Linux/System.Threading.ThreadPool.dll differ diff --git a/bin/Linux/System.Threading.Timer.dll b/bin/Linux/System.Threading.Timer.dll new file mode 100644 index 0000000..d753064 Binary files /dev/null and b/bin/Linux/System.Threading.Timer.dll differ diff --git a/bin/Linux/System.Threading.dll b/bin/Linux/System.Threading.dll new file mode 100644 index 0000000..271dbf0 Binary files /dev/null and b/bin/Linux/System.Threading.dll differ diff --git a/bin/Linux/System.Transactions.Local.dll b/bin/Linux/System.Transactions.Local.dll new file mode 100644 index 0000000..dca20a8 Binary files /dev/null and b/bin/Linux/System.Transactions.Local.dll differ diff --git a/bin/Linux/System.Transactions.dll b/bin/Linux/System.Transactions.dll new file mode 100644 index 0000000..75d2b58 Binary files /dev/null and b/bin/Linux/System.Transactions.dll differ diff --git a/bin/Linux/System.ValueTuple.dll b/bin/Linux/System.ValueTuple.dll new file mode 100644 index 0000000..44a90e8 Binary files /dev/null and b/bin/Linux/System.ValueTuple.dll differ diff --git a/bin/Linux/System.Web.HttpUtility.dll b/bin/Linux/System.Web.HttpUtility.dll new file mode 100644 index 0000000..aad3cde Binary files /dev/null and b/bin/Linux/System.Web.HttpUtility.dll differ diff --git a/bin/Linux/System.Web.dll b/bin/Linux/System.Web.dll new file mode 100644 index 0000000..b56a0b4 Binary files /dev/null and b/bin/Linux/System.Web.dll differ diff --git a/bin/Linux/System.Windows.dll b/bin/Linux/System.Windows.dll new file mode 100644 index 0000000..a1388fc Binary files /dev/null and b/bin/Linux/System.Windows.dll differ diff --git a/bin/Linux/System.Xml.Linq.dll b/bin/Linux/System.Xml.Linq.dll new file mode 100644 index 0000000..078b33f Binary files /dev/null and b/bin/Linux/System.Xml.Linq.dll differ diff --git a/bin/Linux/System.Xml.ReaderWriter.dll b/bin/Linux/System.Xml.ReaderWriter.dll new file mode 100644 index 0000000..2570cf7 Binary files /dev/null and b/bin/Linux/System.Xml.ReaderWriter.dll differ diff --git a/bin/Linux/System.Xml.Serialization.dll b/bin/Linux/System.Xml.Serialization.dll new file mode 100644 index 0000000..b050353 Binary files /dev/null and b/bin/Linux/System.Xml.Serialization.dll differ diff --git a/bin/Linux/System.Xml.XDocument.dll b/bin/Linux/System.Xml.XDocument.dll new file mode 100644 index 0000000..12cc3c2 Binary files /dev/null and b/bin/Linux/System.Xml.XDocument.dll differ diff --git a/bin/Linux/System.Xml.XPath.XDocument.dll b/bin/Linux/System.Xml.XPath.XDocument.dll new file mode 100644 index 0000000..ac8920a Binary files /dev/null and b/bin/Linux/System.Xml.XPath.XDocument.dll differ diff --git a/bin/Linux/System.Xml.XPath.dll b/bin/Linux/System.Xml.XPath.dll new file mode 100644 index 0000000..f4bc0e0 Binary files /dev/null and b/bin/Linux/System.Xml.XPath.dll differ diff --git a/bin/Linux/System.Xml.XmlDocument.dll b/bin/Linux/System.Xml.XmlDocument.dll new file mode 100644 index 0000000..9771c49 Binary files /dev/null and b/bin/Linux/System.Xml.XmlDocument.dll differ diff --git a/bin/Linux/System.Xml.XmlSerializer.dll b/bin/Linux/System.Xml.XmlSerializer.dll new file mode 100644 index 0000000..ed1fed8 Binary files /dev/null and b/bin/Linux/System.Xml.XmlSerializer.dll differ diff --git a/bin/Linux/System.Xml.dll b/bin/Linux/System.Xml.dll new file mode 100644 index 0000000..b22c86e Binary files /dev/null and b/bin/Linux/System.Xml.dll differ diff --git a/bin/Linux/System.dll b/bin/Linux/System.dll new file mode 100644 index 0000000..26db9ad Binary files /dev/null and b/bin/Linux/System.dll differ diff --git a/bin/Validation.dll b/bin/Linux/Validation.dll similarity index 100% rename from bin/Validation.dll rename to bin/Linux/Validation.dll diff --git a/bin/Linux/WindowsBase.dll b/bin/Linux/WindowsBase.dll new file mode 100644 index 0000000..59c37c5 Binary files /dev/null and b/bin/Linux/WindowsBase.dll differ diff --git a/bin/Xunit.SkippableFact.dll b/bin/Linux/Xunit.SkippableFact.dll similarity index 100% rename from bin/Xunit.SkippableFact.dll rename to bin/Linux/Xunit.SkippableFact.dll diff --git a/bin/Linux/XvirusCLI b/bin/Linux/XvirusCLI new file mode 100644 index 0000000..0605623 Binary files /dev/null and b/bin/Linux/XvirusCLI differ diff --git a/bin/Linux/XvirusCLI.deps.json b/bin/Linux/XvirusCLI.deps.json new file mode 100644 index 0000000..3070feb --- /dev/null +++ b/bin/Linux/XvirusCLI.deps.json @@ -0,0 +1,5031 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0/linux-x64", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": {}, + ".NETCoreApp,Version=v7.0/linux-x64": { + "XvirusCLI/4.1.0.0": { + "dependencies": { + "XvirusSDK": "4.1.0", + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64": "7.0.0" + }, + "runtime": { + "XvirusCLI.dll": {} + } + }, + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/7.0.0": { + "runtime": { + "Microsoft.CSharp.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "Microsoft.VisualBasic.Core.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.0.22.51805" + }, + "Microsoft.VisualBasic.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.AppContext.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Buffers.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Collections.Specialized.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Collections.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.Annotations.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.DataAnnotations.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.EventBasedAsync.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.TypeConverter.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Configuration.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Console.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Data.Common.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Data.DataSetExtensions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Data.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.Contracts.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.Debug.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.FileVersionInfo.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.TextWriterTraceListener.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.Tools.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.TraceSource.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.Tracing.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Drawing.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Drawing.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Dynamic.Runtime.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Formats.Asn1.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Formats.Tar.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Globalization.Calendars.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Globalization.Extensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Globalization.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Compression.Brotli.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Compression.FileSystem.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Compression.ZipFile.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.FileSystem.AccessControl.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.FileSystem.DriveInfo.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.FileSystem.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.FileSystem.Watcher.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.IsolatedStorage.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Pipes.AccessControl.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Pipes.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.UnmanagedMemoryStream.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Linq.Expressions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Linq.Parallel.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Linq.Queryable.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Linq.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Memory.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Http.Json.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Http.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.HttpListener.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Mail.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.NameResolution.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.NetworkInformation.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Ping.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Requests.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Security.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.ServicePoint.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Sockets.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.WebClient.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.WebHeaderCollection.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.WebProxy.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.WebSockets.Client.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.WebSockets.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Numerics.Vectors.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Numerics.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Private.CoreLib.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Private.DataContractSerialization.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Private.Uri.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Private.Xml.Linq.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Private.Xml.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.DispatchProxy.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Emit.ILGeneration.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Emit.Lightweight.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Emit.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Extensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.TypeExtensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Resources.Reader.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Resources.ResourceManager.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Resources.Writer.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.CompilerServices.VisualC.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Extensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Handles.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.InteropServices.JavaScript.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.InteropServices.RuntimeInformation.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.InteropServices.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Intrinsics.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Loader.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Numerics.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Serialization.Json.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Serialization.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Serialization.Xml.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.AccessControl.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Claims.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.Algorithms.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.Cng.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.Csp.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.Encoding.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.OpenSsl.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.X509Certificates.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Principal.Windows.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Principal.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.SecureString.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ServiceModel.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ServiceProcess.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.Encoding.CodePages.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.Encoding.Extensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.Encoding.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.Encodings.Web.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.Json.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.RegularExpressions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Channels.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Overlapped.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Tasks.Dataflow.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Tasks.Extensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Tasks.Parallel.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Tasks.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Thread.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.ThreadPool.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Timer.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Transactions.Local.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Transactions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ValueTuple.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Web.HttpUtility.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Windows.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.Linq.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.ReaderWriter.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.XDocument.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.XPath.XDocument.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.XPath.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.XmlDocument.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.XmlSerializer.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "WindowsBase.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "mscorlib.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "netstandard.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "7.0.22.51805" + } + }, + "native": { + "createdump": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Globalization.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.IO.Compression.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Net.Security.Native.so": { + "fileVersion": "0.0.0.0" + }, + "libSystem.Security.Cryptography.Native.OpenSsl.so": { + "fileVersion": "0.0.0.0" + }, + "libclrgc.so": { + "fileVersion": "0.0.0.0" + }, + "libclrjit.so": { + "fileVersion": "0.0.0.0" + }, + "libcoreclr.so": { + "fileVersion": "0.0.0.0" + }, + "libcoreclrtraceptprovider.so": { + "fileVersion": "0.0.0.0" + }, + "libhostfxr.so": { + "fileVersion": "0.0.0.0" + }, + "libhostpolicy.so": { + "fileVersion": "0.0.0.0" + }, + "libmscordaccore.so": { + "fileVersion": "0.0.0.0" + }, + "libmscordbi.so": { + "fileVersion": "0.0.0.0" + } + } + }, + "Microsoft.CSharp/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "Microsoft.ML/1.7.1": { + "dependencies": { + "Microsoft.ML.CpuMath": "1.7.1", + "Microsoft.ML.DataView": "1.7.1", + "Newtonsoft.Json": "10.0.3", + "System.CodeDom": "4.4.0", + "System.Collections.Immutable": "1.5.0", + "System.Memory": "4.5.3", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Threading.Channels": "4.7.1" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.ML.Core.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.700.122.15804" + }, + "lib/netstandard2.0/Microsoft.ML.Data.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.700.122.15804" + }, + "lib/netstandard2.0/Microsoft.ML.KMeansClustering.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.700.122.15804" + }, + "lib/netstandard2.0/Microsoft.ML.PCA.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.700.122.15804" + }, + "lib/netstandard2.0/Microsoft.ML.StandardTrainers.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.700.122.15804" + }, + "lib/netstandard2.0/Microsoft.ML.Transforms.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.700.122.15804" + }, + "lib/netstandard2.0/Microsoft.ML.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.700.122.15804" + } + }, + "native": { + "runtimes/linux-x64/native/libLdaNative.so": { + "fileVersion": "0.0.0.0" + } + } + }, + "Microsoft.ML.CpuMath/1.7.1": { + "runtime": { + "lib/netcoreapp3.1/Microsoft.ML.CpuMath.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.700.122.15804" + } + } + }, + "Microsoft.ML.DataView/1.7.1": { + "dependencies": { + "System.Collections.Immutable": "1.5.0", + "System.Memory": "4.5.3" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.ML.DataView.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.700.122.15804" + } + } + }, + "Microsoft.ML.FastTree/1.7.1": { + "dependencies": { + "Microsoft.ML": "1.7.1" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.ML.FastTree.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.700.122.15804" + } + }, + "native": { + "runtimes/linux-x64/native/libFastTreeNative.so": { + "fileVersion": "0.0.0.0" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.0": {}, + "Microsoft.NETCore.Targets/1.1.0": {}, + "Microsoft.Win32.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.unix.Microsoft.Win32.Primitives": "4.3.0" + } + }, + "NETStandard.Library/1.6.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/10.0.3": { + "dependencies": { + "Microsoft.CSharp": "4.3.0", + "NETStandard.Library": "1.6.1", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Runtime.Serialization.Formatters": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Xml.XmlDocument": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/Newtonsoft.Json.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "10.0.3.21018" + } + } + }, + "PeNet/1.6.1": { + "dependencies": { + "PeNet.Asn1": "1.3.3", + "System.Security.Cryptography.Pkcs": "4.7.0", + "Xunit.SkippableFact": "1.3.12" + }, + "runtime": { + "lib/netstandard2.1/PeNet.dll": { + "assemblyVersion": "1.6.1.0", + "fileVersion": "1.6.1.0" + } + } + }, + "PeNet.Asn1/1.3.3": { + "runtime": { + "lib/netstandard2.0/PeNet.Asn1.dll": { + "assemblyVersion": "1.3.3.0", + "fileVersion": "1.3.3.0" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "runtime.any.System.Diagnostics.Tools/4.3.0": {}, + "runtime.any.System.Diagnostics.Tracing/4.3.0": {}, + "runtime.any.System.Globalization/4.3.0": {}, + "runtime.any.System.Globalization.Calendars/4.3.0": {}, + "runtime.any.System.IO/4.3.0": {}, + "runtime.any.System.Reflection/4.3.0": {}, + "runtime.any.System.Reflection.Extensions/4.3.0": {}, + "runtime.any.System.Reflection.Primitives/4.3.0": {}, + "runtime.any.System.Resources.ResourceManager/4.3.0": {}, + "runtime.any.System.Runtime/4.3.0": { + "dependencies": { + "System.Private.Uri": "4.3.0" + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": {}, + "runtime.any.System.Runtime.InteropServices/4.3.0": {}, + "runtime.any.System.Text.Encoding/4.3.0": {}, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": {}, + "runtime.any.System.Threading.Tasks/4.3.0": {}, + "runtime.any.System.Threading.Timer/4.3.0": {}, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.native.System/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.IO.Compression/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.Net.Http/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "dependencies": { + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.unix.Microsoft.Win32.Primitives/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "runtime.unix.System.Console/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "runtime.unix.System.Diagnostics.Debug/4.3.0": { + "dependencies": { + "runtime.native.System": "4.3.0" + } + }, + "runtime.unix.System.IO.FileSystem/4.3.0": { + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "runtime.unix.System.Net.Primitives/4.3.0": { + "dependencies": { + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "runtime.unix.System.Net.Sockets/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "runtime.unix.System.Private.Uri/4.3.0": { + "dependencies": { + "runtime.native.System": "4.3.0" + } + }, + "runtime.unix.System.Runtime.Extensions/4.3.0": { + "dependencies": { + "System.Private.Uri": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.AppContext/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Buffers/4.3.0": { + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.CodeDom/4.4.0": { + "runtime": { + "lib/netstandard2.0/System.CodeDom.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.6.25519.3" + } + } + }, + "System.Collections/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" + } + }, + "System.Collections.Concurrent/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Collections.Immutable/1.5.0": {}, + "System.Collections.NonGeneric/4.3.0": { + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Collections.Specialized/4.3.0": { + "dependencies": { + "System.Collections.NonGeneric": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.ComponentModel/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Collections.NonGeneric": "4.3.0", + "System.Collections.Specialized": "4.3.0", + "System.ComponentModel": "4.3.0", + "System.ComponentModel.Primitives": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Console/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.unix.System.Console": "4.3.0" + } + }, + "System.Diagnostics.Debug/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.unix.System.Diagnostics.Debug": "4.3.0" + } + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Diagnostics.Tools/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tools": "4.3.0" + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + } + }, + "System.Dynamic.Runtime/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Globalization/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" + } + }, + "System.Globalization.Calendars/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization.Calendars": "4.3.0" + } + }, + "System.Globalization.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + } + }, + "System.IO/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" + } + }, + "System.IO.Compression/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" + } + }, + "System.IO.Compression.ZipFile/4.3.0": { + "dependencies": { + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0" + } + }, + "System.IO.FileSystem/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.unix.System.IO.FileSystem": "4.3.0" + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Linq/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + } + }, + "System.Linq.Expressions/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Memory/4.5.3": {}, + "System.Net.Http/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Net.NameResolution/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "System.Net.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.unix.System.Net.Primitives": "4.3.0" + } + }, + "System.Net.Sockets/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.unix.System.Net.Sockets": "4.3.0" + } + }, + "System.ObjectModel/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Private.Uri/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.unix.System.Private.Uri": "4.3.0" + } + }, + "System.Reflection/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" + } + }, + "System.Reflection.Emit/4.3.0": { + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" + } + }, + "System.Reflection.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Resources.ResourceManager/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + } + }, + "System.Runtime/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.any.System.Runtime": "4.3.0" + } + }, + "System.Runtime.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.unix.System.Runtime.Extensions": "4.3.0" + } + }, + "System.Runtime.Handles/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Runtime.Handles": "4.3.0" + } + }, + "System.Runtime.InteropServices/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "System.Runtime.Numerics/4.3.0": { + "dependencies": { + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + } + }, + "System.Runtime.Serialization.Formatters/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0" + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Security.Claims/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Security.Principal": "4.3.0" + } + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.Apple": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Security.Cryptography.Cng/4.7.0": {}, + "System.Security.Cryptography.Csp/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Security.Cryptography.Pkcs/4.7.0": { + "dependencies": { + "System.Security.Cryptography.Cng": "4.7.0" + }, + "runtime": { + "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { + "assemblyVersion": "4.1.1.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.7.0", + "System.Security.Cryptography.Csp": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Security.Principal/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Security.Principal.Windows/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Claims": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Text.Encoding/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Text.Encoding": "4.3.0" + } + }, + "System.Text.Encoding.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + } + }, + "System.Text.RegularExpressions/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Threading/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Threading.Channels/4.7.1": {}, + "System.Threading.Tasks/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Tasks": "4.3.0" + } + }, + "System.Threading.Tasks.Extensions/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Threading.ThreadPool/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + } + }, + "System.Threading.Timer/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Timer": "4.3.0" + } + }, + "System.Xml.ReaderWriter/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" + } + }, + "System.Xml.XDocument/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + } + }, + "System.Xml.XmlDocument/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + } + }, + "Validation/2.4.18": { + "runtime": { + "lib/netstandard1.3/Validation.dll": { + "assemblyVersion": "2.4.0.0", + "fileVersion": "2.4.18.58985" + } + } + }, + "xunit.abstractions/2.0.2": { + "runtime": { + "lib/netstandard2.0/xunit.abstractions.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" + } + } + }, + "xunit.extensibility.core/2.4.0": { + "dependencies": { + "xunit.abstractions": "2.0.2" + }, + "runtime": { + "lib/netstandard2.0/xunit.core.dll": { + "assemblyVersion": "2.4.0.4049", + "fileVersion": "2.4.0.4049" + } + } + }, + "xunit.extensibility.execution/2.4.0": { + "dependencies": { + "xunit.extensibility.core": "2.4.0" + }, + "runtime": { + "lib/netstandard2.0/xunit.execution.dotnet.dll": { + "assemblyVersion": "2.4.0.4049", + "fileVersion": "2.4.0.4049" + } + } + }, + "Xunit.SkippableFact/1.3.12": { + "dependencies": { + "Validation": "2.4.18", + "xunit.extensibility.execution": "2.4.0" + }, + "runtime": { + "lib/netstandard1.1/Xunit.SkippableFact.dll": { + "assemblyVersion": "1.3.0.0", + "fileVersion": "1.3.12.62151" + } + } + }, + "BaseLibrary/1.0.0": { + "dependencies": { + "Microsoft.ML": "1.7.1", + "Microsoft.ML.FastTree": "1.7.1", + "PeNet": "1.6.1" + }, + "runtime": { + "BaseLibrary.dll": {} + } + }, + "XvirusSDK/4.1.0": { + "dependencies": { + "BaseLibrary": "1.0.0" + }, + "runtime": { + "XvirusSDK.dll": {} + } + } + } + }, + "libraries": { + "XvirusCLI/4.1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/7.0.0": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, + "Microsoft.CSharp/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==", + "path": "microsoft.csharp/4.3.0", + "hashPath": "microsoft.csharp.4.3.0.nupkg.sha512" + }, + "Microsoft.ML/1.7.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-t33nUR6A8VwYMInbsEM5eSGJaHWdScikAX7mER0Yh0H4e85W7FRw0KBlCixHHuivSF2y7ez+2IGpfb2PUgVVow==", + "path": "microsoft.ml/1.7.1", + "hashPath": "microsoft.ml.1.7.1.nupkg.sha512" + }, + "Microsoft.ML.CpuMath/1.7.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kkUm/o1pBFAtRI+5LRwtJpvXhf8l8YyeQ8OYZNkTGrn5exn5C3YrwrRRX3fDz7yPPKA38XY4EPy2WVltArO0aw==", + "path": "microsoft.ml.cpumath/1.7.1", + "hashPath": "microsoft.ml.cpumath.1.7.1.nupkg.sha512" + }, + "Microsoft.ML.DataView/1.7.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-j7BwSzNJUjxI8aSkzv4yCi0/kem1mYFVWiuLQcG0vcMEs3BNqvkunt+qdRmUMYuPY7/9AK22a70laAxjcJ2GGA==", + "path": "microsoft.ml.dataview/1.7.1", + "hashPath": "microsoft.ml.dataview.1.7.1.nupkg.sha512" + }, + "Microsoft.ML.FastTree/1.7.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xg0UW0fq6ZuaxIeAS5osgIX4Nb8xyk6UBD/Ier3mhGRdU5mnhF7Nhv5KHhy2NXRA8o9JzLfl2ocVU9zT6D9EYw==", + "path": "microsoft.ml.fasttree/1.7.1", + "hashPath": "microsoft.ml.fasttree.1.7.1.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "path": "microsoft.netcore.platforms/1.1.0", + "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "path": "microsoft.netcore.targets/1.1.0", + "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" + }, + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "path": "microsoft.win32.primitives/4.3.0", + "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", + "path": "netstandard.library/1.6.1", + "hashPath": "netstandard.library.1.6.1.nupkg.sha512" + }, + "Newtonsoft.Json/10.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hSXaFmh7hNCuEoC4XNY5DrRkLDzYHqPx/Ik23R4J86Z7PE/Y6YidhG602dFVdLBRSdG6xp9NabH3dXpcoxWvww==", + "path": "newtonsoft.json/10.0.3", + "hashPath": "newtonsoft.json.10.0.3.nupkg.sha512" + }, + "PeNet/1.6.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NfFlOVZuetdzehtEUdR8an//MY2Cwgqz6Fq4tv17OSWVZ9tePGf5KowZjCuxmNYEk4krOMuzZNQzJAJMTFA8/Q==", + "path": "penet/1.6.1", + "hashPath": "penet.1.6.1.nupkg.sha512" + }, + "PeNet.Asn1/1.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dMTDIg4HVBMFCEratwsyifz1NALlxI9JSJna025c3PzX8aECOTcIYdxFcG8R70ndUQx/vTYWT8GMjKMj4QeWuw==", + "path": "penet.asn1/1.3.3", + "hashPath": "penet.asn1.1.3.3.nupkg.sha512" + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", + "path": "runtime.any.system.collections/4.3.0", + "hashPath": "runtime.any.system.collections.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Diagnostics.Tools/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==", + "path": "runtime.any.system.diagnostics.tools/4.3.0", + "hashPath": "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", + "path": "runtime.any.system.diagnostics.tracing/4.3.0", + "hashPath": "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", + "path": "runtime.any.system.globalization/4.3.0", + "hashPath": "runtime.any.system.globalization.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Globalization.Calendars/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==", + "path": "runtime.any.system.globalization.calendars/4.3.0", + "hashPath": "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512" + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", + "path": "runtime.any.system.io/4.3.0", + "hashPath": "runtime.any.system.io.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", + "path": "runtime.any.system.reflection/4.3.0", + "hashPath": "runtime.any.system.reflection.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", + "path": "runtime.any.system.reflection.extensions/4.3.0", + "hashPath": "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", + "path": "runtime.any.system.reflection.primitives/4.3.0", + "hashPath": "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", + "path": "runtime.any.system.resources.resourcemanager/4.3.0", + "hashPath": "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", + "path": "runtime.any.system.runtime/4.3.0", + "hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", + "path": "runtime.any.system.runtime.handles/4.3.0", + "hashPath": "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", + "path": "runtime.any.system.runtime.interopservices/4.3.0", + "hashPath": "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", + "path": "runtime.any.system.text.encoding/4.3.0", + "hashPath": "runtime.any.system.text.encoding.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", + "path": "runtime.any.system.text.encoding.extensions/4.3.0", + "hashPath": "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", + "path": "runtime.any.system.threading.tasks/4.3.0", + "hashPath": "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Threading.Timer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==", + "path": "runtime.any.system.threading.timer/4.3.0", + "hashPath": "runtime.any.system.threading.timer.4.3.0.nupkg.sha512" + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", + "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", + "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", + "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.native.System/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "path": "runtime.native.system/4.3.0", + "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "path": "runtime.native.system.io.compression/4.3.0", + "hashPath": "runtime.native.system.io.compression.4.3.0.nupkg.sha512" + }, + "runtime.native.System.Net.Http/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", + "path": "runtime.native.system.net.http/4.3.0", + "hashPath": "runtime.native.system.net.http.4.3.0.nupkg.sha512" + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "hashPath": "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", + "path": "runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", + "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", + "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", + "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", + "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", + "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", + "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", + "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "runtime.unix.Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2mI2Mfq+CVatgr4RWGvAWBjoCfUafy6VNFU7G9OA52DjO8x/okfIbsEq2UPgeGfdpO7X5gmPXKT8slx0tn0Mhw==", + "path": "runtime.unix.microsoft.win32.primitives/4.3.0", + "hashPath": "runtime.unix.microsoft.win32.primitives.4.3.0.nupkg.sha512" + }, + "runtime.unix.System.Console/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JSEiU9EvE2vJTHUuHnSg9le8XDbvZmjZ/3PhLviICzY1TTDE7c/uNYVtE9qTA9PAOZsqccy5lxvfaZOeBhT3tA==", + "path": "runtime.unix.system.console/4.3.0", + "hashPath": "runtime.unix.system.console.4.3.0.nupkg.sha512" + }, + "runtime.unix.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WV8KLRHWVUVUDduFnvGMHt0FsEt2wK6xPl1EgDKlaMx2KnZ43A/O0GzP8wIuvAC7mq4T9V1mm90r+PXkL9FPdQ==", + "path": "runtime.unix.system.diagnostics.debug/4.3.0", + "hashPath": "runtime.unix.system.diagnostics.debug.4.3.0.nupkg.sha512" + }, + "runtime.unix.System.IO.FileSystem/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ajmTcjrqc3vgV1TH54DRioshbEniaFbOAJ0kReGuNsp9uIcqYle0RmUo6+Qlwqe3JIs4TDxgnqs3UzX3gRJ1rA==", + "path": "runtime.unix.system.io.filesystem/4.3.0", + "hashPath": "runtime.unix.system.io.filesystem.4.3.0.nupkg.sha512" + }, + "runtime.unix.System.Net.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AZcRXhH7Gamr+bckUfX3iHefPIrujJTt9XWQWo0elNiP1SNasX0KBWINZkDKY0GsOrsyJ7cB4MgIRTZzLlsTKg==", + "path": "runtime.unix.system.net.primitives/4.3.0", + "hashPath": "runtime.unix.system.net.primitives.4.3.0.nupkg.sha512" + }, + "runtime.unix.System.Net.Sockets/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4NcLbqajFaD3PvhOdmbieeBlKY4d8/kBfgJ5g28n6k1jWEICabvLM62gvmUS/CvyfvcZxVanKPl+E9LhPzfXZw==", + "path": "runtime.unix.system.net.sockets/4.3.0", + "hashPath": "runtime.unix.system.net.sockets.4.3.0.nupkg.sha512" + }, + "runtime.unix.System.Private.Uri/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ooWzobr5RAq34r9uan1r/WPXJYG1XWy9KanrxNvEnBzbFdQbMG7Y3bVi4QxR7xZMNLOxLLTAyXvnSkfj5boZSg==", + "path": "runtime.unix.system.private.uri/4.3.0", + "hashPath": "runtime.unix.system.private.uri.4.3.0.nupkg.sha512" + }, + "runtime.unix.System.Runtime.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zQiTBVpiLftTQZW8GFsV0gjYikB1WMkEPIxF5O6RkUrSV/OgvRRTYgeFQha/0keBpuS0HYweraGRwhfhJ7dj7w==", + "path": "runtime.unix.system.runtime.extensions/4.3.0", + "hashPath": "runtime.unix.system.runtime.extensions.4.3.0.nupkg.sha512" + }, + "System.AppContext/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", + "path": "system.appcontext/4.3.0", + "hashPath": "system.appcontext.4.3.0.nupkg.sha512" + }, + "System.Buffers/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "path": "system.buffers/4.3.0", + "hashPath": "system.buffers.4.3.0.nupkg.sha512" + }, + "System.CodeDom/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2sCCb7doXEwtYAbqzbF/8UAeDRMNmPaQbU2q50Psg1J9KzumyVVCgKQY8s53WIPTufNT0DpSe9QRvVjOzfDWBA==", + "path": "system.codedom/4.4.0", + "hashPath": "system.codedom.4.4.0.nupkg.sha512" + }, + "System.Collections/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "path": "system.collections/4.3.0", + "hashPath": "system.collections.4.3.0.nupkg.sha512" + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "path": "system.collections.concurrent/4.3.0", + "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" + }, + "System.Collections.Immutable/1.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==", + "path": "system.collections.immutable/1.5.0", + "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512" + }, + "System.Collections.NonGeneric/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", + "path": "system.collections.nongeneric/4.3.0", + "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" + }, + "System.Collections.Specialized/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", + "path": "system.collections.specialized/4.3.0", + "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", + "path": "system.componentmodel/4.3.0", + "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", + "path": "system.componentmodel.primitives/4.3.0", + "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", + "path": "system.componentmodel.typeconverter/4.3.0", + "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" + }, + "System.Console/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", + "path": "system.console/4.3.0", + "hashPath": "system.console.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "path": "system.diagnostics.debug/4.3.0", + "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", + "path": "system.diagnostics.diagnosticsource/4.3.0", + "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "path": "system.diagnostics.tools/4.3.0", + "hashPath": "system.diagnostics.tools.4.3.0.nupkg.sha512" + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "path": "system.diagnostics.tracing/4.3.0", + "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-SNVi1E/vfWUAs/WYKhE9+qlS6KqK0YVhnlT0HQtr8pMIA8YX3lwy3uPMownDwdYISBdmAF/2holEIldVp85Wag==", + "path": "system.dynamic.runtime/4.3.0", + "hashPath": "system.dynamic.runtime.4.3.0.nupkg.sha512" + }, + "System.Globalization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "path": "system.globalization/4.3.0", + "hashPath": "system.globalization.4.3.0.nupkg.sha512" + }, + "System.Globalization.Calendars/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", + "path": "system.globalization.calendars/4.3.0", + "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" + }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "path": "system.globalization.extensions/4.3.0", + "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" + }, + "System.IO/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "path": "system.io/4.3.0", + "hashPath": "system.io.4.3.0.nupkg.sha512" + }, + "System.IO.Compression/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", + "path": "system.io.compression/4.3.0", + "hashPath": "system.io.compression.4.3.0.nupkg.sha512" + }, + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "path": "system.io.compression.zipfile/4.3.0", + "hashPath": "system.io.compression.zipfile.4.3.0.nupkg.sha512" + }, + "System.IO.FileSystem/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "path": "system.io.filesystem/4.3.0", + "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "path": "system.io.filesystem.primitives/4.3.0", + "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" + }, + "System.Linq/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "path": "system.linq/4.3.0", + "hashPath": "system.linq.4.3.0.nupkg.sha512" + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "path": "system.linq.expressions/4.3.0", + "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" + }, + "System.Memory/4.5.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==", + "path": "system.memory/4.5.3", + "hashPath": "system.memory.4.5.3.nupkg.sha512" + }, + "System.Net.Http/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", + "path": "system.net.http/4.3.0", + "hashPath": "system.net.http.4.3.0.nupkg.sha512" + }, + "System.Net.NameResolution/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "path": "system.net.nameresolution/4.3.0", + "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "path": "system.net.primitives/4.3.0", + "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" + }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "path": "system.net.sockets/4.3.0", + "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" + }, + "System.ObjectModel/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "path": "system.objectmodel/4.3.0", + "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" + }, + "System.Private.Uri/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", + "path": "system.private.uri/4.3.0", + "hashPath": "system.private.uri.4.3.0.nupkg.sha512" + }, + "System.Reflection/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "path": "system.reflection/4.3.0", + "hashPath": "system.reflection.4.3.0.nupkg.sha512" + }, + "System.Reflection.Emit/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", + "path": "system.reflection.emit/4.3.0", + "hashPath": "system.reflection.emit.4.3.0.nupkg.sha512" + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "path": "system.reflection.emit.ilgeneration/4.3.0", + "hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512" + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", + "path": "system.reflection.emit.lightweight/4.3.0", + "hashPath": "system.reflection.emit.lightweight.4.3.0.nupkg.sha512" + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "path": "system.reflection.extensions/4.3.0", + "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "path": "system.reflection.primitives/4.3.0", + "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "path": "system.reflection.typeextensions/4.3.0", + "hashPath": "system.reflection.typeextensions.4.3.0.nupkg.sha512" + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "path": "system.resources.resourcemanager/4.3.0", + "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" + }, + "System.Runtime/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "path": "system.runtime/4.3.0", + "hashPath": "system.runtime.4.3.0.nupkg.sha512" + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "path": "system.runtime.extensions/4.3.0", + "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "path": "system.runtime.handles/4.3.0", + "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "path": "system.runtime.interopservices/4.3.0", + "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", + "path": "system.runtime.interopservices.runtimeinformation/4.3.0", + "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" + }, + "System.Runtime.Numerics/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", + "path": "system.runtime.numerics/4.3.0", + "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" + }, + "System.Runtime.Serialization.Formatters/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", + "path": "system.runtime.serialization.formatters/4.3.0", + "hashPath": "system.runtime.serialization.formatters.4.3.0.nupkg.sha512" + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", + "path": "system.runtime.serialization.primitives/4.3.0", + "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" + }, + "System.Security.Claims/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", + "path": "system.security.claims/4.3.0", + "hashPath": "system.security.claims.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "path": "system.security.cryptography.algorithms/4.3.0", + "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.Cng/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4WQjFuypWtxb/bl/YwEE7LYGn4fgpsikFfBU6xwEm4YBYiRAhXAEJ62lILBu2JJSFbClIAntFTGfDZafn8yZTg==", + "path": "system.security.cryptography.cng/4.7.0", + "hashPath": "system.security.cryptography.cng.4.7.0.nupkg.sha512" + }, + "System.Security.Cryptography.Csp/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", + "path": "system.security.cryptography.csp/4.3.0", + "hashPath": "system.security.cryptography.csp.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", + "path": "system.security.cryptography.encoding/4.3.0", + "hashPath": "system.security.cryptography.encoding.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", + "path": "system.security.cryptography.openssl/4.3.0", + "hashPath": "system.security.cryptography.openssl.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.Pkcs/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0Srzh6YlhjuMxaqMyeCCdZs22cucaUAG6SKDd3gNHBJmre0VZ71ekzWu9rvLD4YXPetyNdPvV6Qst+8C++9v3Q==", + "path": "system.security.cryptography.pkcs/4.7.0", + "hashPath": "system.security.cryptography.pkcs.4.7.0.nupkg.sha512" + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", + "path": "system.security.cryptography.primitives/4.3.0", + "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", + "path": "system.security.cryptography.x509certificates/4.3.0", + "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" + }, + "System.Security.Principal/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", + "path": "system.security.principal/4.3.0", + "hashPath": "system.security.principal.4.3.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", + "path": "system.security.principal.windows/4.3.0", + "hashPath": "system.security.principal.windows.4.3.0.nupkg.sha512" + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "path": "system.text.encoding/4.3.0", + "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" + }, + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "path": "system.text.encoding.extensions/4.3.0", + "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", + "path": "system.text.regularexpressions/4.3.0", + "hashPath": "system.text.regularexpressions.4.3.0.nupkg.sha512" + }, + "System.Threading/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "path": "system.threading/4.3.0", + "hashPath": "system.threading.4.3.0.nupkg.sha512" + }, + "System.Threading.Channels/4.7.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6akRtHK/wab3246t4p5v3HQrtQk8LboOt5T4dtpNgsp3zvDeM4/Gx8V12t0h+c/W9/enUrilk8n6EQqdQorZAA==", + "path": "system.threading.channels/4.7.1", + "hashPath": "system.threading.channels.4.7.1.nupkg.sha512" + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "path": "system.threading.tasks/4.3.0", + "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" + }, + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", + "path": "system.threading.tasks.extensions/4.3.0", + "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" + }, + "System.Threading.ThreadPool/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", + "path": "system.threading.threadpool/4.3.0", + "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" + }, + "System.Threading.Timer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "path": "system.threading.timer/4.3.0", + "hashPath": "system.threading.timer.4.3.0.nupkg.sha512" + }, + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "path": "system.xml.readerwriter/4.3.0", + "hashPath": "system.xml.readerwriter.4.3.0.nupkg.sha512" + }, + "System.Xml.XDocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "path": "system.xml.xdocument/4.3.0", + "hashPath": "system.xml.xdocument.4.3.0.nupkg.sha512" + }, + "System.Xml.XmlDocument/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", + "path": "system.xml.xmldocument/4.3.0", + "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" + }, + "Validation/2.4.18": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NfvWJ1QeuZ1FQCkqgXTu1cOkRkbNCfxs4Tat+abXLwom6OXbULVhRGp34BTvVB4XPxj6VIAl7KfLfStXMt/Ehw==", + "path": "validation/2.4.18", + "hashPath": "validation.2.4.18.nupkg.sha512" + }, + "xunit.abstractions/2.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vItLB0WkaKg0426RgWq+ZdXH6D+YV/uH28C0weWMOBnVx7I+luHuEYss9hoOngpkiN5kUpLvh9VZRx1H2sk59A==", + "path": "xunit.abstractions/2.0.2", + "hashPath": "xunit.abstractions.2.0.2.nupkg.sha512" + }, + "xunit.extensibility.core/2.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qr/KrR6uukHXD9e/lLQjyCPfMEDuvvhNFDzsYzCF2kKlYKiqcADfUvA9Q68rBtKFtwHFeghjWEuv15KoGD2SfA==", + "path": "xunit.extensibility.core/2.4.0", + "hashPath": "xunit.extensibility.core.2.4.0.nupkg.sha512" + }, + "xunit.extensibility.execution/2.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-252Dzn7i5bMPKtAL15aOP3qJhxKd+57I8ldwIQRJa745JxQuiBu5Da0vtIISVTtc3buRSkBwVnD9iUzsEmCzZA==", + "path": "xunit.extensibility.execution/2.4.0", + "hashPath": "xunit.extensibility.execution.2.4.0.nupkg.sha512" + }, + "Xunit.SkippableFact/1.3.12": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CQETcfKyEq6Uki9pExNZI5sEHeKqdt9Fc4pdLHu1mgaboQp0aI4W45M+UUnG6Zc2hxWTDmbD2AFVKA1wjU19YA==", + "path": "xunit.skippablefact/1.3.12", + "hashPath": "xunit.skippablefact.1.3.12.nupkg.sha512" + }, + "BaseLibrary/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "XvirusSDK/4.1.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + }, + "runtimes": { + "alpine-x64": [ + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.10-x64": [ + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.11-x64": [ + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.12-x64": [ + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.13-x64": [ + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.14-x64": [ + "alpine.3.14", + "alpine.3.13-x64", + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.15-x64": [ + "alpine.3.15", + "alpine.3.14-x64", + "alpine.3.14", + "alpine.3.13-x64", + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.16-x64": [ + "alpine.3.16", + "alpine.3.15-x64", + "alpine.3.15", + "alpine.3.14-x64", + "alpine.3.14", + "alpine.3.13-x64", + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.17-x64": [ + "alpine.3.17", + "alpine.3.16-x64", + "alpine.3.16", + "alpine.3.15-x64", + "alpine.3.15", + "alpine.3.14-x64", + "alpine.3.14", + "alpine.3.13-x64", + "alpine.3.13", + "alpine.3.12-x64", + "alpine.3.12", + "alpine.3.11-x64", + "alpine.3.11", + "alpine.3.10-x64", + "alpine.3.10", + "alpine.3.9-x64", + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.6-x64": [ + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.7-x64": [ + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.8-x64": [ + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "alpine.3.9-x64": [ + "alpine.3.9", + "alpine.3.8-x64", + "alpine.3.8", + "alpine.3.7-x64", + "alpine.3.7", + "alpine.3.6-x64", + "alpine.3.6", + "alpine-x64", + "alpine", + "linux-musl-x64", + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android-x64": [ + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.21-x64": [ + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.22-x64": [ + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.23-x64": [ + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.24-x64": [ + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.25-x64": [ + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.26-x64": [ + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.27-x64": [ + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.28-x64": [ + "android.28", + "android.27-x64", + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.29-x64": [ + "android.29", + "android.28-x64", + "android.28", + "android.27-x64", + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.30-x64": [ + "android.30", + "android.29-x64", + "android.29", + "android.28-x64", + "android.28", + "android.27-x64", + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.31-x64": [ + "android.31", + "android.30-x64", + "android.30", + "android.29-x64", + "android.29", + "android.28-x64", + "android.28", + "android.27-x64", + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "android.32-x64": [ + "android.32", + "android.31-x64", + "android.31", + "android.30-x64", + "android.30", + "android.29-x64", + "android.29", + "android.28-x64", + "android.28", + "android.27-x64", + "android.27", + "android.26-x64", + "android.26", + "android.25-x64", + "android.25", + "android.24-x64", + "android.24", + "android.23-x64", + "android.23", + "android.22-x64", + "android.22", + "android.21-x64", + "android.21", + "android-x64", + "android", + "linux-bionic-x64", + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "arch-x64": [ + "arch", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "centos-x64": [ + "centos", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "centos.7-x64": [ + "centos.7", + "centos-x64", + "rhel.7-x64", + "centos", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "centos.8-x64": [ + "centos.8", + "centos-x64", + "rhel.8-x64", + "centos", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "centos.9-x64": [ + "centos.9", + "centos-x64", + "rhel.9-x64", + "centos", + "rhel.9", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian-x64": [ + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian.10-x64": [ + "debian.10", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian.11-x64": [ + "debian.11", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian.8-x64": [ + "debian.8", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "debian.9-x64": [ + "debian.9", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "exherbo-x64": [ + "exherbo", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora-x64": [ + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.23-x64": [ + "fedora.23", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.24-x64": [ + "fedora.24", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.25-x64": [ + "fedora.25", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.26-x64": [ + "fedora.26", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.27-x64": [ + "fedora.27", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.28-x64": [ + "fedora.28", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.29-x64": [ + "fedora.29", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.30-x64": [ + "fedora.30", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.31-x64": [ + "fedora.31", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.32-x64": [ + "fedora.32", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.33-x64": [ + "fedora.33", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.34-x64": [ + "fedora.34", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.35-x64": [ + "fedora.35", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.36-x64": [ + "fedora.36", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.37-x64": [ + "fedora.37", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "fedora.38-x64": [ + "fedora.38", + "fedora-x64", + "fedora", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "gentoo-x64": [ + "gentoo", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linux-bionic-x64": [ + "linux-bionic", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linux-musl-x64": [ + "linux-musl", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linux-x64": [ + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.17-x64": [ + "linuxmint.17", + "ubuntu.14.04-x64", + "ubuntu.14.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.17.1-x64": [ + "linuxmint.17.1", + "linuxmint.17-x64", + "linuxmint.17", + "ubuntu.14.04-x64", + "ubuntu.14.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.17.2-x64": [ + "linuxmint.17.2", + "linuxmint.17.1-x64", + "linuxmint.17.1", + "linuxmint.17-x64", + "linuxmint.17", + "ubuntu.14.04-x64", + "ubuntu.14.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.17.3-x64": [ + "linuxmint.17.3", + "linuxmint.17.2-x64", + "linuxmint.17.2", + "linuxmint.17.1-x64", + "linuxmint.17.1", + "linuxmint.17-x64", + "linuxmint.17", + "ubuntu.14.04-x64", + "ubuntu.14.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.18-x64": [ + "linuxmint.18", + "ubuntu.16.04-x64", + "ubuntu.16.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.18.1-x64": [ + "linuxmint.18.1", + "linuxmint.18-x64", + "linuxmint.18", + "ubuntu.16.04-x64", + "ubuntu.16.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.18.2-x64": [ + "linuxmint.18.2", + "linuxmint.18.1-x64", + "linuxmint.18.1", + "linuxmint.18-x64", + "linuxmint.18", + "ubuntu.16.04-x64", + "ubuntu.16.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.18.3-x64": [ + "linuxmint.18.3", + "linuxmint.18.2-x64", + "linuxmint.18.2", + "linuxmint.18.1-x64", + "linuxmint.18.1", + "linuxmint.18-x64", + "linuxmint.18", + "ubuntu.16.04-x64", + "ubuntu.16.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.19-x64": [ + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.19.1-x64": [ + "linuxmint.19.1", + "linuxmint.19-x64", + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "linuxmint.19.2-x64": [ + "linuxmint.19.2", + "linuxmint.19.1-x64", + "linuxmint.19.1", + "linuxmint.19-x64", + "linuxmint.19", + "ubuntu.18.04-x64", + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "manjaro-x64": [ + "manjaro", + "arch-x64", + "arch", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "miraclelinux-x64": [ + "miraclelinux", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "miraclelinux.8-x64": [ + "miraclelinux.8", + "miraclelinux-x64", + "rhel.8-x64", + "miraclelinux", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "miraclelinux.9-x64": [ + "miraclelinux.9", + "miraclelinux-x64", + "rhel.9-x64", + "miraclelinux", + "rhel.9", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol-x64": [ + "ol", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7-x64": [ + "ol.7", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.0-x64": [ + "ol.7.0", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.1-x64": [ + "ol.7.1", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.2-x64": [ + "ol.7.2", + "ol.7.1-x64", + "rhel.7.2-x64", + "ol.7.1", + "rhel.7.2", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.3-x64": [ + "ol.7.3", + "ol.7.2-x64", + "rhel.7.3-x64", + "ol.7.2", + "rhel.7.3", + "ol.7.1-x64", + "rhel.7.2-x64", + "ol.7.1", + "rhel.7.2", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.4-x64": [ + "ol.7.4", + "ol.7.3-x64", + "rhel.7.4-x64", + "ol.7.3", + "rhel.7.4", + "ol.7.2-x64", + "rhel.7.3-x64", + "ol.7.2", + "rhel.7.3", + "ol.7.1-x64", + "rhel.7.2-x64", + "ol.7.1", + "rhel.7.2", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.5-x64": [ + "ol.7.5", + "ol.7.4-x64", + "rhel.7.5-x64", + "ol.7.4", + "rhel.7.5", + "ol.7.3-x64", + "rhel.7.4-x64", + "ol.7.3", + "rhel.7.4", + "ol.7.2-x64", + "rhel.7.3-x64", + "ol.7.2", + "rhel.7.3", + "ol.7.1-x64", + "rhel.7.2-x64", + "ol.7.1", + "rhel.7.2", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.7.6-x64": [ + "ol.7.6", + "ol.7.5-x64", + "rhel.7.6-x64", + "ol.7.5", + "rhel.7.6", + "ol.7.4-x64", + "rhel.7.5-x64", + "ol.7.4", + "rhel.7.5", + "ol.7.3-x64", + "rhel.7.4-x64", + "ol.7.3", + "rhel.7.4", + "ol.7.2-x64", + "rhel.7.3-x64", + "ol.7.2", + "rhel.7.3", + "ol.7.1-x64", + "rhel.7.2-x64", + "ol.7.1", + "rhel.7.2", + "ol.7.0-x64", + "rhel.7.1-x64", + "ol.7.0", + "rhel.7.1", + "ol.7-x64", + "rhel.7.0-x64", + "ol.7", + "rhel.7.0", + "ol-x64", + "rhel.7-x64", + "ol", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.8-x64": [ + "ol.8", + "ol-x64", + "rhel.8-x64", + "ol", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ol.8.0-x64": [ + "ol.8.0", + "ol.8-x64", + "rhel.8.0-x64", + "ol.8", + "rhel.8.0", + "ol-x64", + "rhel.8-x64", + "ol", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse-x64": [ + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.13.2-x64": [ + "opensuse.13.2", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.15.0-x64": [ + "opensuse.15.0", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.15.1-x64": [ + "opensuse.15.1", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.42.1-x64": [ + "opensuse.42.1", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.42.2-x64": [ + "opensuse.42.2", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "opensuse.42.3-x64": [ + "opensuse.42.3", + "opensuse-x64", + "opensuse", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel-x64": [ + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.6-x64": [ + "rhel.6", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7-x64": [ + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.0-x64": [ + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.1-x64": [ + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.2-x64": [ + "rhel.7.2", + "rhel.7.1-x64", + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.3-x64": [ + "rhel.7.3", + "rhel.7.2-x64", + "rhel.7.2", + "rhel.7.1-x64", + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.4-x64": [ + "rhel.7.4", + "rhel.7.3-x64", + "rhel.7.3", + "rhel.7.2-x64", + "rhel.7.2", + "rhel.7.1-x64", + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.5-x64": [ + "rhel.7.5", + "rhel.7.4-x64", + "rhel.7.4", + "rhel.7.3-x64", + "rhel.7.3", + "rhel.7.2-x64", + "rhel.7.2", + "rhel.7.1-x64", + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.7.6-x64": [ + "rhel.7.6", + "rhel.7.5-x64", + "rhel.7.5", + "rhel.7.4-x64", + "rhel.7.4", + "rhel.7.3-x64", + "rhel.7.3", + "rhel.7.2-x64", + "rhel.7.2", + "rhel.7.1-x64", + "rhel.7.1", + "rhel.7.0-x64", + "rhel.7.0", + "rhel.7-x64", + "rhel.7", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.8-x64": [ + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.8.0-x64": [ + "rhel.8.0", + "rhel.8-x64", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.8.1-x64": [ + "rhel.8.1", + "rhel.8.0-x64", + "rhel.8.0", + "rhel.8-x64", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rhel.9-x64": [ + "rhel.9", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rocky-x64": [ + "rocky", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rocky.8-x64": [ + "rocky.8", + "rocky-x64", + "rhel.8-x64", + "rocky", + "rhel.8", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "rocky.9-x64": [ + "rocky.9", + "rocky-x64", + "rhel.9-x64", + "rocky", + "rhel.9", + "rhel-x64", + "rhel", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles-x64": [ + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.12-x64": [ + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.12.1-x64": [ + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.12.2-x64": [ + "sles.12.2", + "sles.12.1-x64", + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.12.3-x64": [ + "sles.12.3", + "sles.12.2-x64", + "sles.12.2", + "sles.12.1-x64", + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.12.4-x64": [ + "sles.12.4", + "sles.12.3-x64", + "sles.12.3", + "sles.12.2-x64", + "sles.12.2", + "sles.12.1-x64", + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.15-x64": [ + "sles.15", + "sles.12.4-x64", + "sles.12.4", + "sles.12.3-x64", + "sles.12.3", + "sles.12.2-x64", + "sles.12.2", + "sles.12.1-x64", + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "sles.15.1-x64": [ + "sles.15.1", + "sles.15-x64", + "sles.15", + "sles.12.4-x64", + "sles.12.4", + "sles.12.3-x64", + "sles.12.3", + "sles.12.2-x64", + "sles.12.2", + "sles.12.1-x64", + "sles.12.1", + "sles.12-x64", + "sles.12", + "sles-x64", + "sles", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu-x64": [ + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.14.04-x64": [ + "ubuntu.14.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.14.10-x64": [ + "ubuntu.14.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.15.04-x64": [ + "ubuntu.15.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.15.10-x64": [ + "ubuntu.15.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.16.04-x64": [ + "ubuntu.16.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.16.10-x64": [ + "ubuntu.16.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.17.04-x64": [ + "ubuntu.17.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.17.10-x64": [ + "ubuntu.17.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.18.04-x64": [ + "ubuntu.18.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.18.10-x64": [ + "ubuntu.18.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.19.04-x64": [ + "ubuntu.19.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.19.10-x64": [ + "ubuntu.19.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.20.04-x64": [ + "ubuntu.20.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.20.10-x64": [ + "ubuntu.20.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.21.04-x64": [ + "ubuntu.21.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.21.10-x64": [ + "ubuntu.21.10", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ], + "ubuntu.22.04-x64": [ + "ubuntu.22.04", + "ubuntu-x64", + "ubuntu", + "debian-x64", + "debian", + "linux-x64", + "linux", + "unix-x64", + "unix", + "any", + "base" + ] + } +} \ No newline at end of file diff --git a/bin/Linux/XvirusCLI.dll b/bin/Linux/XvirusCLI.dll new file mode 100644 index 0000000..2d6204c Binary files /dev/null and b/bin/Linux/XvirusCLI.dll differ diff --git a/bin/Linux/XvirusCLI.runtimeconfig.json b/bin/Linux/XvirusCLI.runtimeconfig.json new file mode 100644 index 0000000..03f87a4 --- /dev/null +++ b/bin/Linux/XvirusCLI.runtimeconfig.json @@ -0,0 +1,14 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "includedFrameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + } + ], + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/bin/Linux/XvirusSDK.dll b/bin/Linux/XvirusSDK.dll new file mode 100644 index 0000000..034fda3 Binary files /dev/null and b/bin/Linux/XvirusSDK.dll differ diff --git a/bin/Linux/createdump b/bin/Linux/createdump new file mode 100644 index 0000000..dd3786d Binary files /dev/null and b/bin/Linux/createdump differ diff --git a/bin/errorlog.txt b/bin/Linux/errorlog.txt similarity index 100% rename from bin/errorlog.txt rename to bin/Linux/errorlog.txt diff --git a/bin/runtimes/linux-x64/native/libFastTreeNative.so b/bin/Linux/libFastTreeNative.so similarity index 100% rename from bin/runtimes/linux-x64/native/libFastTreeNative.so rename to bin/Linux/libFastTreeNative.so diff --git a/bin/runtimes/linux-x64/native/libLdaNative.so b/bin/Linux/libLdaNative.so similarity index 100% rename from bin/runtimes/linux-x64/native/libLdaNative.so rename to bin/Linux/libLdaNative.so diff --git a/bin/Linux/libSystem.Globalization.Native.so b/bin/Linux/libSystem.Globalization.Native.so new file mode 100644 index 0000000..1cf20ae Binary files /dev/null and b/bin/Linux/libSystem.Globalization.Native.so differ diff --git a/bin/Linux/libSystem.IO.Compression.Native.so b/bin/Linux/libSystem.IO.Compression.Native.so new file mode 100644 index 0000000..9925d9e Binary files /dev/null and b/bin/Linux/libSystem.IO.Compression.Native.so differ diff --git a/bin/Linux/libSystem.Native.so b/bin/Linux/libSystem.Native.so new file mode 100644 index 0000000..00c922c Binary files /dev/null and b/bin/Linux/libSystem.Native.so differ diff --git a/bin/Linux/libSystem.Net.Security.Native.so b/bin/Linux/libSystem.Net.Security.Native.so new file mode 100644 index 0000000..0eee150 Binary files /dev/null and b/bin/Linux/libSystem.Net.Security.Native.so differ diff --git a/bin/Linux/libSystem.Security.Cryptography.Native.OpenSsl.so b/bin/Linux/libSystem.Security.Cryptography.Native.OpenSsl.so new file mode 100644 index 0000000..2c2905a Binary files /dev/null and b/bin/Linux/libSystem.Security.Cryptography.Native.OpenSsl.so differ diff --git a/bin/Linux/libclrgc.so b/bin/Linux/libclrgc.so new file mode 100644 index 0000000..2639563 Binary files /dev/null and b/bin/Linux/libclrgc.so differ diff --git a/bin/Linux/libclrjit.so b/bin/Linux/libclrjit.so new file mode 100644 index 0000000..f3e0373 Binary files /dev/null and b/bin/Linux/libclrjit.so differ diff --git a/bin/Linux/libcoreclr.so b/bin/Linux/libcoreclr.so new file mode 100644 index 0000000..923b2e0 Binary files /dev/null and b/bin/Linux/libcoreclr.so differ diff --git a/bin/Linux/libcoreclrtraceptprovider.so b/bin/Linux/libcoreclrtraceptprovider.so new file mode 100644 index 0000000..c3a5384 Binary files /dev/null and b/bin/Linux/libcoreclrtraceptprovider.so differ diff --git a/bin/Linux/libhostfxr.so b/bin/Linux/libhostfxr.so new file mode 100644 index 0000000..5044b47 Binary files /dev/null and b/bin/Linux/libhostfxr.so differ diff --git a/bin/Linux/libhostpolicy.so b/bin/Linux/libhostpolicy.so new file mode 100644 index 0000000..5703785 Binary files /dev/null and b/bin/Linux/libhostpolicy.so differ diff --git a/bin/Linux/libmscordaccore.so b/bin/Linux/libmscordaccore.so new file mode 100644 index 0000000..ac505e6 Binary files /dev/null and b/bin/Linux/libmscordaccore.so differ diff --git a/bin/Linux/libmscordbi.so b/bin/Linux/libmscordbi.so new file mode 100644 index 0000000..91c4d0d Binary files /dev/null and b/bin/Linux/libmscordbi.so differ diff --git a/bin/Linux/mscorlib.dll b/bin/Linux/mscorlib.dll new file mode 100644 index 0000000..6bb757c Binary files /dev/null and b/bin/Linux/mscorlib.dll differ diff --git a/bin/Linux/netstandard.dll b/bin/Linux/netstandard.dll new file mode 100644 index 0000000..bc5e588 Binary files /dev/null and b/bin/Linux/netstandard.dll differ diff --git a/bin/settings.json b/bin/Linux/settings.json similarity index 100% rename from bin/settings.json rename to bin/Linux/settings.json diff --git a/bin/xunit.abstractions.dll b/bin/Linux/xunit.abstractions.dll similarity index 100% rename from bin/xunit.abstractions.dll rename to bin/Linux/xunit.abstractions.dll diff --git a/bin/xunit.core.dll b/bin/Linux/xunit.core.dll similarity index 100% rename from bin/xunit.core.dll rename to bin/Linux/xunit.core.dll diff --git a/bin/xunit.execution.dotnet.dll b/bin/Linux/xunit.execution.dotnet.dll similarity index 100% rename from bin/xunit.execution.dotnet.dll rename to bin/Linux/xunit.execution.dotnet.dll diff --git a/bin/Windows/BaseLibrary.dll b/bin/Windows/BaseLibrary.dll new file mode 100644 index 0000000..d24ca45 Binary files /dev/null and b/bin/Windows/BaseLibrary.dll differ diff --git a/bin/runtimes/win-x64/native/FastTreeNative.dll b/bin/Windows/FastTreeNative.dll similarity index 100% rename from bin/runtimes/win-x64/native/FastTreeNative.dll rename to bin/Windows/FastTreeNative.dll diff --git a/bin/runtimes/win-x64/native/LdaNative.dll b/bin/Windows/LdaNative.dll similarity index 100% rename from bin/runtimes/win-x64/native/LdaNative.dll rename to bin/Windows/LdaNative.dll diff --git a/bin/Windows/Microsoft.CSharp.dll b/bin/Windows/Microsoft.CSharp.dll new file mode 100644 index 0000000..49a7890 Binary files /dev/null and b/bin/Windows/Microsoft.CSharp.dll differ diff --git a/bin/Windows/Microsoft.DiaSymReader.Native.amd64.dll b/bin/Windows/Microsoft.DiaSymReader.Native.amd64.dll new file mode 100644 index 0000000..78c90cd Binary files /dev/null and b/bin/Windows/Microsoft.DiaSymReader.Native.amd64.dll differ diff --git a/bin/Windows/Microsoft.ML.Core.dll b/bin/Windows/Microsoft.ML.Core.dll new file mode 100644 index 0000000..2dd3fa0 Binary files /dev/null and b/bin/Windows/Microsoft.ML.Core.dll differ diff --git a/bin/Windows/Microsoft.ML.CpuMath.dll b/bin/Windows/Microsoft.ML.CpuMath.dll new file mode 100644 index 0000000..ca64979 Binary files /dev/null and b/bin/Windows/Microsoft.ML.CpuMath.dll differ diff --git a/bin/Windows/Microsoft.ML.Data.dll b/bin/Windows/Microsoft.ML.Data.dll new file mode 100644 index 0000000..50a5a50 Binary files /dev/null and b/bin/Windows/Microsoft.ML.Data.dll differ diff --git a/bin/Windows/Microsoft.ML.DataView.dll b/bin/Windows/Microsoft.ML.DataView.dll new file mode 100644 index 0000000..5c33a0d Binary files /dev/null and b/bin/Windows/Microsoft.ML.DataView.dll differ diff --git a/bin/Windows/Microsoft.ML.FastTree.dll b/bin/Windows/Microsoft.ML.FastTree.dll new file mode 100644 index 0000000..1887b12 Binary files /dev/null and b/bin/Windows/Microsoft.ML.FastTree.dll differ diff --git a/bin/Windows/Microsoft.ML.KMeansClustering.dll b/bin/Windows/Microsoft.ML.KMeansClustering.dll new file mode 100644 index 0000000..604f0df Binary files /dev/null and b/bin/Windows/Microsoft.ML.KMeansClustering.dll differ diff --git a/bin/Windows/Microsoft.ML.PCA.dll b/bin/Windows/Microsoft.ML.PCA.dll new file mode 100644 index 0000000..fdf53c5 Binary files /dev/null and b/bin/Windows/Microsoft.ML.PCA.dll differ diff --git a/bin/Windows/Microsoft.ML.StandardTrainers.dll b/bin/Windows/Microsoft.ML.StandardTrainers.dll new file mode 100644 index 0000000..da5245c Binary files /dev/null and b/bin/Windows/Microsoft.ML.StandardTrainers.dll differ diff --git a/bin/Windows/Microsoft.ML.Transforms.dll b/bin/Windows/Microsoft.ML.Transforms.dll new file mode 100644 index 0000000..d50f7d0 Binary files /dev/null and b/bin/Windows/Microsoft.ML.Transforms.dll differ diff --git a/bin/Windows/Microsoft.ML.dll b/bin/Windows/Microsoft.ML.dll new file mode 100644 index 0000000..914fbd7 Binary files /dev/null and b/bin/Windows/Microsoft.ML.dll differ diff --git a/bin/Windows/Microsoft.VisualBasic.Core.dll b/bin/Windows/Microsoft.VisualBasic.Core.dll new file mode 100644 index 0000000..6309ae2 Binary files /dev/null and b/bin/Windows/Microsoft.VisualBasic.Core.dll differ diff --git a/bin/Windows/Microsoft.VisualBasic.dll b/bin/Windows/Microsoft.VisualBasic.dll new file mode 100644 index 0000000..2960c11 Binary files /dev/null and b/bin/Windows/Microsoft.VisualBasic.dll differ diff --git a/bin/Windows/Microsoft.Win32.Primitives.dll b/bin/Windows/Microsoft.Win32.Primitives.dll new file mode 100644 index 0000000..6cb7c34 Binary files /dev/null and b/bin/Windows/Microsoft.Win32.Primitives.dll differ diff --git a/bin/Windows/Microsoft.Win32.Registry.dll b/bin/Windows/Microsoft.Win32.Registry.dll new file mode 100644 index 0000000..8f69d98 Binary files /dev/null and b/bin/Windows/Microsoft.Win32.Registry.dll differ diff --git a/bin/Windows/Newtonsoft.Json.dll b/bin/Windows/Newtonsoft.Json.dll new file mode 100644 index 0000000..96725e6 Binary files /dev/null and b/bin/Windows/Newtonsoft.Json.dll differ diff --git a/bin/Windows/PeNet.Asn1.dll b/bin/Windows/PeNet.Asn1.dll new file mode 100644 index 0000000..441ac4e Binary files /dev/null and b/bin/Windows/PeNet.Asn1.dll differ diff --git a/bin/Windows/PeNet.dll b/bin/Windows/PeNet.dll new file mode 100644 index 0000000..1c5e75f Binary files /dev/null and b/bin/Windows/PeNet.dll differ diff --git a/bin/Windows/System.AppContext.dll b/bin/Windows/System.AppContext.dll new file mode 100644 index 0000000..bc0527c Binary files /dev/null and b/bin/Windows/System.AppContext.dll differ diff --git a/bin/Windows/System.Buffers.dll b/bin/Windows/System.Buffers.dll new file mode 100644 index 0000000..a302d14 Binary files /dev/null and b/bin/Windows/System.Buffers.dll differ diff --git a/bin/Windows/System.CodeDom.dll b/bin/Windows/System.CodeDom.dll new file mode 100644 index 0000000..3128b6a Binary files /dev/null and b/bin/Windows/System.CodeDom.dll differ diff --git a/bin/Windows/System.Collections.Concurrent.dll b/bin/Windows/System.Collections.Concurrent.dll new file mode 100644 index 0000000..ac57aca Binary files /dev/null and b/bin/Windows/System.Collections.Concurrent.dll differ diff --git a/bin/Windows/System.Collections.Immutable.dll b/bin/Windows/System.Collections.Immutable.dll new file mode 100644 index 0000000..3720117 Binary files /dev/null and b/bin/Windows/System.Collections.Immutable.dll differ diff --git a/bin/Windows/System.Collections.NonGeneric.dll b/bin/Windows/System.Collections.NonGeneric.dll new file mode 100644 index 0000000..96baa05 Binary files /dev/null and b/bin/Windows/System.Collections.NonGeneric.dll differ diff --git a/bin/Windows/System.Collections.Specialized.dll b/bin/Windows/System.Collections.Specialized.dll new file mode 100644 index 0000000..f87031c Binary files /dev/null and b/bin/Windows/System.Collections.Specialized.dll differ diff --git a/bin/Windows/System.Collections.dll b/bin/Windows/System.Collections.dll new file mode 100644 index 0000000..1fc6193 Binary files /dev/null and b/bin/Windows/System.Collections.dll differ diff --git a/bin/Windows/System.ComponentModel.Annotations.dll b/bin/Windows/System.ComponentModel.Annotations.dll new file mode 100644 index 0000000..b7e0d8e Binary files /dev/null and b/bin/Windows/System.ComponentModel.Annotations.dll differ diff --git a/bin/Windows/System.ComponentModel.DataAnnotations.dll b/bin/Windows/System.ComponentModel.DataAnnotations.dll new file mode 100644 index 0000000..1192b4d Binary files /dev/null and b/bin/Windows/System.ComponentModel.DataAnnotations.dll differ diff --git a/bin/Windows/System.ComponentModel.EventBasedAsync.dll b/bin/Windows/System.ComponentModel.EventBasedAsync.dll new file mode 100644 index 0000000..1c3bcfa Binary files /dev/null and b/bin/Windows/System.ComponentModel.EventBasedAsync.dll differ diff --git a/bin/Windows/System.ComponentModel.Primitives.dll b/bin/Windows/System.ComponentModel.Primitives.dll new file mode 100644 index 0000000..1dee850 Binary files /dev/null and b/bin/Windows/System.ComponentModel.Primitives.dll differ diff --git a/bin/Windows/System.ComponentModel.TypeConverter.dll b/bin/Windows/System.ComponentModel.TypeConverter.dll new file mode 100644 index 0000000..e3c38fe Binary files /dev/null and b/bin/Windows/System.ComponentModel.TypeConverter.dll differ diff --git a/bin/Windows/System.ComponentModel.dll b/bin/Windows/System.ComponentModel.dll new file mode 100644 index 0000000..ca264bd Binary files /dev/null and b/bin/Windows/System.ComponentModel.dll differ diff --git a/bin/Windows/System.Configuration.dll b/bin/Windows/System.Configuration.dll new file mode 100644 index 0000000..3d68bd1 Binary files /dev/null and b/bin/Windows/System.Configuration.dll differ diff --git a/bin/Windows/System.Console.dll b/bin/Windows/System.Console.dll new file mode 100644 index 0000000..8a834d9 Binary files /dev/null and b/bin/Windows/System.Console.dll differ diff --git a/bin/Windows/System.Core.dll b/bin/Windows/System.Core.dll new file mode 100644 index 0000000..6c0f300 Binary files /dev/null and b/bin/Windows/System.Core.dll differ diff --git a/bin/Windows/System.Data.Common.dll b/bin/Windows/System.Data.Common.dll new file mode 100644 index 0000000..7d6c5a9 Binary files /dev/null and b/bin/Windows/System.Data.Common.dll differ diff --git a/bin/Windows/System.Data.DataSetExtensions.dll b/bin/Windows/System.Data.DataSetExtensions.dll new file mode 100644 index 0000000..0606017 Binary files /dev/null and b/bin/Windows/System.Data.DataSetExtensions.dll differ diff --git a/bin/Windows/System.Data.dll b/bin/Windows/System.Data.dll new file mode 100644 index 0000000..2a2fe87 Binary files /dev/null and b/bin/Windows/System.Data.dll differ diff --git a/bin/Windows/System.Diagnostics.Contracts.dll b/bin/Windows/System.Diagnostics.Contracts.dll new file mode 100644 index 0000000..957c072 Binary files /dev/null and b/bin/Windows/System.Diagnostics.Contracts.dll differ diff --git a/bin/Windows/System.Diagnostics.Debug.dll b/bin/Windows/System.Diagnostics.Debug.dll new file mode 100644 index 0000000..8995911 Binary files /dev/null and b/bin/Windows/System.Diagnostics.Debug.dll differ diff --git a/bin/Windows/System.Diagnostics.DiagnosticSource.dll b/bin/Windows/System.Diagnostics.DiagnosticSource.dll new file mode 100644 index 0000000..2c62164 Binary files /dev/null and b/bin/Windows/System.Diagnostics.DiagnosticSource.dll differ diff --git a/bin/Windows/System.Diagnostics.FileVersionInfo.dll b/bin/Windows/System.Diagnostics.FileVersionInfo.dll new file mode 100644 index 0000000..f8175e3 Binary files /dev/null and b/bin/Windows/System.Diagnostics.FileVersionInfo.dll differ diff --git a/bin/Windows/System.Diagnostics.Process.dll b/bin/Windows/System.Diagnostics.Process.dll new file mode 100644 index 0000000..f6ccb85 Binary files /dev/null and b/bin/Windows/System.Diagnostics.Process.dll differ diff --git a/bin/Windows/System.Diagnostics.StackTrace.dll b/bin/Windows/System.Diagnostics.StackTrace.dll new file mode 100644 index 0000000..a8803e7 Binary files /dev/null and b/bin/Windows/System.Diagnostics.StackTrace.dll differ diff --git a/bin/Windows/System.Diagnostics.TextWriterTraceListener.dll b/bin/Windows/System.Diagnostics.TextWriterTraceListener.dll new file mode 100644 index 0000000..05c4d9b Binary files /dev/null and b/bin/Windows/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/bin/Windows/System.Diagnostics.Tools.dll b/bin/Windows/System.Diagnostics.Tools.dll new file mode 100644 index 0000000..910b614 Binary files /dev/null and b/bin/Windows/System.Diagnostics.Tools.dll differ diff --git a/bin/Windows/System.Diagnostics.TraceSource.dll b/bin/Windows/System.Diagnostics.TraceSource.dll new file mode 100644 index 0000000..babd3fd Binary files /dev/null and b/bin/Windows/System.Diagnostics.TraceSource.dll differ diff --git a/bin/Windows/System.Diagnostics.Tracing.dll b/bin/Windows/System.Diagnostics.Tracing.dll new file mode 100644 index 0000000..2a00f6e Binary files /dev/null and b/bin/Windows/System.Diagnostics.Tracing.dll differ diff --git a/bin/Windows/System.Drawing.Primitives.dll b/bin/Windows/System.Drawing.Primitives.dll new file mode 100644 index 0000000..1c3dfc7 Binary files /dev/null and b/bin/Windows/System.Drawing.Primitives.dll differ diff --git a/bin/Windows/System.Drawing.dll b/bin/Windows/System.Drawing.dll new file mode 100644 index 0000000..034b0b8 Binary files /dev/null and b/bin/Windows/System.Drawing.dll differ diff --git a/bin/Windows/System.Dynamic.Runtime.dll b/bin/Windows/System.Dynamic.Runtime.dll new file mode 100644 index 0000000..704b812 Binary files /dev/null and b/bin/Windows/System.Dynamic.Runtime.dll differ diff --git a/bin/Windows/System.Formats.Asn1.dll b/bin/Windows/System.Formats.Asn1.dll new file mode 100644 index 0000000..789b594 Binary files /dev/null and b/bin/Windows/System.Formats.Asn1.dll differ diff --git a/bin/Windows/System.Formats.Tar.dll b/bin/Windows/System.Formats.Tar.dll new file mode 100644 index 0000000..6d14be3 Binary files /dev/null and b/bin/Windows/System.Formats.Tar.dll differ diff --git a/bin/Windows/System.Globalization.Calendars.dll b/bin/Windows/System.Globalization.Calendars.dll new file mode 100644 index 0000000..833fbbb Binary files /dev/null and b/bin/Windows/System.Globalization.Calendars.dll differ diff --git a/bin/Windows/System.Globalization.Extensions.dll b/bin/Windows/System.Globalization.Extensions.dll new file mode 100644 index 0000000..d2672ce Binary files /dev/null and b/bin/Windows/System.Globalization.Extensions.dll differ diff --git a/bin/Windows/System.Globalization.dll b/bin/Windows/System.Globalization.dll new file mode 100644 index 0000000..cc340b9 Binary files /dev/null and b/bin/Windows/System.Globalization.dll differ diff --git a/bin/Windows/System.IO.Compression.Brotli.dll b/bin/Windows/System.IO.Compression.Brotli.dll new file mode 100644 index 0000000..e0fd64b Binary files /dev/null and b/bin/Windows/System.IO.Compression.Brotli.dll differ diff --git a/bin/Windows/System.IO.Compression.FileSystem.dll b/bin/Windows/System.IO.Compression.FileSystem.dll new file mode 100644 index 0000000..18337c8 Binary files /dev/null and b/bin/Windows/System.IO.Compression.FileSystem.dll differ diff --git a/bin/Windows/System.IO.Compression.Native.dll b/bin/Windows/System.IO.Compression.Native.dll new file mode 100644 index 0000000..ab187b8 Binary files /dev/null and b/bin/Windows/System.IO.Compression.Native.dll differ diff --git a/bin/Windows/System.IO.Compression.ZipFile.dll b/bin/Windows/System.IO.Compression.ZipFile.dll new file mode 100644 index 0000000..ac9e70d Binary files /dev/null and b/bin/Windows/System.IO.Compression.ZipFile.dll differ diff --git a/bin/Windows/System.IO.Compression.dll b/bin/Windows/System.IO.Compression.dll new file mode 100644 index 0000000..a7fc237 Binary files /dev/null and b/bin/Windows/System.IO.Compression.dll differ diff --git a/bin/Windows/System.IO.FileSystem.AccessControl.dll b/bin/Windows/System.IO.FileSystem.AccessControl.dll new file mode 100644 index 0000000..c0b033d Binary files /dev/null and b/bin/Windows/System.IO.FileSystem.AccessControl.dll differ diff --git a/bin/Windows/System.IO.FileSystem.DriveInfo.dll b/bin/Windows/System.IO.FileSystem.DriveInfo.dll new file mode 100644 index 0000000..42c2b70 Binary files /dev/null and b/bin/Windows/System.IO.FileSystem.DriveInfo.dll differ diff --git a/bin/Windows/System.IO.FileSystem.Primitives.dll b/bin/Windows/System.IO.FileSystem.Primitives.dll new file mode 100644 index 0000000..22d51a1 Binary files /dev/null and b/bin/Windows/System.IO.FileSystem.Primitives.dll differ diff --git a/bin/Windows/System.IO.FileSystem.Watcher.dll b/bin/Windows/System.IO.FileSystem.Watcher.dll new file mode 100644 index 0000000..1dce4cd Binary files /dev/null and b/bin/Windows/System.IO.FileSystem.Watcher.dll differ diff --git a/bin/Windows/System.IO.FileSystem.dll b/bin/Windows/System.IO.FileSystem.dll new file mode 100644 index 0000000..f727098 Binary files /dev/null and b/bin/Windows/System.IO.FileSystem.dll differ diff --git a/bin/Windows/System.IO.IsolatedStorage.dll b/bin/Windows/System.IO.IsolatedStorage.dll new file mode 100644 index 0000000..6c6b429 Binary files /dev/null and b/bin/Windows/System.IO.IsolatedStorage.dll differ diff --git a/bin/Windows/System.IO.MemoryMappedFiles.dll b/bin/Windows/System.IO.MemoryMappedFiles.dll new file mode 100644 index 0000000..b92f0f1 Binary files /dev/null and b/bin/Windows/System.IO.MemoryMappedFiles.dll differ diff --git a/bin/Windows/System.IO.Pipes.AccessControl.dll b/bin/Windows/System.IO.Pipes.AccessControl.dll new file mode 100644 index 0000000..c5aea81 Binary files /dev/null and b/bin/Windows/System.IO.Pipes.AccessControl.dll differ diff --git a/bin/Windows/System.IO.Pipes.dll b/bin/Windows/System.IO.Pipes.dll new file mode 100644 index 0000000..b3d81da Binary files /dev/null and b/bin/Windows/System.IO.Pipes.dll differ diff --git a/bin/Windows/System.IO.UnmanagedMemoryStream.dll b/bin/Windows/System.IO.UnmanagedMemoryStream.dll new file mode 100644 index 0000000..3b9cfdb Binary files /dev/null and b/bin/Windows/System.IO.UnmanagedMemoryStream.dll differ diff --git a/bin/Windows/System.IO.dll b/bin/Windows/System.IO.dll new file mode 100644 index 0000000..0c18fb0 Binary files /dev/null and b/bin/Windows/System.IO.dll differ diff --git a/bin/Windows/System.Linq.Expressions.dll b/bin/Windows/System.Linq.Expressions.dll new file mode 100644 index 0000000..42c8d0c Binary files /dev/null and b/bin/Windows/System.Linq.Expressions.dll differ diff --git a/bin/Windows/System.Linq.Parallel.dll b/bin/Windows/System.Linq.Parallel.dll new file mode 100644 index 0000000..a5786b6 Binary files /dev/null and b/bin/Windows/System.Linq.Parallel.dll differ diff --git a/bin/Windows/System.Linq.Queryable.dll b/bin/Windows/System.Linq.Queryable.dll new file mode 100644 index 0000000..fd0198c Binary files /dev/null and b/bin/Windows/System.Linq.Queryable.dll differ diff --git a/bin/Windows/System.Linq.dll b/bin/Windows/System.Linq.dll new file mode 100644 index 0000000..c31fcae Binary files /dev/null and b/bin/Windows/System.Linq.dll differ diff --git a/bin/Windows/System.Memory.dll b/bin/Windows/System.Memory.dll new file mode 100644 index 0000000..a047885 Binary files /dev/null and b/bin/Windows/System.Memory.dll differ diff --git a/bin/Windows/System.Net.Http.Json.dll b/bin/Windows/System.Net.Http.Json.dll new file mode 100644 index 0000000..95a85a0 Binary files /dev/null and b/bin/Windows/System.Net.Http.Json.dll differ diff --git a/bin/Windows/System.Net.Http.dll b/bin/Windows/System.Net.Http.dll new file mode 100644 index 0000000..04f451f Binary files /dev/null and b/bin/Windows/System.Net.Http.dll differ diff --git a/bin/Windows/System.Net.HttpListener.dll b/bin/Windows/System.Net.HttpListener.dll new file mode 100644 index 0000000..49a922c Binary files /dev/null and b/bin/Windows/System.Net.HttpListener.dll differ diff --git a/bin/Windows/System.Net.Mail.dll b/bin/Windows/System.Net.Mail.dll new file mode 100644 index 0000000..f5def2b Binary files /dev/null and b/bin/Windows/System.Net.Mail.dll differ diff --git a/bin/Windows/System.Net.NameResolution.dll b/bin/Windows/System.Net.NameResolution.dll new file mode 100644 index 0000000..0d23736 Binary files /dev/null and b/bin/Windows/System.Net.NameResolution.dll differ diff --git a/bin/Windows/System.Net.NetworkInformation.dll b/bin/Windows/System.Net.NetworkInformation.dll new file mode 100644 index 0000000..4f05a91 Binary files /dev/null and b/bin/Windows/System.Net.NetworkInformation.dll differ diff --git a/bin/Windows/System.Net.Ping.dll b/bin/Windows/System.Net.Ping.dll new file mode 100644 index 0000000..078b0fc Binary files /dev/null and b/bin/Windows/System.Net.Ping.dll differ diff --git a/bin/Windows/System.Net.Primitives.dll b/bin/Windows/System.Net.Primitives.dll new file mode 100644 index 0000000..6525f8d Binary files /dev/null and b/bin/Windows/System.Net.Primitives.dll differ diff --git a/bin/Windows/System.Net.Quic.dll b/bin/Windows/System.Net.Quic.dll new file mode 100644 index 0000000..46f6fc8 Binary files /dev/null and b/bin/Windows/System.Net.Quic.dll differ diff --git a/bin/Windows/System.Net.Requests.dll b/bin/Windows/System.Net.Requests.dll new file mode 100644 index 0000000..05b3288 Binary files /dev/null and b/bin/Windows/System.Net.Requests.dll differ diff --git a/bin/Windows/System.Net.Security.dll b/bin/Windows/System.Net.Security.dll new file mode 100644 index 0000000..0e02c7a Binary files /dev/null and b/bin/Windows/System.Net.Security.dll differ diff --git a/bin/Windows/System.Net.ServicePoint.dll b/bin/Windows/System.Net.ServicePoint.dll new file mode 100644 index 0000000..1c800bc Binary files /dev/null and b/bin/Windows/System.Net.ServicePoint.dll differ diff --git a/bin/Windows/System.Net.Sockets.dll b/bin/Windows/System.Net.Sockets.dll new file mode 100644 index 0000000..bb5ca70 Binary files /dev/null and b/bin/Windows/System.Net.Sockets.dll differ diff --git a/bin/Windows/System.Net.WebClient.dll b/bin/Windows/System.Net.WebClient.dll new file mode 100644 index 0000000..4b56d56 Binary files /dev/null and b/bin/Windows/System.Net.WebClient.dll differ diff --git a/bin/Windows/System.Net.WebHeaderCollection.dll b/bin/Windows/System.Net.WebHeaderCollection.dll new file mode 100644 index 0000000..13d40e5 Binary files /dev/null and b/bin/Windows/System.Net.WebHeaderCollection.dll differ diff --git a/bin/Windows/System.Net.WebProxy.dll b/bin/Windows/System.Net.WebProxy.dll new file mode 100644 index 0000000..ee27145 Binary files /dev/null and b/bin/Windows/System.Net.WebProxy.dll differ diff --git a/bin/Windows/System.Net.WebSockets.Client.dll b/bin/Windows/System.Net.WebSockets.Client.dll new file mode 100644 index 0000000..8a6d6ae Binary files /dev/null and b/bin/Windows/System.Net.WebSockets.Client.dll differ diff --git a/bin/Windows/System.Net.WebSockets.dll b/bin/Windows/System.Net.WebSockets.dll new file mode 100644 index 0000000..50c7f2c Binary files /dev/null and b/bin/Windows/System.Net.WebSockets.dll differ diff --git a/bin/Windows/System.Net.dll b/bin/Windows/System.Net.dll new file mode 100644 index 0000000..968f1df Binary files /dev/null and b/bin/Windows/System.Net.dll differ diff --git a/bin/Windows/System.Numerics.Vectors.dll b/bin/Windows/System.Numerics.Vectors.dll new file mode 100644 index 0000000..3dcca98 Binary files /dev/null and b/bin/Windows/System.Numerics.Vectors.dll differ diff --git a/bin/Windows/System.Numerics.dll b/bin/Windows/System.Numerics.dll new file mode 100644 index 0000000..6bbcbf3 Binary files /dev/null and b/bin/Windows/System.Numerics.dll differ diff --git a/bin/Windows/System.ObjectModel.dll b/bin/Windows/System.ObjectModel.dll new file mode 100644 index 0000000..39dee00 Binary files /dev/null and b/bin/Windows/System.ObjectModel.dll differ diff --git a/bin/Windows/System.Private.CoreLib.dll b/bin/Windows/System.Private.CoreLib.dll new file mode 100644 index 0000000..8325c0c Binary files /dev/null and b/bin/Windows/System.Private.CoreLib.dll differ diff --git a/bin/Windows/System.Private.DataContractSerialization.dll b/bin/Windows/System.Private.DataContractSerialization.dll new file mode 100644 index 0000000..754cdd7 Binary files /dev/null and b/bin/Windows/System.Private.DataContractSerialization.dll differ diff --git a/bin/Windows/System.Private.Uri.dll b/bin/Windows/System.Private.Uri.dll new file mode 100644 index 0000000..f7e9f19 Binary files /dev/null and b/bin/Windows/System.Private.Uri.dll differ diff --git a/bin/Windows/System.Private.Xml.Linq.dll b/bin/Windows/System.Private.Xml.Linq.dll new file mode 100644 index 0000000..74ac85f Binary files /dev/null and b/bin/Windows/System.Private.Xml.Linq.dll differ diff --git a/bin/Windows/System.Private.Xml.dll b/bin/Windows/System.Private.Xml.dll new file mode 100644 index 0000000..4f3f157 Binary files /dev/null and b/bin/Windows/System.Private.Xml.dll differ diff --git a/bin/Windows/System.Reflection.DispatchProxy.dll b/bin/Windows/System.Reflection.DispatchProxy.dll new file mode 100644 index 0000000..a825325 Binary files /dev/null and b/bin/Windows/System.Reflection.DispatchProxy.dll differ diff --git a/bin/Windows/System.Reflection.Emit.ILGeneration.dll b/bin/Windows/System.Reflection.Emit.ILGeneration.dll new file mode 100644 index 0000000..3d0c043 Binary files /dev/null and b/bin/Windows/System.Reflection.Emit.ILGeneration.dll differ diff --git a/bin/Windows/System.Reflection.Emit.Lightweight.dll b/bin/Windows/System.Reflection.Emit.Lightweight.dll new file mode 100644 index 0000000..81f7544 Binary files /dev/null and b/bin/Windows/System.Reflection.Emit.Lightweight.dll differ diff --git a/bin/Windows/System.Reflection.Emit.dll b/bin/Windows/System.Reflection.Emit.dll new file mode 100644 index 0000000..1119e1e Binary files /dev/null and b/bin/Windows/System.Reflection.Emit.dll differ diff --git a/bin/Windows/System.Reflection.Extensions.dll b/bin/Windows/System.Reflection.Extensions.dll new file mode 100644 index 0000000..82ce53e Binary files /dev/null and b/bin/Windows/System.Reflection.Extensions.dll differ diff --git a/bin/Windows/System.Reflection.Metadata.dll b/bin/Windows/System.Reflection.Metadata.dll new file mode 100644 index 0000000..2f9a31b Binary files /dev/null and b/bin/Windows/System.Reflection.Metadata.dll differ diff --git a/bin/Windows/System.Reflection.Primitives.dll b/bin/Windows/System.Reflection.Primitives.dll new file mode 100644 index 0000000..ad61564 Binary files /dev/null and b/bin/Windows/System.Reflection.Primitives.dll differ diff --git a/bin/Windows/System.Reflection.TypeExtensions.dll b/bin/Windows/System.Reflection.TypeExtensions.dll new file mode 100644 index 0000000..01288e5 Binary files /dev/null and b/bin/Windows/System.Reflection.TypeExtensions.dll differ diff --git a/bin/Windows/System.Reflection.dll b/bin/Windows/System.Reflection.dll new file mode 100644 index 0000000..8ea7004 Binary files /dev/null and b/bin/Windows/System.Reflection.dll differ diff --git a/bin/Windows/System.Resources.Reader.dll b/bin/Windows/System.Resources.Reader.dll new file mode 100644 index 0000000..bedd399 Binary files /dev/null and b/bin/Windows/System.Resources.Reader.dll differ diff --git a/bin/Windows/System.Resources.ResourceManager.dll b/bin/Windows/System.Resources.ResourceManager.dll new file mode 100644 index 0000000..df72f7d Binary files /dev/null and b/bin/Windows/System.Resources.ResourceManager.dll differ diff --git a/bin/Windows/System.Resources.Writer.dll b/bin/Windows/System.Resources.Writer.dll new file mode 100644 index 0000000..bed10aa Binary files /dev/null and b/bin/Windows/System.Resources.Writer.dll differ diff --git a/bin/Windows/System.Runtime.CompilerServices.Unsafe.dll b/bin/Windows/System.Runtime.CompilerServices.Unsafe.dll new file mode 100644 index 0000000..407c782 Binary files /dev/null and b/bin/Windows/System.Runtime.CompilerServices.Unsafe.dll differ diff --git a/bin/Windows/System.Runtime.CompilerServices.VisualC.dll b/bin/Windows/System.Runtime.CompilerServices.VisualC.dll new file mode 100644 index 0000000..d27f93e Binary files /dev/null and b/bin/Windows/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/bin/Windows/System.Runtime.Extensions.dll b/bin/Windows/System.Runtime.Extensions.dll new file mode 100644 index 0000000..8793c26 Binary files /dev/null and b/bin/Windows/System.Runtime.Extensions.dll differ diff --git a/bin/Windows/System.Runtime.Handles.dll b/bin/Windows/System.Runtime.Handles.dll new file mode 100644 index 0000000..164f8b8 Binary files /dev/null and b/bin/Windows/System.Runtime.Handles.dll differ diff --git a/bin/Windows/System.Runtime.InteropServices.JavaScript.dll b/bin/Windows/System.Runtime.InteropServices.JavaScript.dll new file mode 100644 index 0000000..b452d2f Binary files /dev/null and b/bin/Windows/System.Runtime.InteropServices.JavaScript.dll differ diff --git a/bin/Windows/System.Runtime.InteropServices.RuntimeInformation.dll b/bin/Windows/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100644 index 0000000..9736f62 Binary files /dev/null and b/bin/Windows/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/bin/Windows/System.Runtime.InteropServices.dll b/bin/Windows/System.Runtime.InteropServices.dll new file mode 100644 index 0000000..1440744 Binary files /dev/null and b/bin/Windows/System.Runtime.InteropServices.dll differ diff --git a/bin/Windows/System.Runtime.Intrinsics.dll b/bin/Windows/System.Runtime.Intrinsics.dll new file mode 100644 index 0000000..58ca4c9 Binary files /dev/null and b/bin/Windows/System.Runtime.Intrinsics.dll differ diff --git a/bin/Windows/System.Runtime.Loader.dll b/bin/Windows/System.Runtime.Loader.dll new file mode 100644 index 0000000..a63626f Binary files /dev/null and b/bin/Windows/System.Runtime.Loader.dll differ diff --git a/bin/Windows/System.Runtime.Numerics.dll b/bin/Windows/System.Runtime.Numerics.dll new file mode 100644 index 0000000..a6c6567 Binary files /dev/null and b/bin/Windows/System.Runtime.Numerics.dll differ diff --git a/bin/Windows/System.Runtime.Serialization.Formatters.dll b/bin/Windows/System.Runtime.Serialization.Formatters.dll new file mode 100644 index 0000000..6b46a2b Binary files /dev/null and b/bin/Windows/System.Runtime.Serialization.Formatters.dll differ diff --git a/bin/Windows/System.Runtime.Serialization.Json.dll b/bin/Windows/System.Runtime.Serialization.Json.dll new file mode 100644 index 0000000..20d9cc1 Binary files /dev/null and b/bin/Windows/System.Runtime.Serialization.Json.dll differ diff --git a/bin/Windows/System.Runtime.Serialization.Primitives.dll b/bin/Windows/System.Runtime.Serialization.Primitives.dll new file mode 100644 index 0000000..4ec05e1 Binary files /dev/null and b/bin/Windows/System.Runtime.Serialization.Primitives.dll differ diff --git a/bin/Windows/System.Runtime.Serialization.Xml.dll b/bin/Windows/System.Runtime.Serialization.Xml.dll new file mode 100644 index 0000000..5b51356 Binary files /dev/null and b/bin/Windows/System.Runtime.Serialization.Xml.dll differ diff --git a/bin/Windows/System.Runtime.Serialization.dll b/bin/Windows/System.Runtime.Serialization.dll new file mode 100644 index 0000000..80c51ec Binary files /dev/null and b/bin/Windows/System.Runtime.Serialization.dll differ diff --git a/bin/Windows/System.Runtime.dll b/bin/Windows/System.Runtime.dll new file mode 100644 index 0000000..26f307f Binary files /dev/null and b/bin/Windows/System.Runtime.dll differ diff --git a/bin/Windows/System.Security.AccessControl.dll b/bin/Windows/System.Security.AccessControl.dll new file mode 100644 index 0000000..ae869fb Binary files /dev/null and b/bin/Windows/System.Security.AccessControl.dll differ diff --git a/bin/Windows/System.Security.Claims.dll b/bin/Windows/System.Security.Claims.dll new file mode 100644 index 0000000..6abce15 Binary files /dev/null and b/bin/Windows/System.Security.Claims.dll differ diff --git a/bin/Windows/System.Security.Cryptography.Algorithms.dll b/bin/Windows/System.Security.Cryptography.Algorithms.dll new file mode 100644 index 0000000..1712f1c Binary files /dev/null and b/bin/Windows/System.Security.Cryptography.Algorithms.dll differ diff --git a/bin/Windows/System.Security.Cryptography.Cng.dll b/bin/Windows/System.Security.Cryptography.Cng.dll new file mode 100644 index 0000000..2d052c3 Binary files /dev/null and b/bin/Windows/System.Security.Cryptography.Cng.dll differ diff --git a/bin/Windows/System.Security.Cryptography.Csp.dll b/bin/Windows/System.Security.Cryptography.Csp.dll new file mode 100644 index 0000000..081da4d Binary files /dev/null and b/bin/Windows/System.Security.Cryptography.Csp.dll differ diff --git a/bin/Windows/System.Security.Cryptography.Encoding.dll b/bin/Windows/System.Security.Cryptography.Encoding.dll new file mode 100644 index 0000000..a067323 Binary files /dev/null and b/bin/Windows/System.Security.Cryptography.Encoding.dll differ diff --git a/bin/Windows/System.Security.Cryptography.OpenSsl.dll b/bin/Windows/System.Security.Cryptography.OpenSsl.dll new file mode 100644 index 0000000..de72cee Binary files /dev/null and b/bin/Windows/System.Security.Cryptography.OpenSsl.dll differ diff --git a/bin/runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll b/bin/Windows/System.Security.Cryptography.Pkcs.dll similarity index 100% rename from bin/runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll rename to bin/Windows/System.Security.Cryptography.Pkcs.dll diff --git a/bin/Windows/System.Security.Cryptography.Primitives.dll b/bin/Windows/System.Security.Cryptography.Primitives.dll new file mode 100644 index 0000000..cbe357e Binary files /dev/null and b/bin/Windows/System.Security.Cryptography.Primitives.dll differ diff --git a/bin/Windows/System.Security.Cryptography.X509Certificates.dll b/bin/Windows/System.Security.Cryptography.X509Certificates.dll new file mode 100644 index 0000000..1e39654 Binary files /dev/null and b/bin/Windows/System.Security.Cryptography.X509Certificates.dll differ diff --git a/bin/Windows/System.Security.Cryptography.dll b/bin/Windows/System.Security.Cryptography.dll new file mode 100644 index 0000000..8712067 Binary files /dev/null and b/bin/Windows/System.Security.Cryptography.dll differ diff --git a/bin/Windows/System.Security.Principal.Windows.dll b/bin/Windows/System.Security.Principal.Windows.dll new file mode 100644 index 0000000..169d2c2 Binary files /dev/null and b/bin/Windows/System.Security.Principal.Windows.dll differ diff --git a/bin/Windows/System.Security.Principal.dll b/bin/Windows/System.Security.Principal.dll new file mode 100644 index 0000000..c66c8ed Binary files /dev/null and b/bin/Windows/System.Security.Principal.dll differ diff --git a/bin/Windows/System.Security.SecureString.dll b/bin/Windows/System.Security.SecureString.dll new file mode 100644 index 0000000..411b853 Binary files /dev/null and b/bin/Windows/System.Security.SecureString.dll differ diff --git a/bin/Windows/System.Security.dll b/bin/Windows/System.Security.dll new file mode 100644 index 0000000..c1580da Binary files /dev/null and b/bin/Windows/System.Security.dll differ diff --git a/bin/Windows/System.ServiceModel.Web.dll b/bin/Windows/System.ServiceModel.Web.dll new file mode 100644 index 0000000..9165161 Binary files /dev/null and b/bin/Windows/System.ServiceModel.Web.dll differ diff --git a/bin/Windows/System.ServiceProcess.dll b/bin/Windows/System.ServiceProcess.dll new file mode 100644 index 0000000..e9b4c08 Binary files /dev/null and b/bin/Windows/System.ServiceProcess.dll differ diff --git a/bin/Windows/System.Text.Encoding.CodePages.dll b/bin/Windows/System.Text.Encoding.CodePages.dll new file mode 100644 index 0000000..10bb2bc Binary files /dev/null and b/bin/Windows/System.Text.Encoding.CodePages.dll differ diff --git a/bin/Windows/System.Text.Encoding.Extensions.dll b/bin/Windows/System.Text.Encoding.Extensions.dll new file mode 100644 index 0000000..e236b2a Binary files /dev/null and b/bin/Windows/System.Text.Encoding.Extensions.dll differ diff --git a/bin/Windows/System.Text.Encoding.dll b/bin/Windows/System.Text.Encoding.dll new file mode 100644 index 0000000..a65a359 Binary files /dev/null and b/bin/Windows/System.Text.Encoding.dll differ diff --git a/bin/Windows/System.Text.Encodings.Web.dll b/bin/Windows/System.Text.Encodings.Web.dll new file mode 100644 index 0000000..4ccea2d Binary files /dev/null and b/bin/Windows/System.Text.Encodings.Web.dll differ diff --git a/bin/Windows/System.Text.Json.dll b/bin/Windows/System.Text.Json.dll new file mode 100644 index 0000000..068c746 Binary files /dev/null and b/bin/Windows/System.Text.Json.dll differ diff --git a/bin/Windows/System.Text.RegularExpressions.dll b/bin/Windows/System.Text.RegularExpressions.dll new file mode 100644 index 0000000..4d9ca42 Binary files /dev/null and b/bin/Windows/System.Text.RegularExpressions.dll differ diff --git a/bin/Windows/System.Threading.Channels.dll b/bin/Windows/System.Threading.Channels.dll new file mode 100644 index 0000000..b9fab2b Binary files /dev/null and b/bin/Windows/System.Threading.Channels.dll differ diff --git a/bin/Windows/System.Threading.Overlapped.dll b/bin/Windows/System.Threading.Overlapped.dll new file mode 100644 index 0000000..b1d0928 Binary files /dev/null and b/bin/Windows/System.Threading.Overlapped.dll differ diff --git a/bin/Windows/System.Threading.Tasks.Dataflow.dll b/bin/Windows/System.Threading.Tasks.Dataflow.dll new file mode 100644 index 0000000..c879235 Binary files /dev/null and b/bin/Windows/System.Threading.Tasks.Dataflow.dll differ diff --git a/bin/Windows/System.Threading.Tasks.Extensions.dll b/bin/Windows/System.Threading.Tasks.Extensions.dll new file mode 100644 index 0000000..42a8884 Binary files /dev/null and b/bin/Windows/System.Threading.Tasks.Extensions.dll differ diff --git a/bin/Windows/System.Threading.Tasks.Parallel.dll b/bin/Windows/System.Threading.Tasks.Parallel.dll new file mode 100644 index 0000000..d1ca47c Binary files /dev/null and b/bin/Windows/System.Threading.Tasks.Parallel.dll differ diff --git a/bin/Windows/System.Threading.Tasks.dll b/bin/Windows/System.Threading.Tasks.dll new file mode 100644 index 0000000..71380eb Binary files /dev/null and b/bin/Windows/System.Threading.Tasks.dll differ diff --git a/bin/Windows/System.Threading.Thread.dll b/bin/Windows/System.Threading.Thread.dll new file mode 100644 index 0000000..b58e1b6 Binary files /dev/null and b/bin/Windows/System.Threading.Thread.dll differ diff --git a/bin/Windows/System.Threading.ThreadPool.dll b/bin/Windows/System.Threading.ThreadPool.dll new file mode 100644 index 0000000..b6480f1 Binary files /dev/null and b/bin/Windows/System.Threading.ThreadPool.dll differ diff --git a/bin/Windows/System.Threading.Timer.dll b/bin/Windows/System.Threading.Timer.dll new file mode 100644 index 0000000..d8e8b83 Binary files /dev/null and b/bin/Windows/System.Threading.Timer.dll differ diff --git a/bin/Windows/System.Threading.dll b/bin/Windows/System.Threading.dll new file mode 100644 index 0000000..239969b Binary files /dev/null and b/bin/Windows/System.Threading.dll differ diff --git a/bin/Windows/System.Transactions.Local.dll b/bin/Windows/System.Transactions.Local.dll new file mode 100644 index 0000000..1498424 Binary files /dev/null and b/bin/Windows/System.Transactions.Local.dll differ diff --git a/bin/Windows/System.Transactions.dll b/bin/Windows/System.Transactions.dll new file mode 100644 index 0000000..d5c0ffb Binary files /dev/null and b/bin/Windows/System.Transactions.dll differ diff --git a/bin/Windows/System.ValueTuple.dll b/bin/Windows/System.ValueTuple.dll new file mode 100644 index 0000000..51c9854 Binary files /dev/null and b/bin/Windows/System.ValueTuple.dll differ diff --git a/bin/Windows/System.Web.HttpUtility.dll b/bin/Windows/System.Web.HttpUtility.dll new file mode 100644 index 0000000..8d75e09 Binary files /dev/null and b/bin/Windows/System.Web.HttpUtility.dll differ diff --git a/bin/Windows/System.Web.dll b/bin/Windows/System.Web.dll new file mode 100644 index 0000000..6bd7cb9 Binary files /dev/null and b/bin/Windows/System.Web.dll differ diff --git a/bin/Windows/System.Windows.dll b/bin/Windows/System.Windows.dll new file mode 100644 index 0000000..ef8cc3a Binary files /dev/null and b/bin/Windows/System.Windows.dll differ diff --git a/bin/Windows/System.Xml.Linq.dll b/bin/Windows/System.Xml.Linq.dll new file mode 100644 index 0000000..e4bb1eb Binary files /dev/null and b/bin/Windows/System.Xml.Linq.dll differ diff --git a/bin/Windows/System.Xml.ReaderWriter.dll b/bin/Windows/System.Xml.ReaderWriter.dll new file mode 100644 index 0000000..df62862 Binary files /dev/null and b/bin/Windows/System.Xml.ReaderWriter.dll differ diff --git a/bin/Windows/System.Xml.Serialization.dll b/bin/Windows/System.Xml.Serialization.dll new file mode 100644 index 0000000..bc81e85 Binary files /dev/null and b/bin/Windows/System.Xml.Serialization.dll differ diff --git a/bin/Windows/System.Xml.XDocument.dll b/bin/Windows/System.Xml.XDocument.dll new file mode 100644 index 0000000..a8be806 Binary files /dev/null and b/bin/Windows/System.Xml.XDocument.dll differ diff --git a/bin/Windows/System.Xml.XPath.XDocument.dll b/bin/Windows/System.Xml.XPath.XDocument.dll new file mode 100644 index 0000000..553426c Binary files /dev/null and b/bin/Windows/System.Xml.XPath.XDocument.dll differ diff --git a/bin/Windows/System.Xml.XPath.dll b/bin/Windows/System.Xml.XPath.dll new file mode 100644 index 0000000..a81739d Binary files /dev/null and b/bin/Windows/System.Xml.XPath.dll differ diff --git a/bin/Windows/System.Xml.XmlDocument.dll b/bin/Windows/System.Xml.XmlDocument.dll new file mode 100644 index 0000000..ad185ee Binary files /dev/null and b/bin/Windows/System.Xml.XmlDocument.dll differ diff --git a/bin/Windows/System.Xml.XmlSerializer.dll b/bin/Windows/System.Xml.XmlSerializer.dll new file mode 100644 index 0000000..b8119da Binary files /dev/null and b/bin/Windows/System.Xml.XmlSerializer.dll differ diff --git a/bin/Windows/System.Xml.dll b/bin/Windows/System.Xml.dll new file mode 100644 index 0000000..a5a7270 Binary files /dev/null and b/bin/Windows/System.Xml.dll differ diff --git a/bin/Windows/System.dll b/bin/Windows/System.dll new file mode 100644 index 0000000..d753cc3 Binary files /dev/null and b/bin/Windows/System.dll differ diff --git a/bin/Windows/Validation.dll b/bin/Windows/Validation.dll new file mode 100644 index 0000000..e7c1875 Binary files /dev/null and b/bin/Windows/Validation.dll differ diff --git a/bin/Windows/WindowsBase.dll b/bin/Windows/WindowsBase.dll new file mode 100644 index 0000000..a8f4d7a Binary files /dev/null and b/bin/Windows/WindowsBase.dll differ diff --git a/bin/Windows/Xunit.SkippableFact.dll b/bin/Windows/Xunit.SkippableFact.dll new file mode 100644 index 0000000..8e37f27 Binary files /dev/null and b/bin/Windows/Xunit.SkippableFact.dll differ diff --git a/bin/XescSDK.deps.json b/bin/Windows/XvirusCLI.deps.json similarity index 59% rename from bin/XescSDK.deps.json rename to bin/Windows/XvirusCLI.deps.json index 9858ed5..6f929ef 100644 --- a/bin/XescSDK.deps.json +++ b/bin/Windows/XvirusCLI.deps.json @@ -1,19 +1,739 @@ { "runtimeTarget": { - "name": ".NETCoreApp,Version=v5.0", + "name": ".NETCoreApp,Version=v7.0/win-x64", "signature": "" }, "compilationOptions": {}, "targets": { - ".NETCoreApp,Version=v5.0": { - "XescSDK/4.0.5": { + ".NETCoreApp,Version=v7.0": {}, + ".NETCoreApp,Version=v7.0/win-x64": { + "XvirusCLI/4.1.0.0": { "dependencies": { - "Microsoft.ML": "1.7.1", - "Microsoft.ML.FastTree": "1.7.1", - "PeNet": "1.6.1" + "XvirusSDK": "4.1.0", + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "7.0.0" }, "runtime": { - "XescSDK.dll": {} + "XvirusCLI.dll": {} + } + }, + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/7.0.0": { + "runtime": { + "Microsoft.CSharp.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "Microsoft.VisualBasic.Core.dll": { + "assemblyVersion": "12.0.0.0", + "fileVersion": "12.0.22.51805" + }, + "Microsoft.VisualBasic.dll": { + "assemblyVersion": "10.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "Microsoft.Win32.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "Microsoft.Win32.Registry.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.AppContext.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Buffers.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Collections.Concurrent.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Collections.Immutable.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Collections.NonGeneric.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Collections.Specialized.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Collections.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.Annotations.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.DataAnnotations.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.EventBasedAsync.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.TypeConverter.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ComponentModel.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Configuration.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Console.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Core.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Data.Common.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Data.DataSetExtensions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Data.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.Contracts.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.Debug.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.DiagnosticSource.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.FileVersionInfo.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.Process.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.StackTrace.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.TextWriterTraceListener.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.Tools.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.TraceSource.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Diagnostics.Tracing.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Drawing.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Drawing.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Dynamic.Runtime.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Formats.Asn1.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Formats.Tar.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Globalization.Calendars.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Globalization.Extensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Globalization.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Compression.Brotli.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Compression.FileSystem.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Compression.ZipFile.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Compression.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.FileSystem.AccessControl.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.FileSystem.DriveInfo.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.FileSystem.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.FileSystem.Watcher.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.FileSystem.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.IsolatedStorage.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.MemoryMappedFiles.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Pipes.AccessControl.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.Pipes.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.UnmanagedMemoryStream.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.IO.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Linq.Expressions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Linq.Parallel.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Linq.Queryable.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Linq.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Memory.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Http.Json.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Http.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.HttpListener.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Mail.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.NameResolution.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.NetworkInformation.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Ping.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Quic.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Requests.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Security.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.ServicePoint.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.Sockets.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.WebClient.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.WebHeaderCollection.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.WebProxy.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.WebSockets.Client.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.WebSockets.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Net.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Numerics.Vectors.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Numerics.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ObjectModel.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Private.CoreLib.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Private.DataContractSerialization.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Private.Uri.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Private.Xml.Linq.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Private.Xml.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.DispatchProxy.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Emit.ILGeneration.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Emit.Lightweight.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Emit.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Extensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Metadata.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.TypeExtensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Reflection.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Resources.Reader.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Resources.ResourceManager.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Resources.Writer.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.CompilerServices.Unsafe.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.CompilerServices.VisualC.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Extensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Handles.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.InteropServices.JavaScript.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.InteropServices.RuntimeInformation.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.InteropServices.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Intrinsics.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Loader.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Numerics.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Serialization.Formatters.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Serialization.Json.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Serialization.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Serialization.Xml.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Runtime.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.AccessControl.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Claims.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.Algorithms.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.Cng.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.Csp.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.Encoding.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.OpenSsl.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.Primitives.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.X509Certificates.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Cryptography.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Principal.Windows.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.Principal.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.SecureString.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Security.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ServiceModel.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ServiceProcess.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.Encoding.CodePages.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.Encoding.Extensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.Encoding.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.Encodings.Web.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.Json.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Text.RegularExpressions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Channels.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Overlapped.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Tasks.Dataflow.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Tasks.Extensions.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Tasks.Parallel.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Tasks.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Thread.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.ThreadPool.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.Timer.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Threading.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Transactions.Local.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Transactions.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.ValueTuple.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Web.HttpUtility.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Web.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Windows.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.Linq.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.ReaderWriter.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.Serialization.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.XDocument.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.XPath.XDocument.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.XPath.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.XmlDocument.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.XmlSerializer.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.Xml.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "System.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "WindowsBase.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "mscorlib.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "7.0.22.51805" + }, + "netstandard.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "7.0.22.51805" + } + }, + "native": { + "Microsoft.DiaSymReader.Native.amd64.dll": { + "fileVersion": "14.28.29715.1" + }, + "System.IO.Compression.Native.dll": { + "fileVersion": "7.0.22.51805" + }, + "clretwrc.dll": { + "fileVersion": "7.0.22.51805" + }, + "clrgc.dll": { + "fileVersion": "7.0.22.51805" + }, + "clrjit.dll": { + "fileVersion": "7.0.22.51805" + }, + "coreclr.dll": { + "fileVersion": "7.0.22.51805" + }, + "createdump.exe": { + "fileVersion": "7.0.22.51805" + }, + "hostfxr.dll": { + "fileVersion": "7.0.22.51805" + }, + "hostpolicy.dll": { + "fileVersion": "7.0.22.51805" + }, + "mscordaccore.dll": { + "fileVersion": "7.0.22.51805" + }, + "mscordaccore_amd64_amd64_7.0.22.51805.dll": { + "fileVersion": "7.0.22.51805" + }, + "mscordbi.dll": { + "fileVersion": "7.0.22.51805" + }, + "mscorrc.dll": { + "fileVersion": "7.0.22.51805" + }, + "msquic.dll": { + "fileVersion": "2.1.1.0" + } } }, "Microsoft.CSharp/4.3.0": { @@ -77,40 +797,8 @@ "fileVersion": "1.700.122.15804" } }, - "runtimeTargets": { - "runtimes/linux-arm/native/libLdaNative.so": { - "rid": "linux-arm", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-arm64/native/libLdaNative.so": { - "rid": "linux-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/linux-x64/native/libLdaNative.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx-arm64/native/libLdaNative.dylib": { - "rid": "osx-arm64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx-x64/native/libLdaNative.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, + "native": { "runtimes/win-x64/native/LdaNative.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.1900.122.15804" - }, - "runtimes/win-x86/native/LdaNative.dll": { - "rid": "win-x86", - "assetType": "native", "fileVersion": "0.1900.122.15804" } } @@ -145,25 +833,8 @@ "fileVersion": "1.700.122.15804" } }, - "runtimeTargets": { - "runtimes/linux-x64/native/libFastTreeNative.so": { - "rid": "linux-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, - "runtimes/osx-x64/native/libFastTreeNative.dylib": { - "rid": "osx-x64", - "assetType": "native", - "fileVersion": "0.0.0.0" - }, + "native": { "runtimes/win-x64/native/FastTreeNative.dll": { - "rid": "win-x64", - "assetType": "native", - "fileVersion": "0.1900.122.15804" - }, - "runtimes/win-x86/native/FastTreeNative.dll": { - "rid": "win-x86", - "assetType": "native", "fileVersion": "0.1900.122.15804" } } @@ -174,7 +845,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.Microsoft.Win32.Primitives": "4.3.0" } }, "NETStandard.Library/1.6.1": { @@ -262,6 +934,31 @@ } } }, + "runtime.any.System.Collections/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "runtime.any.System.Diagnostics.Tools/4.3.0": {}, + "runtime.any.System.Diagnostics.Tracing/4.3.0": {}, + "runtime.any.System.Globalization/4.3.0": {}, + "runtime.any.System.Globalization.Calendars/4.3.0": {}, + "runtime.any.System.IO/4.3.0": {}, + "runtime.any.System.Reflection/4.3.0": {}, + "runtime.any.System.Reflection.Extensions/4.3.0": {}, + "runtime.any.System.Reflection.Primitives/4.3.0": {}, + "runtime.any.System.Resources.ResourceManager/4.3.0": {}, + "runtime.any.System.Runtime/4.3.0": { + "dependencies": { + "System.Private.Uri": "4.3.0" + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": {}, + "runtime.any.System.Runtime.InteropServices/4.3.0": {}, + "runtime.any.System.Text.Encoding/4.3.0": {}, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": {}, + "runtime.any.System.Threading.Tasks/4.3.0": {}, + "runtime.any.System.Threading.Timer/4.3.0": {}, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, @@ -285,31 +982,111 @@ }, "runtime.native.System.Security.Cryptography.Apple/4.3.0": { "dependencies": { - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, + "runtime.win.Microsoft.Win32.Primitives/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + } + }, + "runtime.win.System.Console/4.3.0": { + "dependencies": { + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": {}, + "runtime.win.System.IO.FileSystem/4.3.0": { + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "runtime.win.System.Net.Primitives/4.3.0": { + "dependencies": { + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "runtime.win.System.Net.Sockets/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" } }, - "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "runtime.win.System.Runtime.Extensions/4.3.0": { "dependencies": { - "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + "System.Private.Uri": "4.3.0" } }, - "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": {}, - "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, - "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "System.AppContext/4.3.0": { "dependencies": { "System.Runtime": "4.3.0" @@ -336,7 +1113,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" } }, "System.Collections.Concurrent/4.3.0": { @@ -412,14 +1190,16 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" + "System.Text.Encoding": "4.3.0", + "runtime.win.System.Console": "4.3.0" } }, "System.Diagnostics.Debug/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" } }, "System.Diagnostics.DiagnosticSource/4.3.0": { @@ -435,14 +1215,16 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tools": "4.3.0" } }, "System.Diagnostics.Tracing/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" } }, "System.Dynamic.Runtime/4.3.0": { @@ -467,7 +1249,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" } }, "System.Globalization.Calendars/4.3.0": { @@ -475,7 +1258,8 @@ "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Globalization": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization.Calendars": "4.3.0" } }, "System.Globalization.Extensions/4.3.0": { @@ -494,7 +1278,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" } }, "System.IO.Compression/4.3.0": { @@ -538,7 +1323,8 @@ "System.Runtime": "4.3.0", "System.Runtime.Handles": "4.3.0", "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" } }, "System.IO.FileSystem.Primitives/4.3.0": { @@ -607,12 +1393,31 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" } }, + "System.Net.NameResolution/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, "System.Net.Primitives/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" + "System.Runtime.Handles": "4.3.0", + "runtime.win.System.Net.Primitives": "4.3.0" } }, "System.Net.Sockets/4.3.0": { @@ -622,7 +1427,8 @@ "System.IO": "4.3.0", "System.Net.Primitives": "4.3.0", "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.Net.Sockets": "4.3.0" } }, "System.ObjectModel/4.3.0": { @@ -634,13 +1440,20 @@ "System.Threading": "4.3.0" } }, + "System.Private.Uri/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, "System.Reflection/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" } }, "System.Reflection.Emit/4.3.0": { @@ -672,14 +1485,16 @@ "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" } }, "System.Reflection.Primitives/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" } }, "System.Reflection.TypeExtensions/4.3.0": { @@ -694,27 +1509,31 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.Globalization": "4.3.0", "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" } }, "System.Runtime/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "runtime.any.System.Runtime": "4.3.0" } }, "System.Runtime.Extensions/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" } }, "System.Runtime.Handles/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Runtime.Handles": "4.3.0" } }, "System.Runtime.InteropServices/4.3.0": { @@ -724,7 +1543,8 @@ "System.Reflection": "4.3.0", "System.Reflection.Primitives": "4.3.0", "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" + "System.Runtime.Handles": "4.3.0", + "runtime.any.System.Runtime.InteropServices": "4.3.0" } }, "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { @@ -761,6 +1581,17 @@ "System.Runtime": "4.3.0" } }, + "System.Security.Claims/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Security.Principal": "4.3.0" + } + }, "System.Security.Cryptography.Algorithms/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", @@ -835,15 +1666,7 @@ "System.Security.Cryptography.Cng": "4.7.0" }, "runtime": { - "lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "4.1.1.0", - "fileVersion": "4.700.19.56404" - } - }, - "runtimeTargets": { "runtimes/win/lib/netcoreapp3.0/System.Security.Cryptography.Pkcs.dll": { - "rid": "win", - "assetType": "runtime", "assemblyVersion": "4.1.1.0", "fileVersion": "4.700.19.56404" } @@ -889,11 +1712,35 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" } }, + "System.Security.Principal/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Security.Principal.Windows/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Claims": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + } + }, "System.Text.Encoding/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Text.Encoding": "4.3.0" } }, "System.Text.Encoding.Extensions/4.3.0": { @@ -901,7 +1748,8 @@ "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0" + "System.Text.Encoding": "4.3.0", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" } }, "System.Text.RegularExpressions/4.3.0": { @@ -916,11 +1764,20 @@ } }, "System.Threading.Channels/4.7.1": {}, + "System.Threading.Overlapped/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + } + }, "System.Threading.Tasks/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Tasks": "4.3.0" } }, "System.Threading.Tasks.Extensions/4.3.0": { @@ -934,7 +1791,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Timer": "4.3.0" } }, "System.Xml.ReaderWriter/4.3.0": { @@ -1035,15 +1893,38 @@ "fileVersion": "1.3.12.62151" } } + }, + "BaseLibrary/1.0.0": { + "dependencies": { + "Microsoft.ML": "1.7.1", + "Microsoft.ML.FastTree": "1.7.1", + "PeNet": "1.6.1" + }, + "runtime": { + "BaseLibrary.dll": {} + } + }, + "XvirusSDK/4.1.0": { + "dependencies": { + "BaseLibrary": "1.0.0" + }, + "runtime": { + "XvirusSDK.dll": {} + } } } }, "libraries": { - "XescSDK/4.0.5": { + "XvirusCLI/4.1.0.0": { "type": "project", "serviceable": false, "sha512": "" }, + "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/7.0.0": { + "type": "runtimepack", + "serviceable": false, + "sha512": "" + }, "Microsoft.CSharp/4.3.0": { "type": "package", "serviceable": true, @@ -1128,6 +2009,125 @@ "path": "penet.asn1/1.3.3", "hashPath": "penet.asn1.1.3.3.nupkg.sha512" }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", + "path": "runtime.any.system.collections/4.3.0", + "hashPath": "runtime.any.system.collections.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Diagnostics.Tools/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-S/GPBmfPBB48ZghLxdDR7kDAJVAqgAuThyDJho3OLP5OS4tWD2ydyL8LKm8lhiBxce10OKe9X2zZ6DUjAqEbPg==", + "path": "runtime.any.system.diagnostics.tools/4.3.0", + "hashPath": "runtime.any.system.diagnostics.tools.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", + "path": "runtime.any.system.diagnostics.tracing/4.3.0", + "hashPath": "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", + "path": "runtime.any.system.globalization/4.3.0", + "hashPath": "runtime.any.system.globalization.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Globalization.Calendars/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-M1r+760j1CNA6M/ZaW6KX8gOS8nxPRqloqDcJYVidRG566Ykwcs29AweZs2JF+nMOCgWDiMfPSTMfvwOI9F77w==", + "path": "runtime.any.system.globalization.calendars/4.3.0", + "hashPath": "runtime.any.system.globalization.calendars.4.3.0.nupkg.sha512" + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", + "path": "runtime.any.system.io/4.3.0", + "hashPath": "runtime.any.system.io.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", + "path": "runtime.any.system.reflection/4.3.0", + "hashPath": "runtime.any.system.reflection.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", + "path": "runtime.any.system.reflection.extensions/4.3.0", + "hashPath": "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", + "path": "runtime.any.system.reflection.primitives/4.3.0", + "hashPath": "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", + "path": "runtime.any.system.resources.resourcemanager/4.3.0", + "hashPath": "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", + "path": "runtime.any.system.runtime/4.3.0", + "hashPath": "runtime.any.system.runtime.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", + "path": "runtime.any.system.runtime.handles/4.3.0", + "hashPath": "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", + "path": "runtime.any.system.runtime.interopservices/4.3.0", + "hashPath": "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", + "path": "runtime.any.system.text.encoding/4.3.0", + "hashPath": "runtime.any.system.text.encoding.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", + "path": "runtime.any.system.text.encoding.extensions/4.3.0", + "hashPath": "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", + "path": "runtime.any.system.threading.tasks/4.3.0", + "hashPath": "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512" + }, + "runtime.any.System.Threading.Timer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-w4ehZJ+AwXYmGwYu+rMvym6RvMaRiUEQR1u6dwcyuKHxz8Heu/mO9AG1MquEgTyucnhv3M43X0iKpDOoN17C0w==", + "path": "runtime.any.system.threading.timer/4.3.0", + "hashPath": "runtime.any.system.threading.timer.4.3.0.nupkg.sha512" + }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { "type": "package", "serviceable": true, @@ -1240,6 +2240,55 @@ "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", "hashPath": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512" }, + "runtime.win.Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NU51SEt/ZaD2MF48sJ17BIqx7rjeNNLXUevfMOjqQIetdndXwYjZfZsT6jD+rSWp/FYxjesdK4xUSl4OTEI0jw==", + "path": "runtime.win.microsoft.win32.primitives/4.3.0", + "hashPath": "runtime.win.microsoft.win32.primitives.4.3.0.nupkg.sha512" + }, + "runtime.win.System.Console/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RRACWygml5dnmfgC1SW6tLGsFgwsUAKFtvhdyHnIEz4EhWyrd7pacDdY95CacQJy7BMXRDRCejC9aCRC0Y1sQA==", + "path": "runtime.win.system.console/4.3.0", + "hashPath": "runtime.win.system.console.4.3.0.nupkg.sha512" + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==", + "path": "runtime.win.system.diagnostics.debug/4.3.0", + "hashPath": "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512" + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==", + "path": "runtime.win.system.io.filesystem/4.3.0", + "hashPath": "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512" + }, + "runtime.win.System.Net.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lkXXykakvXUU+Zq2j0pC6EO20lEhijjqMc01XXpp1CJN+DeCwl3nsj4t5Xbpz3kA7yQyTqw6d9SyIzsyLsV3zA==", + "path": "runtime.win.system.net.primitives/4.3.0", + "hashPath": "runtime.win.system.net.primitives.4.3.0.nupkg.sha512" + }, + "runtime.win.System.Net.Sockets/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FK/2gX6MmuLIKNCGsV59Fe4IYrLrI5n9pQ1jh477wiivEM/NCXDT2dRetH5FSfY0bQ+VgTLcS3zcmjQ8my3nxQ==", + "path": "runtime.win.system.net.sockets/4.3.0", + "hashPath": "runtime.win.system.net.sockets.4.3.0.nupkg.sha512" + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==", + "path": "runtime.win.system.runtime.extensions/4.3.0", + "hashPath": "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512" + }, "System.AppContext/4.3.0": { "type": "package", "serviceable": true, @@ -1443,6 +2492,13 @@ "path": "system.net.http/4.3.0", "hashPath": "system.net.http.4.3.0.nupkg.sha512" }, + "System.Net.NameResolution/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "path": "system.net.nameresolution/4.3.0", + "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" + }, "System.Net.Primitives/4.3.0": { "type": "package", "serviceable": true, @@ -1464,6 +2520,13 @@ "path": "system.objectmodel/4.3.0", "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" }, + "System.Private.Uri/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", + "path": "system.private.uri/4.3.0", + "hashPath": "system.private.uri.4.3.0.nupkg.sha512" + }, "System.Reflection/4.3.0": { "type": "package", "serviceable": true, @@ -1576,6 +2639,13 @@ "path": "system.runtime.serialization.primitives/4.3.0", "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" }, + "System.Security.Claims/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", + "path": "system.security.claims/4.3.0", + "hashPath": "system.security.claims.4.3.0.nupkg.sha512" + }, "System.Security.Cryptography.Algorithms/4.3.0": { "type": "package", "serviceable": true, @@ -1632,6 +2702,20 @@ "path": "system.security.cryptography.x509certificates/4.3.0", "hashPath": "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512" }, + "System.Security.Principal/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", + "path": "system.security.principal/4.3.0", + "hashPath": "system.security.principal.4.3.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", + "path": "system.security.principal.windows/4.3.0", + "hashPath": "system.security.principal.windows.4.3.0.nupkg.sha512" + }, "System.Text.Encoding/4.3.0": { "type": "package", "serviceable": true, @@ -1667,6 +2751,13 @@ "path": "system.threading.channels/4.7.1", "hashPath": "system.threading.channels.4.7.1.nupkg.sha512" }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", + "path": "system.threading.overlapped/4.3.0", + "hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512" + }, "System.Threading.Tasks/4.3.0": { "type": "package", "serviceable": true, @@ -1743,6 +2834,143 @@ "sha512": "sha512-CQETcfKyEq6Uki9pExNZI5sEHeKqdt9Fc4pdLHu1mgaboQp0aI4W45M+UUnG6Zc2hxWTDmbD2AFVKA1wjU19YA==", "path": "xunit.skippablefact/1.3.12", "hashPath": "xunit.skippablefact.1.3.12.nupkg.sha512" + }, + "BaseLibrary/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "XvirusSDK/4.1.0": { + "type": "project", + "serviceable": false, + "sha512": "" } + }, + "runtimes": { + "win-x64": [ + "win", + "any", + "base" + ], + "win-x64-aot": [ + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win10-x64": [ + "win10", + "win81-x64", + "win81", + "win8-x64", + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win10-x64-aot": [ + "win10-aot", + "win10-x64", + "win10", + "win81-x64-aot", + "win81-aot", + "win81-x64", + "win81", + "win8-x64-aot", + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win7-x64": [ + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win7-x64-aot": [ + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win8-x64": [ + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win8-x64-aot": [ + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ], + "win81-x64": [ + "win81", + "win8-x64", + "win8", + "win7-x64", + "win7", + "win-x64", + "win", + "any", + "base" + ], + "win81-x64-aot": [ + "win81-aot", + "win81-x64", + "win81", + "win8-x64-aot", + "win8-aot", + "win8-x64", + "win8", + "win7-x64-aot", + "win7-aot", + "win7-x64", + "win7", + "win-x64-aot", + "win-aot", + "win-x64", + "win", + "aot", + "any", + "base" + ] } } \ No newline at end of file diff --git a/bin/Windows/XvirusCLI.dll b/bin/Windows/XvirusCLI.dll new file mode 100644 index 0000000..9660c75 Binary files /dev/null and b/bin/Windows/XvirusCLI.dll differ diff --git a/bin/Windows/XvirusCLI.exe b/bin/Windows/XvirusCLI.exe new file mode 100644 index 0000000..f763a47 Binary files /dev/null and b/bin/Windows/XvirusCLI.exe differ diff --git a/bin/Windows/XvirusCLI.runtimeconfig.json b/bin/Windows/XvirusCLI.runtimeconfig.json new file mode 100644 index 0000000..03f87a4 --- /dev/null +++ b/bin/Windows/XvirusCLI.runtimeconfig.json @@ -0,0 +1,14 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "includedFrameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + } + ], + "configProperties": { + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/bin/Windows/XvirusSDK.dll b/bin/Windows/XvirusSDK.dll new file mode 100644 index 0000000..034fda3 Binary files /dev/null and b/bin/Windows/XvirusSDK.dll differ diff --git a/bin/Windows/clretwrc.dll b/bin/Windows/clretwrc.dll new file mode 100644 index 0000000..9ec5bf1 Binary files /dev/null and b/bin/Windows/clretwrc.dll differ diff --git a/bin/Windows/clrgc.dll b/bin/Windows/clrgc.dll new file mode 100644 index 0000000..c20a732 Binary files /dev/null and b/bin/Windows/clrgc.dll differ diff --git a/bin/Windows/clrjit.dll b/bin/Windows/clrjit.dll new file mode 100644 index 0000000..a5369a3 Binary files /dev/null and b/bin/Windows/clrjit.dll differ diff --git a/bin/Windows/coreclr.dll b/bin/Windows/coreclr.dll new file mode 100644 index 0000000..a2b6bc8 Binary files /dev/null and b/bin/Windows/coreclr.dll differ diff --git a/bin/Windows/createdump.exe b/bin/Windows/createdump.exe new file mode 100644 index 0000000..3b50bca Binary files /dev/null and b/bin/Windows/createdump.exe differ diff --git a/bin/Windows/errorlog.txt b/bin/Windows/errorlog.txt new file mode 100644 index 0000000..e69de29 diff --git a/bin/Windows/hostfxr.dll b/bin/Windows/hostfxr.dll new file mode 100644 index 0000000..74cd934 Binary files /dev/null and b/bin/Windows/hostfxr.dll differ diff --git a/bin/Windows/hostpolicy.dll b/bin/Windows/hostpolicy.dll new file mode 100644 index 0000000..378b1f0 Binary files /dev/null and b/bin/Windows/hostpolicy.dll differ diff --git a/bin/Windows/mscordaccore.dll b/bin/Windows/mscordaccore.dll new file mode 100644 index 0000000..da739f1 Binary files /dev/null and b/bin/Windows/mscordaccore.dll differ diff --git a/bin/Windows/mscordaccore_amd64_amd64_7.0.22.51805.dll b/bin/Windows/mscordaccore_amd64_amd64_7.0.22.51805.dll new file mode 100644 index 0000000..da739f1 Binary files /dev/null and b/bin/Windows/mscordaccore_amd64_amd64_7.0.22.51805.dll differ diff --git a/bin/Windows/mscordbi.dll b/bin/Windows/mscordbi.dll new file mode 100644 index 0000000..ab774b5 Binary files /dev/null and b/bin/Windows/mscordbi.dll differ diff --git a/bin/Windows/mscorlib.dll b/bin/Windows/mscorlib.dll new file mode 100644 index 0000000..93d8a6b Binary files /dev/null and b/bin/Windows/mscorlib.dll differ diff --git a/bin/Windows/mscorrc.dll b/bin/Windows/mscorrc.dll new file mode 100644 index 0000000..8c169d2 Binary files /dev/null and b/bin/Windows/mscorrc.dll differ diff --git a/bin/Windows/msquic.dll b/bin/Windows/msquic.dll new file mode 100644 index 0000000..b5d623e Binary files /dev/null and b/bin/Windows/msquic.dll differ diff --git a/bin/Windows/netstandard.dll b/bin/Windows/netstandard.dll new file mode 100644 index 0000000..5ce92f0 Binary files /dev/null and b/bin/Windows/netstandard.dll differ diff --git a/bin/Windows/settings.json b/bin/Windows/settings.json new file mode 100644 index 0000000..62bb443 --- /dev/null +++ b/bin/Windows/settings.json @@ -0,0 +1,15 @@ +{ + "EnableHeuristics": true, + "EnableAIScan": false, + "MaxScanLength": null, + "DatabaseVersion": { + "AIModel": 0, + "MainDB": 0, + "DailyDB": 0, + "WhiteDB": 0, + "DailywlDB": 0, + "HeurDB": 0, + "HeurDB2": 0, + "MalvendorDB": 0 + } +} \ No newline at end of file diff --git a/bin/Windows/xunit.abstractions.dll b/bin/Windows/xunit.abstractions.dll new file mode 100644 index 0000000..409e15b Binary files /dev/null and b/bin/Windows/xunit.abstractions.dll differ diff --git a/bin/Windows/xunit.core.dll b/bin/Windows/xunit.core.dll new file mode 100644 index 0000000..1194b74 Binary files /dev/null and b/bin/Windows/xunit.core.dll differ diff --git a/bin/Windows/xunit.execution.dotnet.dll b/bin/Windows/xunit.execution.dotnet.dll new file mode 100644 index 0000000..b33e049 Binary files /dev/null and b/bin/Windows/xunit.execution.dotnet.dll differ diff --git a/bin/XescSDK.dll b/bin/XescSDK.dll deleted file mode 100644 index a5d9d0e..0000000 Binary files a/bin/XescSDK.dll and /dev/null differ diff --git a/bin/XescSDK.exe b/bin/XescSDK.exe deleted file mode 100644 index 852076b..0000000 Binary files a/bin/XescSDK.exe and /dev/null differ diff --git a/bin/XescSDK.runtimeconfig.json b/bin/XescSDK.runtimeconfig.json deleted file mode 100644 index d54914b..0000000 --- a/bin/XescSDK.runtimeconfig.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "runtimeOptions": { - "tfm": "net5.0", - "framework": { - "name": "Microsoft.NETCore.App", - "version": "5.0.0" - }, - "configProperties": { - "System.Reflection.Metadata.MetadataUpdater.IsSupported": false - } - } -} \ No newline at end of file diff --git a/bin/runtimes/linux-arm/native/libLdaNative.so b/bin/runtimes/linux-arm/native/libLdaNative.so deleted file mode 100644 index 425932f..0000000 Binary files a/bin/runtimes/linux-arm/native/libLdaNative.so and /dev/null differ diff --git a/bin/runtimes/linux-arm64/native/libLdaNative.so b/bin/runtimes/linux-arm64/native/libLdaNative.so deleted file mode 100644 index 5e93ec0..0000000 Binary files a/bin/runtimes/linux-arm64/native/libLdaNative.so and /dev/null differ diff --git a/bin/runtimes/osx-arm64/native/libLdaNative.dylib b/bin/runtimes/osx-arm64/native/libLdaNative.dylib deleted file mode 100644 index 21a3986..0000000 Binary files a/bin/runtimes/osx-arm64/native/libLdaNative.dylib and /dev/null differ diff --git a/bin/runtimes/osx-x64/native/libFastTreeNative.dylib b/bin/runtimes/osx-x64/native/libFastTreeNative.dylib deleted file mode 100644 index 2a028c7..0000000 Binary files a/bin/runtimes/osx-x64/native/libFastTreeNative.dylib and /dev/null differ diff --git a/bin/runtimes/osx-x64/native/libLdaNative.dylib b/bin/runtimes/osx-x64/native/libLdaNative.dylib deleted file mode 100644 index 8d7695b..0000000 Binary files a/bin/runtimes/osx-x64/native/libLdaNative.dylib and /dev/null differ diff --git a/bin/runtimes/win-x86/native/FastTreeNative.dll b/bin/runtimes/win-x86/native/FastTreeNative.dll deleted file mode 100644 index 5d315ad..0000000 Binary files a/bin/runtimes/win-x86/native/FastTreeNative.dll and /dev/null differ diff --git a/bin/runtimes/win-x86/native/LdaNative.dll b/bin/runtimes/win-x86/native/LdaNative.dll deleted file mode 100644 index eee0015..0000000 Binary files a/bin/runtimes/win-x86/native/LdaNative.dll and /dev/null differ