diff --git a/be/Hosts/Auth.Host/src/Win_in.Sfs.Auth.Web/Program.cs b/be/Hosts/Auth.Host/src/Win_in.Sfs.Auth.Web/Program.cs index 13a137314..650107484 100644 --- a/be/Hosts/Auth.Host/src/Win_in.Sfs.Auth.Web/Program.cs +++ b/be/Hosts/Auth.Host/src/Win_in.Sfs.Auth.Web/Program.cs @@ -1,5 +1,4 @@ using Microsoft.AspNetCore.Builder; -using Microsoft.Extensions.DependencyInjection; using Win_in.Sfs.Shared.Host; namespace Win_in.Sfs.Auth.Web; @@ -8,12 +7,6 @@ public class Program { public static int Main(string[] args) { - return WebApplication.CreateBuilder(args).BuildAndRun(o => - { - o.Services.AddReverseProxy().LoadFromConfig(o.Configuration.GetSection("ReverseProxy")); - }, o => - { - o.MapReverseProxy(); - }); + return WebApplication.CreateBuilder(args).BuildAndRun(); } } diff --git a/be/Hosts/Auth.Host/src/Win_in.Sfs.Auth.Web/Win_in.Sfs.Auth.Web.csproj b/be/Hosts/Auth.Host/src/Win_in.Sfs.Auth.Web/Win_in.Sfs.Auth.Web.csproj index 40bbfaa22..a76df16b7 100644 --- a/be/Hosts/Auth.Host/src/Win_in.Sfs.Auth.Web/Win_in.Sfs.Auth.Web.csproj +++ b/be/Hosts/Auth.Host/src/Win_in.Sfs.Auth.Web/Win_in.Sfs.Auth.Web.csproj @@ -14,7 +14,7 @@ true Win_in.Sfs.Auth-4681b4fd-151f-4221-84a4-929d86723e4c 1.yyyy.Mdd.Hmm - 1.2023.324.1857 + 1.2023.327.1207 True @@ -32,7 +32,6 @@ - diff --git a/be/Modules/Shared/src/Win_in.Sfs.Shared.Host/HostBuilderExtensions.cs b/be/Modules/Shared/src/Win_in.Sfs.Shared.Host/HostBuilderExtensions.cs index ca8161050..dcbbf81a1 100644 --- a/be/Modules/Shared/src/Win_in.Sfs.Shared.Host/HostBuilderExtensions.cs +++ b/be/Modules/Shared/src/Win_in.Sfs.Shared.Host/HostBuilderExtensions.cs @@ -28,7 +28,7 @@ public static class HostBuilderExtensions Log.Information($"Starting web host ${Assembly.GetEntryAssembly().GetName().Name}"); builder.Host.ConfigureAppConfiguration((hc, cb) => { - var defaultUrl = builder.Environment.IsDevelopment() ? "http://localhost:21093/settings/" : "http://gateway/settings/"; + var defaultUrl = builder.Environment.IsDevelopment() ? "http://localhost:21093/" : "http://gateway/"; var configUrl = cb.Build().GetValue("", defaultUrl.TrimEnd('/')); AddJsonByUrl(cb, $"{configUrl}/appsettings.json"); if (builder.Environment.IsDevelopment()) diff --git a/build/src/docker/publish/apps/be/Gateway/Lambda2Js.Signed.dll b/build/src/docker/publish/apps/be/Gateway/Lambda2Js.Signed.dll new file mode 100644 index 000000000..a5d37d8ba Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Lambda2Js.Signed.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Microsoft.AspNetCore.JsonPatch.dll b/build/src/docker/publish/apps/be/Gateway/Microsoft.AspNetCore.JsonPatch.dll new file mode 100644 index 000000000..9b9bdf742 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Microsoft.AspNetCore.JsonPatch.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Microsoft.Bcl.AsyncInterfaces.dll b/build/src/docker/publish/apps/be/Gateway/Microsoft.Bcl.AsyncInterfaces.dll new file mode 100644 index 000000000..f5f1ceecf Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Microsoft.Bcl.AsyncInterfaces.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Newtonsoft.Json.dll b/build/src/docker/publish/apps/be/Gateway/Newtonsoft.Json.dll new file mode 100644 index 000000000..8ba89bf39 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Newtonsoft.Json.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Nito.AsyncEx.Coordination.dll b/build/src/docker/publish/apps/be/Gateway/Nito.AsyncEx.Coordination.dll new file mode 100644 index 000000000..3e2c0cde5 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Nito.AsyncEx.Coordination.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Nito.AsyncEx.Tasks.dll b/build/src/docker/publish/apps/be/Gateway/Nito.AsyncEx.Tasks.dll new file mode 100644 index 000000000..98a010e65 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Nito.AsyncEx.Tasks.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Nito.Collections.Deque.dll b/build/src/docker/publish/apps/be/Gateway/Nito.Collections.Deque.dll new file mode 100644 index 000000000..343c4aaf6 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Nito.Collections.Deque.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Nito.Disposables.dll b/build/src/docker/publish/apps/be/Gateway/Nito.Disposables.dll new file mode 100644 index 000000000..5f0bbc3e9 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Nito.Disposables.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Raven.Client.dll b/build/src/docker/publish/apps/be/Gateway/Raven.Client.dll new file mode 100644 index 000000000..7ffe1cf8f Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Raven.Client.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Raven.Embedded.dll b/build/src/docker/publish/apps/be/Gateway/Raven.Embedded.dll new file mode 100644 index 000000000..b16f020fc Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Raven.Embedded.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.Core.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.Core.dll new file mode 100644 index 000000000..cc6fb37a0 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.Core.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.Glacier.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.Glacier.dll new file mode 100644 index 000000000..fd1439623 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.Glacier.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.S3.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.S3.dll new file mode 100644 index 000000000..400796b04 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.S3.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.SQS.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.SQS.dll new file mode 100644 index 000000000..4a5d61e5b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.SQS.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.SimpleNotificationService.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.SimpleNotificationService.dll new file mode 100644 index 000000000..164b1ad89 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/AWSSDK.SimpleNotificationService.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Amqp.Net.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Amqp.Net.dll new file mode 100644 index 000000000..eb5aa59cc Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Amqp.Net.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Amqp.Serialization.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Amqp.Serialization.dll new file mode 100644 index 000000000..b1eee0051 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Amqp.Serialization.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Azure.Core.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Azure.Core.dll new file mode 100644 index 000000000..7a2ceec49 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Azure.Core.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Azure.Storage.Blobs.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Azure.Storage.Blobs.dll new file mode 100644 index 000000000..795fae07d Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Azure.Storage.Blobs.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Azure.Storage.Common.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Azure.Storage.Common.dll new file mode 100644 index 000000000..66aeb9cd9 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Azure.Storage.Common.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/BouncyCastle.Crypto.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/BouncyCastle.Crypto.dll new file mode 100644 index 000000000..b811138f5 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/BouncyCastle.Crypto.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.Amqp.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.Amqp.dll new file mode 100644 index 000000000..bc8adaa85 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.Amqp.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.Kafka.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.Kafka.dll new file mode 100644 index 000000000..6ffd17e87 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.Kafka.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.NewtonsoftJson.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.NewtonsoftJson.dll new file mode 100644 index 000000000..8b39b494c Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.NewtonsoftJson.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.dll new file mode 100644 index 000000000..62ba49f7a Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CloudNative.CloudEvents.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Confluent.Kafka.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Confluent.Kafka.dll new file mode 100644 index 000000000..09d8061b6 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Confluent.Kafka.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Corax.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Corax.dll new file mode 100644 index 000000000..9e361bcdf Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Corax.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CsvHelper.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CsvHelper.dll new file mode 100644 index 000000000..329508159 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/CsvHelper.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/DasMulli.Win32.ServiceUtils.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/DasMulli.Win32.ServiceUtils.dll new file mode 100644 index 000000000..7e300325d Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/DasMulli.Win32.ServiceUtils.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Elasticsearch.Net.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Elasticsearch.Net.dll new file mode 100644 index 000000000..63b52de54 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Elasticsearch.Net.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Esprima.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Esprima.dll new file mode 100644 index 000000000..e32a67014 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Esprima.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/GeoAPI.CoordinateSystems.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/GeoAPI.CoordinateSystems.dll new file mode 100644 index 000000000..8998783a7 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/GeoAPI.CoordinateSystems.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/GeoAPI.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/GeoAPI.dll new file mode 100644 index 000000000..11ba9bd7b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/GeoAPI.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Api.Gax.Rest.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Api.Gax.Rest.dll new file mode 100644 index 000000000..133a239f8 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Api.Gax.Rest.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Api.Gax.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Api.Gax.dll new file mode 100644 index 000000000..54e84f006 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Api.Gax.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Auth.PlatformServices.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Auth.PlatformServices.dll new file mode 100644 index 000000000..c03127928 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Auth.PlatformServices.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Auth.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Auth.dll new file mode 100644 index 000000000..e2f6e25bb Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Auth.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Core.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Core.dll new file mode 100644 index 000000000..0c91b1298 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Core.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Storage.v1.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Storage.v1.dll new file mode 100644 index 000000000..05680a7ae Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.Storage.v1.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.dll new file mode 100644 index 000000000..f3ef295a5 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Apis.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Cloud.Storage.V1.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Cloud.Storage.V1.dll new file mode 100644 index 000000000..bbb5384f2 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Cloud.Storage.V1.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Protobuf.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Protobuf.dll new file mode 100644 index 000000000..cf2e0303c Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Google.Protobuf.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Humanizer.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Humanizer.dll new file mode 100644 index 000000000..c9a7ef8aa Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Humanizer.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/IronSnappy.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/IronSnappy.dll new file mode 100644 index 000000000..7a663578d Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/IronSnappy.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Jint.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Jint.dll new file mode 100644 index 000000000..ba23e315a Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Jint.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/K4os.Compression.LZ4.Streams.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/K4os.Compression.LZ4.Streams.dll new file mode 100644 index 000000000..42f55d69a Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/K4os.Compression.LZ4.Streams.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/K4os.Compression.LZ4.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/K4os.Compression.LZ4.dll new file mode 100644 index 000000000..718ebb387 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/K4os.Compression.LZ4.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/K4os.Hash.xxHash.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/K4os.Hash.xxHash.dll new file mode 100644 index 000000000..4179a2978 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/K4os.Hash.xxHash.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Lambda2Js.Signed.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Lambda2Js.Signed.dll new file mode 100644 index 000000000..a5d37d8ba Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Lambda2Js.Signed.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Lucene.Net.Contrib.Spatial.NTS.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Lucene.Net.Contrib.Spatial.NTS.dll new file mode 100644 index 000000000..cae113ac9 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Lucene.Net.Contrib.Spatial.NTS.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Lucene.Net.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Lucene.Net.dll new file mode 100644 index 000000000..ac5730676 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Lucene.Net.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/McMaster.Extensions.CommandLineUtils.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/McMaster.Extensions.CommandLineUtils.dll new file mode 100644 index 000000000..c1a0a552c Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/McMaster.Extensions.CommandLineUtils.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.AspNetCore.JsonPatch.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.AspNetCore.JsonPatch.dll new file mode 100644 index 000000000..e614f223a Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.AspNetCore.JsonPatch.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.Bcl.AsyncInterfaces.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.Bcl.AsyncInterfaces.dll new file mode 100644 index 000000000..f5f1ceecf Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.Bcl.AsyncInterfaces.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.CSharp.Workspaces.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.CSharp.Workspaces.dll new file mode 100644 index 000000000..eb2748ffa Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.CSharp.Workspaces.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.CSharp.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.CSharp.dll new file mode 100644 index 000000000..6506b810f Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.CSharp.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.Workspaces.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.Workspaces.dll new file mode 100644 index 000000000..ab9a24c07 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.Workspaces.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.dll new file mode 100644 index 000000000..f35e10810 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.CodeAnalysis.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.Web.XmlTransform.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.Web.XmlTransform.dll new file mode 100644 index 000000000..91ae0ad50 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.Web.XmlTransform.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.Win32.SystemEvents.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.Win32.SystemEvents.dll new file mode 100644 index 000000000..3ab58500b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Microsoft.Win32.SystemEvents.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/MySql.Data.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/MySql.Data.dll new file mode 100644 index 000000000..1d4f2f4a9 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/MySql.Data.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NCrontab.Advanced.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NCrontab.Advanced.dll new file mode 100644 index 000000000..3aff438ec Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NCrontab.Advanced.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nest.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nest.dll new file mode 100644 index 000000000..510c90dd4 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nest.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NetTopologySuite.CoordinateSystems.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NetTopologySuite.CoordinateSystems.dll new file mode 100644 index 000000000..14d7527c1 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NetTopologySuite.CoordinateSystems.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NetTopologySuite.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NetTopologySuite.dll new file mode 100644 index 000000000..b5488ee66 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NetTopologySuite.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Newtonsoft.Json.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Newtonsoft.Json.dll new file mode 100644 index 000000000..8ba89bf39 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Newtonsoft.Json.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.AsyncEx.Coordination.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.AsyncEx.Coordination.dll new file mode 100644 index 000000000..3e2c0cde5 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.AsyncEx.Coordination.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.AsyncEx.Tasks.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.AsyncEx.Tasks.dll new file mode 100644 index 000000000..98a010e65 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.AsyncEx.Tasks.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.Collections.Deque.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.Collections.Deque.dll new file mode 100644 index 000000000..343c4aaf6 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.Collections.Deque.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.Disposables.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.Disposables.dll new file mode 100644 index 000000000..5f0bbc3e9 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Nito.Disposables.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Npgsql.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Npgsql.dll new file mode 100644 index 000000000..196d76e9f Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Npgsql.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Commands.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Commands.dll new file mode 100644 index 000000000..766a9f5dc Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Commands.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Common.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Common.dll new file mode 100644 index 000000000..81771289a Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Common.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Configuration.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Configuration.dll new file mode 100644 index 000000000..9bdc53120 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Configuration.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Credentials.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Credentials.dll new file mode 100644 index 000000000..bd8df61c1 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Credentials.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.DependencyResolver.Core.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.DependencyResolver.Core.dll new file mode 100644 index 000000000..5c74c9843 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.DependencyResolver.Core.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Frameworks.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Frameworks.dll new file mode 100644 index 000000000..62c25b0d2 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Frameworks.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.LibraryModel.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.LibraryModel.dll new file mode 100644 index 000000000..9f97e0841 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.LibraryModel.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.PackageManagement.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.PackageManagement.dll new file mode 100644 index 000000000..481fea8df Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.PackageManagement.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Packaging.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Packaging.dll new file mode 100644 index 000000000..5c791ea33 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Packaging.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.ProjectModel.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.ProjectModel.dll new file mode 100644 index 000000000..646c267dc Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.ProjectModel.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Protocol.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Protocol.dll new file mode 100644 index 000000000..c7f20ec3a Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Protocol.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Resolver.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Resolver.dll new file mode 100644 index 000000000..3e623891b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Resolver.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Versioning.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Versioning.dll new file mode 100644 index 000000000..f57d195d7 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/NuGet.Versioning.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Oracle.ManagedDataAccess.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Oracle.ManagedDataAccess.dll new file mode 100644 index 000000000..5ff1b6fc7 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Oracle.ManagedDataAccess.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Parquet.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Parquet.dll new file mode 100644 index 000000000..fec589774 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Parquet.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/RabbitMQ.Client.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/RabbitMQ.Client.dll new file mode 100644 index 000000000..89ce97546 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/RabbitMQ.Client.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Client.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Client.dll new file mode 100644 index 000000000..2e8857f7e Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Client.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Server.deps.json b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Server.deps.json new file mode 100644 index 000000000..8b752ee81 --- /dev/null +++ b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Server.deps.json @@ -0,0 +1,4083 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "Raven.Server/5.4.101": { + "dependencies": { + "AWSSDK.Glacier": "3.7.100.52", + "AWSSDK.S3": "3.7.101.52", + "Azure.Storage.Blobs": "12.14.1", + "CloudNative.CloudEvents": "2.5.1", + "CloudNative.CloudEvents.Amqp": "2.5.1", + "CloudNative.CloudEvents.Kafka": "2.5.1", + "CloudNative.CloudEvents.NewtonsoftJson": "2.5.1", + "Confluent.Kafka": "1.9.3", + "Corax": "5.4.101", + "CsvHelper": "30.0.1", + "DasMulli.Win32.ServiceUtils.Signed": "1.1.0", + "Google.Api.Gax.Rest": "4.3.0", + "Google.Cloud.Storage.V1": "4.1.0", + "JetBrains.Annotations": "2022.3.1", + "Jint": "3.0.30-ravendb", + "Lextm.SharpSnmpLib.Engine": "11.3.102", + "Lucene.Net": "3.0.54004", + "Lucene.Net.Contrib.Spatial.NTS": "3.0.54004", + "McMaster.Extensions.CommandLineUtils": "4.0.2", + "Microsoft.CodeAnalysis.CSharp": "4.4.0", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.4.0", + "Microsoft.Extensions.Configuration.CommandLine": "7.0.0", + "Microsoft.Extensions.Configuration.EnvironmentVariables": "7.0.0", + "Microsoft.Extensions.Configuration.Json": "7.0.0", + "Microsoft.Extensions.Configuration.UserSecrets": "7.0.0", + "Microsoft.Win32.Registry": "5.0.0", + "MySql.Data": "8.0.31", + "NCrontab.Advanced": "1.3.28", + "NEST": "7.17.5", + "Npgsql": "5.0.15", + "NuGet.Commands": "6.4.0", + "NuGet.PackageManagement": "6.4.0", + "NuGet.ProjectModel": "6.4.0", + "NuGet.Protocol": "6.4.0", + "NuGet.Resolver": "6.4.0", + "Oracle.ManagedDataAccess.Core": "3.21.80", + "Parquet.Net": "3.10.0", + "Portable.BouncyCastle": "1.9.0", + "RabbitMQ.Client": "6.4.0", + "Raven.CodeAnalysis": "1.0.11", + "RavenDB.Client": "5.4.101", + "SourceLink.Create.CommandLine": "2.8.3", + "Sparrow.Server": "5.4.101", + "System.Collections.Immutable": "7.0.0", + "System.Data.SqlClient": "4.8.5", + "System.Linq.Async": "6.0.1", + "System.Reflection.Metadata": "7.0.0", + "System.Security.Cryptography.ProtectedData": "7.0.0", + "Voron": "5.4.101", + "librdkafka.redist": "1.9.2" + }, + "runtime": { + "Raven.Server.dll": {} + } + }, + "AMQPNetLite/2.4.2": { + "dependencies": { + "AMQPNetLite.Core": "2.4.2" + } + }, + "AMQPNetLite.Core/2.4.2": { + "runtime": { + "lib/netstandard2.0/Amqp.Net.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "2.4.2.0" + } + } + }, + "AMQPNetLite.Serialization/2.4.2": { + "dependencies": { + "AMQPNetLite.Core": "2.4.2", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.0.12", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.0.1", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.TypeExtensions": "4.7.0" + }, + "runtime": { + "lib/netstandard1.3/Amqp.Serialization.dll": { + "assemblyVersion": "2.1.0.0", + "fileVersion": "2.4.2.0" + } + } + }, + "AWSSDK.Core/3.7.103.14": { + "runtime": { + "lib/netcoreapp3.1/AWSSDK.Core.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.7.103.14" + } + } + }, + "AWSSDK.Glacier/3.7.100.52": { + "dependencies": { + "AWSSDK.Core": "3.7.103.14", + "AWSSDK.SQS": "3.7.100.52", + "AWSSDK.SimpleNotificationService": "3.7.100.53" + }, + "runtime": { + "lib/netcoreapp3.1/AWSSDK.Glacier.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.7.100.52" + } + } + }, + "AWSSDK.S3/3.7.101.52": { + "dependencies": { + "AWSSDK.Core": "3.7.103.14" + }, + "runtime": { + "lib/netcoreapp3.1/AWSSDK.S3.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.7.101.52" + } + } + }, + "AWSSDK.SimpleNotificationService/3.7.100.53": { + "dependencies": { + "AWSSDK.Core": "3.7.103.14" + }, + "runtime": { + "lib/netcoreapp3.1/AWSSDK.SimpleNotificationService.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.7.100.53" + } + } + }, + "AWSSDK.SQS/3.7.100.52": { + "dependencies": { + "AWSSDK.Core": "3.7.103.14" + }, + "runtime": { + "lib/netcoreapp3.1/AWSSDK.SQS.dll": { + "assemblyVersion": "3.3.0.0", + "fileVersion": "3.7.100.52" + } + } + }, + "Azure.Core/1.25.0": { + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "7.0.0", + "System.Diagnostics.DiagnosticSource": "5.0.0", + "System.Memory.Data": "1.0.2", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/net5.0/Azure.Core.dll": { + "assemblyVersion": "1.25.0.0", + "fileVersion": "1.2500.22.33004" + } + } + }, + "Azure.Storage.Blobs/12.14.1": { + "dependencies": { + "Azure.Storage.Common": "12.13.0", + "System.Text.Json": "7.0.0" + }, + "runtime": { + "lib/netstandard2.1/Azure.Storage.Blobs.dll": { + "assemblyVersion": "12.14.1.0", + "fileVersion": "12.1400.122.52008" + } + } + }, + "Azure.Storage.Common/12.13.0": { + "dependencies": { + "Azure.Core": "1.25.0", + "System.IO.Hashing": "6.0.0" + }, + "runtime": { + "lib/netstandard2.0/Azure.Storage.Common.dll": { + "assemblyVersion": "12.13.0.0", + "fileVersion": "12.1300.22.51204" + } + } + }, + "CloudNative.CloudEvents/2.5.1": { + "dependencies": { + "System.Memory": "4.5.5" + }, + "runtime": { + "lib/netstandard2.1/CloudNative.CloudEvents.dll": { + "assemblyVersion": "2.5.1.0", + "fileVersion": "2.5.1.0" + } + } + }, + "CloudNative.CloudEvents.Amqp/2.5.1": { + "dependencies": { + "AMQPNetLite": "2.4.2", + "AMQPNetLite.Serialization": "2.4.2", + "CloudNative.CloudEvents": "2.5.1" + }, + "runtime": { + "lib/netstandard2.1/CloudNative.CloudEvents.Amqp.dll": { + "assemblyVersion": "2.5.1.0", + "fileVersion": "2.5.1.0" + } + } + }, + "CloudNative.CloudEvents.Kafka/2.5.1": { + "dependencies": { + "CloudNative.CloudEvents": "2.5.1", + "Confluent.Kafka": "1.9.3" + }, + "runtime": { + "lib/netstandard2.1/CloudNative.CloudEvents.Kafka.dll": { + "assemblyVersion": "2.5.1.0", + "fileVersion": "2.5.1.0" + } + } + }, + "CloudNative.CloudEvents.NewtonsoftJson/2.5.1": { + "dependencies": { + "CloudNative.CloudEvents": "2.5.1", + "Newtonsoft.Json": "13.0.2" + }, + "runtime": { + "lib/netstandard2.1/CloudNative.CloudEvents.NewtonsoftJson.dll": { + "assemblyVersion": "2.5.1.0", + "fileVersion": "2.5.1.0" + } + } + }, + "Confluent.Kafka/1.9.3": { + "dependencies": { + "System.Memory": "4.5.5", + "librdkafka.redist": "1.9.2" + }, + "runtime": { + "lib/net6.0/Confluent.Kafka.dll": { + "assemblyVersion": "1.9.3.0", + "fileVersion": "1.9.3.0" + } + } + }, + "CsvHelper/30.0.1": { + "runtime": { + "lib/net6.0/CsvHelper.dll": { + "assemblyVersion": "30.0.0.0", + "fileVersion": "30.0.1.0" + } + } + }, + "DasMulli.Win32.ServiceUtils.Signed/1.1.0": { + "runtime": { + "lib/netstandard2.0/DasMulli.Win32.ServiceUtils.dll": { + "assemblyVersion": "1.1.0.0", + "fileVersion": "1.1.0.5000" + } + } + }, + "Elasticsearch.Net/7.17.5": { + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "System.Buffers": "4.5.1", + "System.Diagnostics.DiagnosticSource": "5.0.0" + }, + "runtime": { + "lib/netstandard2.1/Elasticsearch.Net.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.17.5.0" + } + } + }, + "Esprima/2.0.0-beta-1338": { + "runtime": { + "lib/netstandard2.0/Esprima.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" + } + } + }, + "GeoAPI/1.7.5": { + "dependencies": { + "GeoAPI.CoordinateSystems": "1.7.5", + "GeoAPI.Core": "1.7.5" + } + }, + "GeoAPI.CoordinateSystems/1.7.5": { + "dependencies": { + "GeoAPI.Core": "1.7.5" + }, + "runtime": { + "lib/netstandard2.0/GeoAPI.CoordinateSystems.dll": { + "assemblyVersion": "1.7.5.0", + "fileVersion": "1.7.5.0" + } + } + }, + "GeoAPI.Core/1.7.5": { + "runtime": { + "lib/netstandard2.0/GeoAPI.dll": { + "assemblyVersion": "1.7.5.0", + "fileVersion": "1.7.5.0" + } + } + }, + "Google.Api.Gax/4.3.0": { + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "7.0.0", + "Newtonsoft.Json": "13.0.2" + }, + "runtime": { + "lib/netstandard2.1/Google.Api.Gax.dll": { + "assemblyVersion": "4.3.0.0", + "fileVersion": "4.3.0.0" + } + } + }, + "Google.Api.Gax.Rest/4.3.0": { + "dependencies": { + "Google.Api.Gax": "4.3.0", + "Google.Apis.Auth": "1.58.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "runtime": { + "lib/netstandard2.1/Google.Api.Gax.Rest.dll": { + "assemblyVersion": "4.3.0.0", + "fileVersion": "4.3.0.0" + } + } + }, + "Google.Apis/1.58.0": { + "dependencies": { + "Google.Apis.Core": "1.58.0" + }, + "runtime": { + "lib/netstandard2.0/Google.Apis.dll": { + "assemblyVersion": "1.58.0.0", + "fileVersion": "1.58.0.0" + } + } + }, + "Google.Apis.Auth/1.58.0": { + "dependencies": { + "Google.Apis": "1.58.0", + "Google.Apis.Core": "1.58.0" + }, + "runtime": { + "lib/netstandard2.0/Google.Apis.Auth.PlatformServices.dll": { + "assemblyVersion": "1.58.0.0", + "fileVersion": "1.58.0.0" + }, + "lib/netstandard2.0/Google.Apis.Auth.dll": { + "assemblyVersion": "1.58.0.0", + "fileVersion": "1.58.0.0" + } + } + }, + "Google.Apis.Core/1.58.0": { + "dependencies": { + "Newtonsoft.Json": "13.0.2" + }, + "runtime": { + "lib/netstandard2.0/Google.Apis.Core.dll": { + "assemblyVersion": "1.58.0.0", + "fileVersion": "1.58.0.0" + } + } + }, + "Google.Apis.Storage.v1/1.57.0.2742": { + "dependencies": { + "Google.Apis": "1.58.0", + "Google.Apis.Auth": "1.58.0" + }, + "runtime": { + "lib/netstandard2.0/Google.Apis.Storage.v1.dll": { + "assemblyVersion": "1.57.0.2742", + "fileVersion": "1.57.0.2742" + } + } + }, + "Google.Cloud.Storage.V1/4.1.0": { + "dependencies": { + "Google.Api.Gax.Rest": "4.3.0", + "Google.Apis.Storage.v1": "1.57.0.2742" + }, + "runtime": { + "lib/netstandard2.1/Google.Cloud.Storage.V1.dll": { + "assemblyVersion": "4.1.0.0", + "fileVersion": "4.1.0.0" + } + } + }, + "Google.Protobuf/3.19.4": { + "runtime": { + "lib/net5.0/Google.Protobuf.dll": { + "assemblyVersion": "3.19.4.0", + "fileVersion": "3.19.4.0" + } + } + }, + "Humanizer.Core/2.14.1": { + "runtime": { + "lib/net6.0/Humanizer.dll": { + "assemblyVersion": "2.14.0.0", + "fileVersion": "2.14.1.48190" + } + } + }, + "IronSnappy/1.3.0": { + "dependencies": { + "System.Memory": "4.5.5" + }, + "runtime": { + "lib/netstandard2.1/IronSnappy.dll": { + "assemblyVersion": "1.3.0.0", + "fileVersion": "1.3.0.0" + } + } + }, + "JetBrains.Annotations/2022.3.1": {}, + "Jint/3.0.30-ravendb": { + "dependencies": { + "Esprima": "2.0.0-beta-1338" + }, + "runtime": { + "lib/netstandard2.1/Jint.dll": { + "assemblyVersion": "3.0.30.0", + "fileVersion": "3.0.30.0" + } + } + }, + "K4os.Compression.LZ4/1.2.6": { + "dependencies": { + "System.Memory": "4.5.5" + }, + "runtime": { + "lib/netstandard2.0/K4os.Compression.LZ4.dll": { + "assemblyVersion": "1.2.6.0", + "fileVersion": "1.2.6.0" + } + } + }, + "K4os.Compression.LZ4.Streams/1.2.6": { + "dependencies": { + "K4os.Compression.LZ4": "1.2.6", + "K4os.Hash.xxHash": "1.0.6" + }, + "runtime": { + "lib/netstandard2.1/K4os.Compression.LZ4.Streams.dll": { + "assemblyVersion": "1.2.6.0", + "fileVersion": "1.2.6.0" + } + } + }, + "K4os.Hash.xxHash/1.0.6": { + "dependencies": { + "System.Memory": "4.5.5" + }, + "runtime": { + "lib/netstandard2.0/K4os.Hash.xxHash.dll": { + "assemblyVersion": "1.0.6.0", + "fileVersion": "1.0.6.0" + } + } + }, + "Lambda2Js.Signed/3.1.4": { + "runtime": { + "lib/netstandard2.0/Lambda2Js.Signed.dll": { + "assemblyVersion": "3.1.4.0", + "fileVersion": "3.1.4.0" + } + } + }, + "Lextm.SharpSnmpLib.Engine/11.3.102": { + "dependencies": { + "Microsoft.Extensions.ObjectPool": "2.2.0", + "System.Buffers": "4.5.1", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Net.NetworkInformation": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Thread": "4.3.0" + }, + "runtime": { + "lib/netcoreapp2.1/SharpSnmpLib.Engine.dll": { + "assemblyVersion": "11.3.102.0", + "fileVersion": "11.3.102.0" + }, + "lib/netcoreapp2.1/SharpSnmpLib.dll": { + "assemblyVersion": "11.3.100.0", + "fileVersion": "11.3.100.0" + } + } + }, + "librdkafka.redist/1.9.2": { + "runtimeTargets": { + "runtimes/linux-arm64/native/librdkafka.so": { + "rid": "linux-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x64/native/alpine-librdkafka.so": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x64/native/centos6-librdkafka.so": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x64/native/centos7-librdkafka.so": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x64/native/librdkafka.so": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx-arm64/native/librdkafka.dylib": { + "rid": "osx-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx-x64/native/librdkafka.dylib": { + "rid": "osx-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/libcrypto-1_1-x64.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "1.1.1.14" + }, + "runtimes/win-x64/native/libcurl.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "7.84.0.0" + }, + "runtimes/win-x64/native/librdkafka.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/librdkafkacpp.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/libssl-1_1-x64.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "1.1.1.14" + }, + "runtimes/win-x64/native/msvcp140.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "14.29.30040.0" + }, + "runtimes/win-x64/native/vcruntime140.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "14.29.30040.0" + }, + "runtimes/win-x64/native/zlib1.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "1.2.12.0" + }, + "runtimes/win-x64/native/zstd.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "1.5.2.0" + }, + "runtimes/win-x86/native/libcrypto-1_1.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "1.1.1.14" + }, + "runtimes/win-x86/native/libcurl.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "7.84.0.0" + }, + "runtimes/win-x86/native/librdkafka.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/librdkafkacpp.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/libssl-1_1.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "1.1.1.14" + }, + "runtimes/win-x86/native/msvcp140.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "14.29.30040.0" + }, + "runtimes/win-x86/native/vcruntime140.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "14.29.30040.0" + }, + "runtimes/win-x86/native/zlib1.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "1.2.12.0" + }, + "runtimes/win-x86/native/zstd.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "1.5.2.0" + } + } + }, + "Lucene.Net/3.0.54004": { + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "7.0.0", + "System.Buffers": "4.5.1", + "System.Reflection.TypeExtensions": "4.7.0" + }, + "runtime": { + "lib/netstandard2.1/Lucene.Net.dll": { + "assemblyVersion": "0.0.0.0", + "fileVersion": "3.0.54004.0" + } + } + }, + "Lucene.Net.Contrib.Spatial.NTS/3.0.54004": { + "dependencies": { + "Lucene.Net": "3.0.54004", + "Microsoft.CSharp": "4.7.0", + "Spatial4n": "0.4.1.1" + }, + "runtime": { + "lib/netstandard2.1/Lucene.Net.Contrib.Spatial.NTS.dll": { + "assemblyVersion": "0.0.0.0", + "fileVersion": "3.0.54004.0" + } + } + }, + "McMaster.Extensions.CommandLineUtils/4.0.2": { + "dependencies": { + "System.ComponentModel.Annotations": "5.0.0" + }, + "runtime": { + "lib/netstandard2.1/McMaster.Extensions.CommandLineUtils.dll": { + "assemblyVersion": "4.0.2.0", + "fileVersion": "4.0.2.0" + } + } + }, + "Microsoft.AspNetCore.JsonPatch/7.0.2": { + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.2" + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "assemblyVersion": "7.0.2.0", + "fileVersion": "7.0.222.60606" + } + } + }, + "Microsoft.Bcl.AsyncInterfaces/7.0.0": { + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": {}, + "Microsoft.CodeAnalysis.Common/4.4.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.3", + "System.Collections.Immutable": "7.0.0", + "System.Memory": "4.5.5", + "System.Reflection.Metadata": "7.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.dll": { + "assemblyVersion": "4.4.0.0", + "fileVersion": "4.400.22.56111" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.4.0": { + "dependencies": { + "Microsoft.CodeAnalysis.Common": "4.4.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.dll": { + "assemblyVersion": "4.4.0.0", + "fileVersion": "4.400.22.56111" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.4.0": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "4.4.0", + "Microsoft.CodeAnalysis.Common": "4.4.0", + "Microsoft.CodeAnalysis.Workspaces.Common": "4.4.0" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "assemblyVersion": "4.4.0.0", + "fileVersion": "4.400.22.56111" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.4.0": { + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.Bcl.AsyncInterfaces": "7.0.0", + "Microsoft.CodeAnalysis.Common": "4.4.0", + "System.Composition": "6.0.0", + "System.IO.Pipelines": "6.0.3" + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.CodeAnalysis.Workspaces.dll": { + "assemblyVersion": "4.4.0.0", + "fileVersion": "4.400.22.56111" + } + }, + "resources": { + "lib/netcoreapp3.1/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": {}, + "Microsoft.Extensions.Configuration/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + } + }, + "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "7.0.0" + } + }, + "Microsoft.Extensions.Configuration.CommandLine/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" + } + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0" + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", + "Microsoft.Extensions.FileProviders.Physical": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + } + }, + "Microsoft.Extensions.Configuration.Json/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "7.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", + "System.Text.Json": "7.0.0" + } + }, + "Microsoft.Extensions.Configuration.UserSecrets/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.Configuration.Json": "7.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", + "Microsoft.Extensions.FileProviders.Physical": "7.0.0" + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {}, + "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "7.0.0" + } + }, + "Microsoft.Extensions.FileProviders.Physical/7.0.0": { + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "7.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "7.0.0", + "Microsoft.Extensions.Primitives": "7.0.0" + } + }, + "Microsoft.Extensions.FileSystemGlobbing/7.0.0": {}, + "Microsoft.Extensions.ObjectPool/2.2.0": {}, + "Microsoft.Extensions.Primitives/7.0.0": {}, + "Microsoft.NETCore.Platforms/5.0.4": {}, + "Microsoft.NETCore.Targets/1.1.0": {}, + "Microsoft.Web.Xdt/3.0.0": { + "runtime": { + "lib/netstandard2.0/Microsoft.Web.XmlTransform.dll": { + "assemblyVersion": "3.0.0.34420", + "fileVersion": "3.0.0.34420" + } + } + }, + "Microsoft.Win32.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Principal.Windows": "5.0.0" + } + }, + "Microsoft.Win32.SystemEvents/6.0.0": { + "runtime": { + "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "Mono.Posix.NETStandard/1.0.0": { + "runtimeTargets": { + "runtimes/linux-arm/lib/netstandard2.0/Mono.Posix.NETStandard.dll": { + "rid": "linux-arm", + "assetType": "runtime", + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + }, + "runtimes/linux-arm64/lib/netstandard2.0/Mono.Posix.NETStandard.dll": { + "rid": "linux-arm64", + "assetType": "runtime", + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + }, + "runtimes/linux-armel/lib/netstandard2.0/Mono.Posix.NETStandard.dll": { + "rid": "linux-armel", + "assetType": "runtime", + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + }, + "runtimes/linux-x64/lib/netstandard2.0/Mono.Posix.NETStandard.dll": { + "rid": "linux-x64", + "assetType": "runtime", + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + }, + "runtimes/linux-x86/lib/netstandard2.0/Mono.Posix.NETStandard.dll": { + "rid": "linux-x86", + "assetType": "runtime", + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + }, + "runtimes/osx/lib/netstandard2.0/Mono.Posix.NETStandard.dll": { + "rid": "osx", + "assetType": "runtime", + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + }, + "runtimes/win-x64/lib/netstandard2.0/Mono.Posix.NETStandard.dll": { + "rid": "win-x64", + "assetType": "runtime", + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + }, + "runtimes/win-x86/lib/netstandard2.0/Mono.Posix.NETStandard.dll": { + "rid": "win-x86", + "assetType": "runtime", + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + }, + "runtimes/linux-arm/native/libMonoPosixHelper.so": { + "rid": "linux-arm", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-arm64/native/libMonoPosixHelper.so": { + "rid": "linux-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-armel/native/libMonoPosixHelper.so": { + "rid": "linux-armel", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x64/native/libMonoPosixHelper.so": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x86/native/libMonoPosixHelper.so": { + "rid": "linux-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx/native/libMonoPosixHelper.dylib": { + "rid": "osx", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/MonoPosixHelper.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/libMonoPosixHelper.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/MonoPosixHelper.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/libMonoPosixHelper.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "MySql.Data/8.0.31": { + "dependencies": { + "Google.Protobuf": "3.19.4", + "K4os.Compression.LZ4.Streams": "1.2.6", + "Portable.BouncyCastle": "1.9.0", + "System.Buffers": "4.5.1", + "System.Configuration.ConfigurationManager": "6.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Security.Permissions": "6.0.0", + "System.Text.Encoding.CodePages": "6.0.0" + }, + "runtime": { + "lib/net7.0/MySql.Data.dll": { + "assemblyVersion": "8.0.31.0", + "fileVersion": "8.0.31.0" + }, + "lib/net7.0/ZstdNet.dll": { + "assemblyVersion": "1.4.5.0", + "fileVersion": "1.4.5.0" + } + } + }, + "NCrontab.Advanced/1.3.28": { + "dependencies": { + "NETStandard.Library": "1.6.0" + }, + "runtime": { + "lib/netstandard1.0/NCrontab.Advanced.dll": { + "assemblyVersion": "1.3.28.0", + "fileVersion": "1.3.28.0" + } + } + }, + "NEST/7.17.5": { + "dependencies": { + "Elasticsearch.Net": "7.17.5" + }, + "runtime": { + "lib/netstandard2.0/Nest.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.17.5.0" + } + } + }, + "NETStandard.Library/1.6.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.0.12", + "System.Console": "4.0.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.0.1", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.0.1", + "System.IO": "4.3.0", + "System.IO.Compression": "4.1.0", + "System.IO.Compression.ZipFile": "4.0.1", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.1.0", + "System.Net.Http": "4.1.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.0.12", + "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.0.0", + "System.Runtime.Numerics": "4.0.1", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.1.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.0.11", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.0.1", + "System.Xml.ReaderWriter": "4.0.11", + "System.Xml.XDocument": "4.0.11" + } + }, + "NetTopologySuite/1.15.0": { + "dependencies": { + "NetTopologySuite.CoordinateSystems": "1.15.0", + "NetTopologySuite.Core": "1.15.0" + } + }, + "NetTopologySuite.CoordinateSystems/1.15.0": { + "dependencies": { + "GeoAPI.CoordinateSystems": "1.7.5" + }, + "runtime": { + "lib/netcoreapp2.0/NetTopologySuite.CoordinateSystems.dll": { + "assemblyVersion": "1.15.0.0", + "fileVersion": "1.15.0.0" + } + } + }, + "NetTopologySuite.Core/1.15.0": { + "dependencies": { + "GeoAPI.Core": "1.7.5" + }, + "runtime": { + "lib/netcoreapp2.0/NetTopologySuite.dll": { + "assemblyVersion": "1.15.0.0", + "fileVersion": "1.15.0.0" + } + } + }, + "Newtonsoft.Json/13.0.2": { + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.2.27524" + } + } + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "dependencies": { + "Nito.AsyncEx.Tasks": "5.1.2", + "Nito.Collections.Deque": "1.1.1" + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "assemblyVersion": "5.1.2.0", + "fileVersion": "5.1.2.0" + } + } + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "dependencies": { + "Nito.Disposables": "2.2.1" + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "assemblyVersion": "5.1.2.0", + "fileVersion": "5.1.2.0" + } + } + }, + "Nito.Collections.Deque/1.1.1": { + "runtime": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "assemblyVersion": "1.1.1.0", + "fileVersion": "1.1.1.0" + } + } + }, + "Nito.Disposables/2.2.1": { + "dependencies": { + "System.Collections.Immutable": "7.0.0" + }, + "runtime": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "assemblyVersion": "2.2.1.0", + "fileVersion": "2.2.1.0" + } + } + }, + "Npgsql/5.0.15": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "assemblyVersion": "5.0.15.0", + "fileVersion": "5.0.15.0" + } + } + }, + "NuGet.Commands/6.4.0": { + "dependencies": { + "NuGet.Credentials": "6.4.0", + "NuGet.ProjectModel": "6.4.0" + }, + "runtime": { + "lib/net5.0/NuGet.Commands.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Common/6.4.0": { + "dependencies": { + "NuGet.Frameworks": "6.4.0" + }, + "runtime": { + "lib/netstandard2.0/NuGet.Common.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Configuration/6.4.0": { + "dependencies": { + "NuGet.Common": "6.4.0", + "System.Security.Cryptography.ProtectedData": "7.0.0" + }, + "runtime": { + "lib/netstandard2.0/NuGet.Configuration.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Credentials/6.4.0": { + "dependencies": { + "NuGet.Protocol": "6.4.0" + }, + "runtime": { + "lib/net5.0/NuGet.Credentials.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.DependencyResolver.Core/6.4.0": { + "dependencies": { + "NuGet.Configuration": "6.4.0", + "NuGet.LibraryModel": "6.4.0", + "NuGet.Protocol": "6.4.0" + }, + "runtime": { + "lib/net5.0/NuGet.DependencyResolver.Core.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Frameworks/6.4.0": { + "runtime": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.LibraryModel/6.4.0": { + "dependencies": { + "NuGet.Common": "6.4.0", + "NuGet.Versioning": "6.4.0" + }, + "runtime": { + "lib/netstandard2.0/NuGet.LibraryModel.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.PackageManagement/6.4.0": { + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Microsoft.Web.Xdt": "3.0.0", + "NuGet.Commands": "6.4.0", + "NuGet.Resolver": "6.4.0", + "System.ComponentModel.Composition": "4.5.0" + }, + "runtime": { + "lib/netstandard2.0/NuGet.PackageManagement.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Packaging/6.4.0": { + "dependencies": { + "Newtonsoft.Json": "13.0.2", + "NuGet.Configuration": "6.4.0", + "NuGet.Versioning": "6.4.0", + "System.Security.Cryptography.Cng": "5.0.0", + "System.Security.Cryptography.Pkcs": "5.0.0" + }, + "runtime": { + "lib/net5.0/NuGet.Packaging.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.ProjectModel/6.4.0": { + "dependencies": { + "NuGet.DependencyResolver.Core": "6.4.0" + }, + "runtime": { + "lib/net5.0/NuGet.ProjectModel.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Protocol/6.4.0": { + "dependencies": { + "NuGet.Packaging": "6.4.0" + }, + "runtime": { + "lib/net5.0/NuGet.Protocol.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Resolver/6.4.0": { + "dependencies": { + "NuGet.Protocol": "6.4.0" + }, + "runtime": { + "lib/net5.0/NuGet.Resolver.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "NuGet.Versioning/6.4.0": { + "runtime": { + "lib/netstandard2.0/NuGet.Versioning.dll": { + "assemblyVersion": "6.4.0.123", + "fileVersion": "6.4.0.123" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.80": { + "dependencies": { + "System.Diagnostics.PerformanceCounter": "6.0.0", + "System.DirectoryServices": "5.0.0", + "System.DirectoryServices.Protocols": "5.0.1" + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": { + "assemblyVersion": "3.1.21.1", + "fileVersion": "3.1.21.1" + } + } + }, + "Parquet.Net/3.10.0": { + "dependencies": { + "IronSnappy": "1.3.0" + }, + "runtime": { + "lib/net6.0/Parquet.dll": { + "assemblyVersion": "3.0.0.0", + "fileVersion": "3.10.0.0" + } + } + }, + "Portable.BouncyCastle/1.9.0": { + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "assemblyVersion": "1.9.0.0", + "fileVersion": "1.9.0.1" + } + } + }, + "RabbitMQ.Client/6.4.0": { + "dependencies": { + "System.Memory": "4.5.5", + "System.Threading.Channels": "4.7.1" + }, + "runtime": { + "lib/netstandard2.0/RabbitMQ.Client.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.4.0.0" + } + } + }, + "Raven.CodeAnalysis/1.0.11": {}, + "runtime.native.System/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "dependencies": { + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" + } + }, + "runtime.native.System.IO.Compression/4.1.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.Net.Http/4.0.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.Security.Cryptography/4.0.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-arm64/native/sni.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-x64/native/sni.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-x86/native/sni.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "SourceLink.Create.CommandLine/2.8.3": {}, + "Spatial4n/0.4.1.1": { + "dependencies": { + "GeoAPI": "1.7.5", + "NetTopologySuite": "1.15.0" + }, + "runtime": { + "lib/netstandard2.0/Spatial4n.dll": { + "assemblyVersion": "0.4.1.0", + "fileVersion": "0.4.1.1" + } + } + }, + "System.AppContext/4.1.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Buffers/4.5.1": {}, + "System.Collections/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Collections.Concurrent/4.0.12": { + "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/7.0.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.Annotations/5.0.0": {}, + "System.ComponentModel.Composition/4.5.0": { + "dependencies": { + "System.Security.Permissions": "6.0.0" + }, + "runtime": { + "lib/netcoreapp2.0/System.ComponentModel.Composition.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.6.26515.6" + } + } + }, + "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.7.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Composition/6.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Convention": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0", + "System.Composition.TypedParts": "6.0.0" + } + }, + "System.Composition.AttributedModel/6.0.0": { + "runtime": { + "lib/net6.0/System.Composition.AttributedModel.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.Convention/6.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Composition.Convention.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.Hosting/6.0.0": { + "dependencies": { + "System.Composition.Runtime": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Composition.Hosting.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.Runtime/6.0.0": { + "runtime": { + "lib/net6.0/System.Composition.Runtime.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Composition.TypedParts/6.0.0": { + "dependencies": { + "System.Composition.AttributedModel": "6.0.0", + "System.Composition.Hosting": "6.0.0", + "System.Composition.Runtime": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Configuration.ConfigurationManager/6.0.0": { + "dependencies": { + "System.Security.Cryptography.ProtectedData": "7.0.0", + "System.Security.Permissions": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Console/4.0.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + } + }, + "System.Data.SqlClient/4.8.5": { + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0", + "System.Security.Principal.Windows": "5.0.0", + "runtime.native.System.Data.SqlClient.sni": "4.7.0" + }, + "runtime": { + "lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "assemblyVersion": "4.6.1.5", + "fileVersion": "4.700.22.51706" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.6.1.5", + "fileVersion": "4.700.22.51706" + }, + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.6.1.5", + "fileVersion": "4.700.22.51706" + } + } + }, + "System.Diagnostics.Debug/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Diagnostics.DiagnosticSource/5.0.0": {}, + "System.Diagnostics.PerformanceCounter/6.0.0": { + "dependencies": { + "System.Configuration.ConfigurationManager": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Diagnostics.Tools/4.0.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.DirectoryServices/5.0.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "System.IO.FileSystem.AccessControl": "5.0.0", + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "runtime": { + "lib/netstandard2.0/System.DirectoryServices.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "5.0.20.51904" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.0.0", + "fileVersion": "5.0.20.51904" + } + } + }, + "System.DirectoryServices.Protocols/5.0.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "System.Security.Principal.Windows": "5.0.0" + }, + "runtime": { + "lib/netstandard2.0/System.DirectoryServices.Protocols.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "5.0.1121.47308" + } + }, + "runtimeTargets": { + "runtimes/linux/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll": { + "rid": "linux", + "assetType": "runtime", + "assemblyVersion": "4.0.0.0", + "fileVersion": "5.0.1121.47308" + }, + "runtimes/osx/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll": { + "rid": "osx", + "assetType": "runtime", + "assemblyVersion": "4.0.0.0", + "fileVersion": "5.0.1121.47308" + }, + "runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.0.0.0", + "fileVersion": "5.0.1121.47308" + } + } + }, + "System.Drawing.Common/6.0.0": { + "dependencies": { + "Microsoft.Win32.SystemEvents": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Drawing.Common.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net6.0/System.Drawing.Common.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + }, + "runtimes/win/lib/net6.0/System.Drawing.Common.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Formats.Asn1/5.0.0": {}, + "System.Globalization/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Globalization.Calendars/4.0.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Globalization.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "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": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.IO.Compression/4.1.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "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.1.0" + } + }, + "System.IO.Compression.ZipFile/4.0.1": { + "dependencies": { + "System.Buffers": "4.5.1", + "System.IO": "4.3.0", + "System.IO.Compression": "4.1.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": "5.0.4", + "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" + } + }, + "System.IO.FileSystem.AccessControl/5.0.0": { + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Principal.Windows": "5.0.0" + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.IO.Hashing/6.0.0": { + "runtime": { + "lib/net6.0/System.IO.Hashing.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.IO.Pipelines/6.0.3": {}, + "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.Async/6.0.1": { + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "7.0.0" + }, + "runtime": { + "lib/net6.0/System.Linq.Async.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.1.35981" + } + } + }, + "System.Linq.Expressions/4.1.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.0.12", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.0.1", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Emit.Lightweight": "4.0.1", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.7.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.5": {}, + "System.Memory.Data/1.0.2": { + "dependencies": { + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" + }, + "runtime": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.221.20802" + } + } + }, + "System.Net.Http/4.1.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "5.0.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.2.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.OpenSsl": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.1.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.0.1", + "runtime.native.System.Security.Cryptography": "4.0.0" + } + }, + "System.Net.NetworkInformation/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "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.Linq": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "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": "5.0.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "System.Net.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + } + }, + "System.Net.Sockets/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "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" + } + }, + "System.Numerics.Vectors/4.5.0": {}, + "System.ObjectModel/4.0.12": { + "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.Reflection/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit/4.0.1": { + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit.ILGeneration/4.0.1": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit.Lightweight/4.0.1": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.0.1", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Metadata/7.0.0": { + "dependencies": { + "System.Collections.Immutable": "7.0.0" + } + }, + "System.Reflection.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.TypeExtensions/4.7.0": {}, + "System.Resources.ResourceManager/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "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": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, + "System.Runtime.Extensions/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Runtime.Handles/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Runtime.InteropServices/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "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" + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.0.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "System.Reflection": "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.0.1": { + "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.Primitives/4.3.0": { + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Security.AccessControl/6.0.0": {}, + "System.Security.Cryptography.Algorithms/4.2.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "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.0.1", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography": "4.0.0" + } + }, + "System.Security.Cryptography.Cng/5.0.0": { + "dependencies": { + "System.Formats.Asn1": "5.0.0" + } + }, + "System.Security.Cryptography.Csp/4.0.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "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.2.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Security.Cryptography.Encoding/4.0.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.0.12", + "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.0.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography": "4.0.0" + } + }, + "System.Security.Cryptography.OpenSsl/4.0.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.0.1", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography": "4.0.0" + } + }, + "System.Security.Cryptography.Pkcs/5.0.0": { + "dependencies": { + "System.Formats.Asn1": "5.0.0", + "System.Security.Cryptography.Cng": "5.0.0" + } + }, + "System.Security.Cryptography.Primitives/4.0.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.ProtectedData/7.0.0": { + "runtime": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "System.Security.Cryptography.X509Certificates/4.1.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.0.1", + "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.0.1", + "System.Security.Cryptography.Algorithms": "4.2.0", + "System.Security.Cryptography.Cng": "5.0.0", + "System.Security.Cryptography.Csp": "4.0.0", + "System.Security.Cryptography.Encoding": "4.0.0", + "System.Security.Cryptography.OpenSsl": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.0.1", + "runtime.native.System.Security.Cryptography": "4.0.0" + } + }, + "System.Security.Permissions/6.0.0": { + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Security.Principal.Windows/5.0.0": {}, + "System.Text.Encoding/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Text.Encoding.CodePages/6.0.0": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.Text.Encoding.Extensions/4.0.11": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + } + }, + "System.Text.Encodings.Web/7.0.0": {}, + "System.Text.Json/7.0.0": { + "dependencies": { + "System.Text.Encodings.Web": "7.0.0" + } + }, + "System.Text.RegularExpressions/4.1.0": { + "dependencies": { + "System.Collections": "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.Threading/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Threading.Channels/4.7.1": {}, + "System.Threading.Overlapped/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "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": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Threading.Tasks.Extensions/4.5.4": {}, + "System.Threading.Thread/4.3.0": { + "dependencies": { + "System.Runtime": "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.0.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.4", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Windows.Extensions/6.0.0": { + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "runtime": { + "lib/net6.0/System.Windows.Extensions.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.0.21.52210" + } + } + }, + "System.Xml.ReaderWriter/4.0.11": { + "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.0.11", + "System.Text.RegularExpressions": "4.1.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.5.4" + } + }, + "System.Xml.XDocument/4.0.11": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.0.1", + "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.0.11" + } + }, + "Corax/5.4.101": { + "dependencies": { + "Newtonsoft.Json": "13.0.2", + "Sparrow": "5.4.101", + "Sparrow.Server": "5.4.101", + "Spatial4n": "0.4.1.1", + "Voron": "5.4.101" + }, + "runtime": { + "Corax.dll": {} + } + }, + "RavenDB.Client/5.4.101": { + "dependencies": { + "Lambda2Js.Signed": "3.1.4", + "Microsoft.AspNetCore.JsonPatch": "7.0.2", + "Microsoft.Bcl.AsyncInterfaces": "7.0.0", + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.2", + "Nito.AsyncEx.Coordination": "5.1.2" + }, + "runtime": { + "Raven.Client.dll": {} + } + }, + "Sparrow/5.4.101": { + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "7.0.0", + "Microsoft.CSharp": "4.7.0", + "Nito.AsyncEx.Coordination": "5.1.2" + }, + "runtime": { + "Sparrow.dll": {} + } + }, + "Sparrow.Server/5.4.101": { + "dependencies": { + "Mono.Posix.NETStandard": "1.0.0", + "Sparrow": "5.4.101" + }, + "runtime": { + "Sparrow.Server.dll": {} + } + }, + "Voron/5.4.101": { + "dependencies": { + "Sparrow.Server": "5.4.101" + }, + "runtime": { + "Voron.dll": {} + } + } + } + }, + "libraries": { + "Raven.Server/5.4.101": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "AMQPNetLite/2.4.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0gksL0JbihvWhDlaGKwfa/XcK04Kb9YUXjj0aCbubBVfBnQmzbLjcYrofYArYZL9Tx72+lS5f4ERW/MJ94PGfQ==", + "path": "amqpnetlite/2.4.2", + "hashPath": "amqpnetlite.2.4.2.nupkg.sha512" + }, + "AMQPNetLite.Core/2.4.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-16otRPnisT99NlkbFkWSRDM8EyMLaQhdpyiQXUey7HTWyF9OpLsV6FdwleKe7quEhMJSo4R8lnaXLkeDdOUXFw==", + "path": "amqpnetlite.core/2.4.2", + "hashPath": "amqpnetlite.core.2.4.2.nupkg.sha512" + }, + "AMQPNetLite.Serialization/2.4.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Txq+QChafhQgsZP5v4WoyccEdz4QHe3blNmXgQQG2CPq1zshMFdFr3ZYCpteWC5w8eUQPTRnyDXU7pT3j1i6hw==", + "path": "amqpnetlite.serialization/2.4.2", + "hashPath": "amqpnetlite.serialization.2.4.2.nupkg.sha512" + }, + "AWSSDK.Core/3.7.103.14": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LbIAApTQSlHfw1bV9G1BEEmCe/PehgNw7+AWqn6i+JIOW8cmhzGfpUTRztSt2PJjeCBtPitYpsy0U8VSC1E3Zg==", + "path": "awssdk.core/3.7.103.14", + "hashPath": "awssdk.core.3.7.103.14.nupkg.sha512" + }, + "AWSSDK.Glacier/3.7.100.52": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WteRWfVCYOfldRNA8OavjzmY7JVlUL8Grown2c+el09W+YApzKgxjA/3Nkm70nfzfs0hM3Av+Er+B9GZghE8yQ==", + "path": "awssdk.glacier/3.7.100.52", + "hashPath": "awssdk.glacier.3.7.100.52.nupkg.sha512" + }, + "AWSSDK.S3/3.7.101.52": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1IpNPthuxFMfma3YQQwK4nTi7JHJ1T6tiUqsmke+951IMZ4+zhjSb0fwDFHZZKy0rf6q2XJFFlA1rl0+MXNN2Q==", + "path": "awssdk.s3/3.7.101.52", + "hashPath": "awssdk.s3.3.7.101.52.nupkg.sha512" + }, + "AWSSDK.SimpleNotificationService/3.7.100.53": { + "type": "package", + "serviceable": true, + "sha512": "sha512-czor+tmEl7buvEIVg2n/Bn34rNTyQZhrCvZELMPYB7rmmdzkBdZN/oW6xKGLLjfjlu/N9k+F77tHbjCnayx4Ag==", + "path": "awssdk.simplenotificationservice/3.7.100.53", + "hashPath": "awssdk.simplenotificationservice.3.7.100.53.nupkg.sha512" + }, + "AWSSDK.SQS/3.7.100.52": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9MXWhd2KyNXq/CbRyvow7ujYRnTlw87/zBI2Ce764KOz7cbWQmTjkC4TP5mDfeGFXmxKEcb1pCNTP+CCyw/+Jw==", + "path": "awssdk.sqs/3.7.100.52", + "hashPath": "awssdk.sqs.3.7.100.52.nupkg.sha512" + }, + "Azure.Core/1.25.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-X8Dd4sAggS84KScWIjEbFAdt2U1KDolQopTPoHVubG2y3CM54f9l6asVrP5Uy384NWXjsspPYaJgz5xHc+KvTA==", + "path": "azure.core/1.25.0", + "hashPath": "azure.core.1.25.0.nupkg.sha512" + }, + "Azure.Storage.Blobs/12.14.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DvRBWUDMB2LjdRbsBNtz/LiVIYk56hqzSooxx4uq4rCdLj2M+7Vvoa1r+W35Dz6ZXL6p+SNcgEae3oZ+CkPfow==", + "path": "azure.storage.blobs/12.14.1", + "hashPath": "azure.storage.blobs.12.14.1.nupkg.sha512" + }, + "Azure.Storage.Common/12.13.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jDv8xJWeZY2Er9zA6QO25BiGolxg87rItt9CwAp7L/V9EPJeaz8oJydaNL9Wj0+3ncceoMgdiyEv66OF8YUwWQ==", + "path": "azure.storage.common/12.13.0", + "hashPath": "azure.storage.common.12.13.0.nupkg.sha512" + }, + "CloudNative.CloudEvents/2.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1Gq8tS2IuqgziAVGy70wBloN2smT8JC5uEHde4FrAKOVOmWrdSGtfOnwZGL+YQxThFSPG0r7Ual17JBTD1jEZg==", + "path": "cloudnative.cloudevents/2.5.1", + "hashPath": "cloudnative.cloudevents.2.5.1.nupkg.sha512" + }, + "CloudNative.CloudEvents.Amqp/2.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-djo/ZJxR9kSu5tW6hmyAycO9mxmoGzF/OOVMoh0uqhTybdcwgW8PZvruMgRjJ9uK/dRJMbljHxB8spGH/pp/Fg==", + "path": "cloudnative.cloudevents.amqp/2.5.1", + "hashPath": "cloudnative.cloudevents.amqp.2.5.1.nupkg.sha512" + }, + "CloudNative.CloudEvents.Kafka/2.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gUBUPv6xxr1COZUsiD6LNHSJWAbSKpt7V+T+VD1k4TNGSUz/GovMDdaRt97MojNzX9Lgb5fSFXNOz+3RkhE01w==", + "path": "cloudnative.cloudevents.kafka/2.5.1", + "hashPath": "cloudnative.cloudevents.kafka.2.5.1.nupkg.sha512" + }, + "CloudNative.CloudEvents.NewtonsoftJson/2.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Mumx+HYKGGe2/KBwqMHRDDvvaIw1lqlezFInqXloYg++uMT4VzHY0LFvG51gaVMtUS2Te8Rj57SePWx3oBM6Ug==", + "path": "cloudnative.cloudevents.newtonsoftjson/2.5.1", + "hashPath": "cloudnative.cloudevents.newtonsoftjson.2.5.1.nupkg.sha512" + }, + "Confluent.Kafka/1.9.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xdol/eagNz6hdldqcm7ctjRuRGENJyctFyNmNAX+lgqJ7xXIVQa9c0L9jPaYWeMYg0gSMihtaH950HzDPKnmbg==", + "path": "confluent.kafka/1.9.3", + "hashPath": "confluent.kafka.1.9.3.nupkg.sha512" + }, + "CsvHelper/30.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rcZtgbWR+As4G3Vpgx0AMNmShGuQLFjkHAPIIflzrfkJCx8/AOd4m96ZRmiU1Wi39qS5UVjV0P8qdgqOo5Cwyg==", + "path": "csvhelper/30.0.1", + "hashPath": "csvhelper.30.0.1.nupkg.sha512" + }, + "DasMulli.Win32.ServiceUtils.Signed/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+j7vXKo+WoQU2LcoKaDePD/lsgVa6hW8BRCAq0UffTrfXSPb5HIEzl+Pvjke98kmoGj9VRUtWIHicyk4a0c4rQ==", + "path": "dasmulli.win32.serviceutils.signed/1.1.0", + "hashPath": "dasmulli.win32.serviceutils.signed.1.1.0.nupkg.sha512" + }, + "Elasticsearch.Net/7.17.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-orChsQi1Ceho/NyIylNOn6y4vuGcsbCfMZnCueNN0fzqYEGQmQdPfcVmsR5+3fwpXTgxCdjTUVmqOwvHpCSB+Q==", + "path": "elasticsearch.net/7.17.5", + "hashPath": "elasticsearch.net.7.17.5.nupkg.sha512" + }, + "Esprima/2.0.0-beta-1338": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JQa2vQxXxVXRxHeDHFu1M1cky64pnHDyNLADdpuuiaC/KrJlE7HtUozfqoeEb17b3LQSSH/g7oAyeL1xxD1ogw==", + "path": "esprima/2.0.0-beta-1338", + "hashPath": "esprima.2.0.0-beta-1338.nupkg.sha512" + }, + "GeoAPI/1.7.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LAHPEztEGuR3LGtnNYOqg2JvUaw449gcACYqmy1pr129R2cWaV+Q9Lne8YgEwCnksHCVoXyQmuKY+CvsgPYmng==", + "path": "geoapi/1.7.5", + "hashPath": "geoapi.1.7.5.nupkg.sha512" + }, + "GeoAPI.CoordinateSystems/1.7.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JBcvkeQFjCW9NTfkII5WiJNmnv0ZtYA/VTVljbIqDFWBJ8kHwu2UHd2MVStD/VVHVnLoyNcDIapsuTENdlyF3g==", + "path": "geoapi.coordinatesystems/1.7.5", + "hashPath": "geoapi.coordinatesystems.1.7.5.nupkg.sha512" + }, + "GeoAPI.Core/1.7.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Dy/YkgZ1szgx+xbVWqMi+4++Fm6v3szbVdei1LKPRZ3meSvgNSMZxqhar5IAeaTj5LcUHLtLGdfyUtkjnYbg3A==", + "path": "geoapi.core/1.7.5", + "hashPath": "geoapi.core.1.7.5.nupkg.sha512" + }, + "Google.Api.Gax/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gLJt1aHvLtU9jXlAavEUqF5RaobdgYXA+0b+gkhc0/pIylSztv5dK9Q7Uq+IyMXFzLMFkSEI++4DFeyYjuR1Bg==", + "path": "google.api.gax/4.3.0", + "hashPath": "google.api.gax.4.3.0.nupkg.sha512" + }, + "Google.Api.Gax.Rest/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7oNr9ZgovpbNyXFWayzFSWkWgcm3QfRh1smHMxQ5srf4ZPSu72U24mWpRVo2i1Ub5Y/vjg1na+EFBjIz3NPmtQ==", + "path": "google.api.gax.rest/4.3.0", + "hashPath": "google.api.gax.rest.4.3.0.nupkg.sha512" + }, + "Google.Apis/1.58.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OFIWLMbxL096T6L3b0cQLSQGAxRZWIZLNkjZtaYUQ5exz67aW7+Sd+OQnzdFGrV0yyTNlMOy+j6AqmdsenJHXA==", + "path": "google.apis/1.58.0", + "hashPath": "google.apis.1.58.0.nupkg.sha512" + }, + "Google.Apis.Auth/1.58.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-8HAVH23c/O6ODdpedkw/2B3VqG4YKEMk0v0Sb6tEz7GRaiqGwdMntytr7iez0iFvCFDA5SkHnYDCNCIztnSMhA==", + "path": "google.apis.auth/1.58.0", + "hashPath": "google.apis.auth.1.58.0.nupkg.sha512" + }, + "Google.Apis.Core/1.58.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-e1QpJz6hMuxN7Whm9ORl98dV9/6kM4UC+zNHGFO/S7OVV4wglFkix9DMidzdEmo3AGrs9KZSk69N+rYHJKqn+A==", + "path": "google.apis.core/1.58.0", + "hashPath": "google.apis.core.1.58.0.nupkg.sha512" + }, + "Google.Apis.Storage.v1/1.57.0.2742": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pQigIarHnG+ahQprulXXOCCWYSyVawMfaRjwkSKCmdgsvBsxvm/L2HckSsYNM4XEGeljBahO2u8u64KyWCopEQ==", + "path": "google.apis.storage.v1/1.57.0.2742", + "hashPath": "google.apis.storage.v1.1.57.0.2742.nupkg.sha512" + }, + "Google.Cloud.Storage.V1/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ngGafYPmNuHDrnGbUB99Lv4489F1buaMLoZl7ZzhynA4M5/t1KP9ar5hmN62aX8kyea7Kg9ucSbKSQFsAS+tlg==", + "path": "google.cloud.storage.v1/4.1.0", + "hashPath": "google.cloud.storage.v1.4.1.0.nupkg.sha512" + }, + "Google.Protobuf/3.19.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fd07/ykL4O4FhqrZIELm5lmiyOHfdPg9+o+hWr6tcfRdS7tHXnImg/2wtogLzlW2eEmr0J7j6ZrZvaWOLiJbxQ==", + "path": "google.protobuf/3.19.4", + "hashPath": "google.protobuf.3.19.4.nupkg.sha512" + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "path": "humanizer.core/2.14.1", + "hashPath": "humanizer.core.2.14.1.nupkg.sha512" + }, + "IronSnappy/1.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EFkwQ8C0RlQHM1UraPL6Yaino+JbPlj5NOVlX4PbnAW8YcN6uEFqfxZAkkIuTZTVKyc9IIpUAt+nZv1Tp4PGiA==", + "path": "ironsnappy/1.3.0", + "hashPath": "ironsnappy.1.3.0.nupkg.sha512" + }, + "JetBrains.Annotations/2022.3.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-11nsS3+lFICGkztVs9PP2NRItxf9fF+qD6xEW/T0YGto52zj07wseUeBdMAU1ah9HNVTDZyRC1u4NWdtJScwhw==", + "path": "jetbrains.annotations/2022.3.1", + "hashPath": "jetbrains.annotations.2022.3.1.nupkg.sha512" + }, + "Jint/3.0.30-ravendb": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Pxl7qhN0h+d/5fuLrMW2iHhQhrJtMJBluxOCrFkJNJIyBcEtXZN3tcUJNQHvKq7lwgZiWe/Q+U3TYFIr8Z7y6Q==", + "path": "jint/3.0.30-ravendb", + "hashPath": "jint.3.0.30-ravendb.nupkg.sha512" + }, + "K4os.Compression.LZ4/1.2.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4EN8EE6bZG2U8dFfeqn+Om3UNajK3cPYHvyQROCFm4jNFVLuRB7Nl5bDkjBSAjfctS6konm+ay3u5RafBzltDA==", + "path": "k4os.compression.lz4/1.2.6", + "hashPath": "k4os.compression.lz4.1.2.6.nupkg.sha512" + }, + "K4os.Compression.LZ4.Streams/1.2.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5KMcNFRHeRrnJ9c8k5fZcfAJJEY0FndMiDiHIYa35Mx5KCMkeSNo/PEXu7YmtCoVczJagx+Vt7J/F+//S1PcJQ==", + "path": "k4os.compression.lz4.streams/1.2.6", + "hashPath": "k4os.compression.lz4.streams.1.2.6.nupkg.sha512" + }, + "K4os.Hash.xxHash/1.0.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jCfNP0inx1sGcP3KSbpiDEH3km2e1sVBjMfKo+V92jr1dL4ZYgA1uhRMl1wAtdGZcbObXIikKqtVlgx3j/CW6g==", + "path": "k4os.hash.xxhash/1.0.6", + "hashPath": "k4os.hash.xxhash.1.0.6.nupkg.sha512" + }, + "Lambda2Js.Signed/3.1.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ryzu7T7ZzjQxTGxCSInAe0ZO3gbskW09qizdnrTUbZeNOyJzbdcQ39ylj4mJEYFeOUO1DQ1RqtBhQdiaMTSC6g==", + "path": "lambda2js.signed/3.1.4", + "hashPath": "lambda2js.signed.3.1.4.nupkg.sha512" + }, + "Lextm.SharpSnmpLib.Engine/11.3.102": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ugwslhG3vydXkeUGuWbvNAT9L2TlFQKUyVTwbScBpOBu1r41LMUC+qNzKWVWqBMPxIYh1CgsfXKukBVtcecysQ==", + "path": "lextm.sharpsnmplib.engine/11.3.102", + "hashPath": "lextm.sharpsnmplib.engine.11.3.102.nupkg.sha512" + }, + "librdkafka.redist/1.9.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ljLtyamiEq7Ky36LAv8gAz69YfpLBw2P/y1eDuqwAm9RiDINtWrkg/hqIBTK2Gc7ydJaKlySa1BxMG7RHVD26A==", + "path": "librdkafka.redist/1.9.2", + "hashPath": "librdkafka.redist.1.9.2.nupkg.sha512" + }, + "Lucene.Net/3.0.54004": { + "type": "package", + "serviceable": true, + "sha512": "sha512-SYEZFlHmcJk8EVvNpSzI3aepQpQJobO3qJ8eNIuvQ9LKgLufF21EcRosMeoNlpsKr2HEqvLTYl4fZ8oTG3JIig==", + "path": "lucene.net/3.0.54004", + "hashPath": "lucene.net.3.0.54004.nupkg.sha512" + }, + "Lucene.Net.Contrib.Spatial.NTS/3.0.54004": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3hS2bRVwY/eVmVLX+p330sWXr4JXdn3b7UEbxWRyG30YeaLgKdDOUF9pE0X+wxu/OJhJVCT2te6ESs3TUsk+2Q==", + "path": "lucene.net.contrib.spatial.nts/3.0.54004", + "hashPath": "lucene.net.contrib.spatial.nts.3.0.54004.nupkg.sha512" + }, + "McMaster.Extensions.CommandLineUtils/4.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/M/p9fPUfu1dtIa+/xJS3hdp4aNIVr3c0reLFP4ZKo1vZy1sXeWeyaSapoVk8dmT79OxJTpLUGDdv0ReBd8d8A==", + "path": "mcmaster.extensions.commandlineutils/4.0.2", + "hashPath": "mcmaster.extensions.commandlineutils.4.0.2.nupkg.sha512" + }, + "Microsoft.AspNetCore.JsonPatch/7.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qgYuyXUPD37cBcOlN3XydBXn1LpIYUp4ZimzLn70GhqFSKtyLWl4ym76CVv0AuzUaNT1ZePRLGUzVG2xTggyrw==", + "path": "microsoft.aspnetcore.jsonpatch/7.0.2", + "hashPath": "microsoft.aspnetcore.jsonpatch.7.0.2.nupkg.sha512" + }, + "Microsoft.Bcl.AsyncInterfaces/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==", + "path": "microsoft.bcl.asyncinterfaces/7.0.0", + "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-j/rOZtLMVJjrfLRlAMckJLPW/1rze9MT1yfWqSIbUPGRu1m1P0fuo9PmqapwsmePfGB5PJrudQLvmUOAMF0DqQ==", + "path": "microsoft.codeanalysis.analyzers/3.3.3", + "hashPath": "microsoft.codeanalysis.analyzers.3.3.3.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Common/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JfHupS/B7Jb5MZoYkFFABn3mux0wQgxi2D8F/rJYZeRBK2ZOyk7TjQ2Kq9rh6W/DCh0KNbbSbn5qoFar+ueHqw==", + "path": "microsoft.codeanalysis.common/4.4.0", + "hashPath": "microsoft.codeanalysis.common.4.4.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eD2w0xHRoaqK07hjlOKGR9eLNy3nimiGNeCClNax1NDgS/+DBtBqCjXelOa+TNy99kIB3nHhUqDmr46nDXy/RQ==", + "path": "microsoft.codeanalysis.csharp/4.4.0", + "hashPath": "microsoft.codeanalysis.csharp.4.4.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ADmI2jcwJP9GgBsVx2l0Bo0v3Hn4hHBg1uJ5zHd230mkO8rUJBLZu2h3tCbpwJMkpAIRtrxuZDD5uNfiyz0Q5Q==", + "path": "microsoft.codeanalysis.csharp.workspaces/4.4.0", + "hashPath": "microsoft.codeanalysis.csharp.workspaces.4.4.0.nupkg.sha512" + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6KzmmTIUU7qInQldcSPaW0nkrO71zlFPhoiabFBhkokEit49rLx4Kr/G3agBchYzirScrXibqgTRQkvx9WcJTw==", + "path": "microsoft.codeanalysis.workspaces.common/4.4.0", + "hashPath": "microsoft.codeanalysis.workspaces.common.4.4.0.nupkg.sha512" + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "path": "microsoft.csharp/4.7.0", + "hashPath": "microsoft.csharp.4.7.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tldQUBWt/xeH2K7/hMPPo5g8zuLc3Ro9I5d4o/XrxvxOCA2EZBtW7bCHHTc49fcBtvB8tLAb/Qsmfrq+2SJ4vA==", + "path": "microsoft.extensions.configuration/7.0.0", + "hashPath": "microsoft.extensions.configuration.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Abstractions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-f34u2eaqIjNO9YLHBz8rozVZ+TcFiFs0F3r7nUJd7FRkVSxk8u4OpoK226mi49MwexHOR2ibP9MFvRUaLilcQQ==", + "path": "microsoft.extensions.configuration.abstractions/7.0.0", + "hashPath": "microsoft.extensions.configuration.abstractions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.CommandLine/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-a8Iq8SCw5m8W5pZJcPCgBpBO4E89+NaObPng+ApIhrGSv9X4JPrcFAaGM4sDgR0X83uhLgsNJq8VnGP/wqhr8A==", + "path": "microsoft.extensions.configuration.commandline/7.0.0", + "hashPath": "microsoft.extensions.configuration.commandline.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.EnvironmentVariables/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RIkfqCkvrAogirjsqSrG1E1FxgrLsOZU2nhRbl07lrajnxzSU2isj2lwQah0CtCbLWo/pOIukQzM1GfneBUnxA==", + "path": "microsoft.extensions.configuration.environmentvariables/7.0.0", + "hashPath": "microsoft.extensions.configuration.environmentvariables.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.FileExtensions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xk2lRJ1RDuqe57BmgvRPyCt6zyePKUmvT6iuXqiHR+/OIIgWVR8Ff5k2p6DwmqY8a17hx/OnrekEhziEIeQP6Q==", + "path": "microsoft.extensions.configuration.fileextensions/7.0.0", + "hashPath": "microsoft.extensions.configuration.fileextensions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.Json/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LDNYe3uw76W35Jci+be4LDf2lkQZe0A7EEYQVChFbc509CpZ4Iupod8li4PUXPBhEUOFI/rlQNf5xkzJRQGvtA==", + "path": "microsoft.extensions.configuration.json/7.0.0", + "hashPath": "microsoft.extensions.configuration.json.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.Configuration.UserSecrets/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-33HPW1PmB2RS0ietBQyvOxjp4O3wlt+4tIs8KPyMn1kqp04goiZGa7+3mc69NRLv6bphkLDy0YR7Uw3aZyf8Zw==", + "path": "microsoft.extensions.configuration.usersecrets/7.0.0", + "hashPath": "microsoft.extensions.configuration.usersecrets.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==", + "path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0", + "hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.FileProviders.Abstractions/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NyawiW9ZT/liQb34k9YqBSNPLuuPkrjMgQZ24Y/xXX1RoiBkLUdPMaQTmxhZ5TYu8ZKZ9qayzil75JX95vGQUg==", + "path": "microsoft.extensions.fileproviders.abstractions/7.0.0", + "hashPath": "microsoft.extensions.fileproviders.abstractions.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.FileProviders.Physical/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-K8D2MTR+EtzkbZ8z80LrG7Ur64R7ZZdRLt1J5cgpc/pUWl0C6IkAUapPuK28oionHueCPELUqq0oYEvZfalNdg==", + "path": "microsoft.extensions.fileproviders.physical/7.0.0", + "hashPath": "microsoft.extensions.fileproviders.physical.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.FileSystemGlobbing/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2jONjKHiF+E92ynz2ZFcr9OvxIw+rTGMPEH+UZGeHTEComVav93jQUWGkso8yWwVBcEJGcNcZAaqY01FFJcj7w==", + "path": "microsoft.extensions.filesystemglobbing/7.0.0", + "hashPath": "microsoft.extensions.filesystemglobbing.7.0.0.nupkg.sha512" + }, + "Microsoft.Extensions.ObjectPool/2.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gA8H7uQOnM5gb+L0uTNjViHYr+hRDqCdfugheGo/MxQnuHzmhhzCBTIPm19qL1z1Xe0NEMabfcOBGv9QghlZ8g==", + "path": "microsoft.extensions.objectpool/2.2.0", + "hashPath": "microsoft.extensions.objectpool.2.2.0.nupkg.sha512" + }, + "Microsoft.Extensions.Primitives/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-um1KU5kxcRp3CNuI8o/GrZtD4AIOXDk+RLsytjZ9QPok3ttLUelLKpilVPuaFT3TFjOhSibUAso0odbOaCDj3Q==", + "path": "microsoft.extensions.primitives/7.0.0", + "hashPath": "microsoft.extensions.primitives.7.0.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/5.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-S/AHu+d3Fk/yoWHIXNAs8N030bCf22GlXoMqLC/zK24i+VfhG0kWYtFeEv6s07b05qchNEGabwOcq49zzR8MPA==", + "path": "microsoft.netcore.platforms/5.0.4", + "hashPath": "microsoft.netcore.platforms.5.0.4.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.Web.Xdt/3.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-O8T930V2+8hgC3gUnp4IFA+6b7o9PsQIvCuBOigOdz7B0ZbX0clckPsCxsPAxNC3zcaYb4ShtTimeZoA1EZpoQ==", + "path": "microsoft.web.xdt/3.0.0", + "hashPath": "microsoft.web.xdt.3.0.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" + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "path": "microsoft.win32.registry/5.0.0", + "hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512" + }, + "Microsoft.Win32.SystemEvents/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==", + "path": "microsoft.win32.systemevents/6.0.0", + "hashPath": "microsoft.win32.systemevents.6.0.0.nupkg.sha512" + }, + "Mono.Posix.NETStandard/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vSN/L1uaVwKsiLa95bYu2SGkF0iY3xMblTfxc8alSziPuVfJpj3geVqHGAA75J7cZkMuKpFVikz82Lo6y6LLdA==", + "path": "mono.posix.netstandard/1.0.0", + "hashPath": "mono.posix.netstandard.1.0.0.nupkg.sha512" + }, + "MySql.Data/8.0.31": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZVcctmag6cX0DtDxWh3fhBlSdZfGHKIUIodl7QtjZKupSgbCT0X+bO1Faw/NfUR2VfoxB/L9WzLfeCvki65qVg==", + "path": "mysql.data/8.0.31", + "hashPath": "mysql.data.8.0.31.nupkg.sha512" + }, + "NCrontab.Advanced/1.3.28": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4jQgtg44Zgn0N3TNsCifGwuNGB3J8wEOuyz3aQQD5+BBfI9emlVWU5/C+VWutquklc8UkuCfmlw+QdGwMxWwUA==", + "path": "ncrontab.advanced/1.3.28", + "hashPath": "ncrontab.advanced.1.3.28.nupkg.sha512" + }, + "NEST/7.17.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-bo9UyuIoVRx4IUQiuC8ZrlZuvAXKIccernC7UUKukQCEmRq2eVIk+gubHlnMQljrP51q0mN4cjgy9vv5uZPkoA==", + "path": "nest/7.17.5", + "hashPath": "nest.7.17.5.nupkg.sha512" + }, + "NETStandard.Library/1.6.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ypsCvIdCZ4IoYASJHt6tF2fMo7N30NLgV1EbmC+snO490OMl9FvVxmumw14rhReWU3j3g7BYudG6YCrchwHJlA==", + "path": "netstandard.library/1.6.0", + "hashPath": "netstandard.library.1.6.0.nupkg.sha512" + }, + "NetTopologySuite/1.15.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UMqlZgOdR9w24BaBh2K70LRK9KMVeuUPQv/70O93Kcta9XPpKSfN8bDCmXMXsQLQfDpRPimLe0asFEp1Mm7h0A==", + "path": "nettopologysuite/1.15.0", + "hashPath": "nettopologysuite.1.15.0.nupkg.sha512" + }, + "NetTopologySuite.CoordinateSystems/1.15.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-p9AiFHHPcpSW+JzN+/t4L/45l1h3e9Tnsb/7TzGVkoIABd8CwfbGfg/xPxRmjhiXTUvDr/ERQK77/abthL0UcQ==", + "path": "nettopologysuite.coordinatesystems/1.15.0", + "hashPath": "nettopologysuite.coordinatesystems.1.15.0.nupkg.sha512" + }, + "NetTopologySuite.Core/1.15.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-SMhtTQYfpgHq9+0X9cwcLfUZlUWkmzK2OODHLMjX5KbSLP99xvCAF95CfZ4hnsI7K6qvezOQXbIKJpYdr7yKmg==", + "path": "nettopologysuite.core/1.15.0", + "hashPath": "nettopologysuite.core.1.15.0.nupkg.sha512" + }, + "Newtonsoft.Json/13.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==", + "path": "newtonsoft.json/13.0.2", + "hashPath": "newtonsoft.json.13.0.2.nupkg.sha512" + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QMyUfsaxov//0ZMbOHWr9hJaBFteZd66DV1ay4J5wRODDb8+K/uHC7+3VsOflo6SVw/29mu8OWZp8vMDSuzc0w==", + "path": "nito.asyncex.coordination/5.1.2", + "hashPath": "nito.asyncex.coordination.5.1.2.nupkg.sha512" + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jEkCfR2/M26OK/U4G7SEN063EU/F4LiVA06TtpZILMdX/quIHCg+wn31Zerl2LC+u1cyFancjTY3cNAr2/89PA==", + "path": "nito.asyncex.tasks/5.1.2", + "hashPath": "nito.asyncex.tasks.5.1.2.nupkg.sha512" + }, + "Nito.Collections.Deque/1.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CU0/Iuv5VDynK8I8pDLwkgF0rZhbQoZahtodfL0M3x2gFkpBRApKs8RyMyNlAi1mwExE4gsmqQXk4aFVvW9a4Q==", + "path": "nito.collections.deque/1.1.1", + "hashPath": "nito.collections.deque.1.1.1.nupkg.sha512" + }, + "Nito.Disposables/2.2.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6sZ5uynQeAE9dPWBQGKebNmxbY4xsvcc5VplB5WkYEESUS7oy4AwnFp0FhqxTSKm/PaFrFqLrYr696CYN8cugg==", + "path": "nito.disposables/2.2.1", + "hashPath": "nito.disposables.2.2.1.nupkg.sha512" + }, + "Npgsql/5.0.15": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rWW9qi/ZgV0cvTWiIEQ6XWKoniPqzZIdiail4XYt7TDavt+LLYh9SYMNR9abH39DWooI45Hxt9SAq7LkTejoPg==", + "path": "npgsql/5.0.15", + "hashPath": "npgsql.5.0.15.nupkg.sha512" + }, + "NuGet.Commands/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-j3ma45boGZADsHpJcu3Y2yq+n2luicC6ezd61TXTTzbOzA452oAPaSsFGUB1stIsuP/DVoqkTzjHXjaCHuJKPQ==", + "path": "nuget.commands/6.4.0", + "hashPath": "nuget.commands.6.4.0.nupkg.sha512" + }, + "NuGet.Common/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-srECugLk+LB1bXelDCDhHoi6do/EYTXzuntKhjHraS4roVB3NfWohEdCSiAPdpSV9M40Q6jo6MV2Srml9e+jHQ==", + "path": "nuget.common/6.4.0", + "hashPath": "nuget.common.6.4.0.nupkg.sha512" + }, + "NuGet.Configuration/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-vPjauG9AoacEjiZWGIs+d11FCRVmseqAw78FIApfLvZrYMEbbwc9vc0LdC3PpoW5FxYkktyZSiiXVKXGLu+gXw==", + "path": "nuget.configuration/6.4.0", + "hashPath": "nuget.configuration.6.4.0.nupkg.sha512" + }, + "NuGet.Credentials/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tebsxclknVz3D4FrvE2MzVcsOyf6PffjGNQ77X9Yvbj9x5YpVWfumVPetqETcdsNEgiN0bBzfMre33lhrY7Itw==", + "path": "nuget.credentials/6.4.0", + "hashPath": "nuget.credentials.6.4.0.nupkg.sha512" + }, + "NuGet.DependencyResolver.Core/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AKomZEKuhQlshujuiHbKvwl2cZNGq3SHsXFbpjCfCjMFMLwwA8saJGQQZp1lzsqQWcQWa6hLOcPtm7T3rd0SVg==", + "path": "nuget.dependencyresolver.core/6.4.0", + "hashPath": "nuget.dependencyresolver.core.6.4.0.nupkg.sha512" + }, + "NuGet.Frameworks/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qcufbjJIDtyY/Hah7JJfcRVpRYM3scgPqYBnukjO9kfADCFGr2azvVBozuwzljA6w/cR3w8bXLq6vW5xGrsmHw==", + "path": "nuget.frameworks/6.4.0", + "hashPath": "nuget.frameworks.6.4.0.nupkg.sha512" + }, + "NuGet.LibraryModel/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-K6ROQpWr34Aje81G0HfipiznLTB8vD4BO8sF6FEwx1KjJVdFkSmGZPmAhc6L1vZPs8TKY5BqoH72zG13zVzW2w==", + "path": "nuget.librarymodel/6.4.0", + "hashPath": "nuget.librarymodel.6.4.0.nupkg.sha512" + }, + "NuGet.PackageManagement/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-y7AA4vwHBNYV9H/UAk67p+0L7pnAcdbWz2+FXq+/oDOA4pAW1xehWkFLVU2NI5LOW9Lk3el0IBGv37ftIV8Nww==", + "path": "nuget.packagemanagement/6.4.0", + "hashPath": "nuget.packagemanagement.6.4.0.nupkg.sha512" + }, + "NuGet.Packaging/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-aR10aYqcUMGC2mwMGH5rls/MGaz3EVH8DKTTHQ/EC91hXNtrCTTAQonaRR+v1EItcoxtQeZ/WQOorv4z270Tgg==", + "path": "nuget.packaging/6.4.0", + "hashPath": "nuget.packaging.6.4.0.nupkg.sha512" + }, + "NuGet.ProjectModel/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eW9Q7vPk8cpXDd5b+vtIPkl8dSDCPkPJPrjXPTfZGxhstldnhJrj1XPaonsDZLQ24YY7LrYCzC0BiHh3iO5zUA==", + "path": "nuget.projectmodel/6.4.0", + "hashPath": "nuget.projectmodel.6.4.0.nupkg.sha512" + }, + "NuGet.Protocol/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KIPjsWP0P3EMsDsXaa6YBCTvYKur/zI0luS1kO5G37ci8mHs2kJFsuG5qaMhGvgyHASu54sxlic1n1oza2Pcbw==", + "path": "nuget.protocol/6.4.0", + "hashPath": "nuget.protocol.6.4.0.nupkg.sha512" + }, + "NuGet.Resolver/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-v7KQsEVfZZisWoCrwLogvkvp/d1d0DKJfTcgiYFVer+KQCyAjHLr7ZSWM8Oa49sum8mdlTeQKHTTF/LzqgiIvQ==", + "path": "nuget.resolver/6.4.0", + "hashPath": "nuget.resolver.6.4.0.nupkg.sha512" + }, + "NuGet.Versioning/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YE8p3TpX4jIw+Gb24maE8YRDoqWA4imLmCbdOj5IvslLrZJXQ8akeFOGOplxICNVevON1g1SFYT2+cq4yy0nQQ==", + "path": "nuget.versioning/6.4.0", + "hashPath": "nuget.versioning.6.4.0.nupkg.sha512" + }, + "Oracle.ManagedDataAccess.Core/3.21.80": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NBy3qenkUo3PJBmKc6/SOyNCWPCJijtRqWZ4gImdfeS5hhXs60L1dAeDLiF6N15IfQT2ExRe/0W3+xbxJ6VQ/Q==", + "path": "oracle.manageddataaccess.core/3.21.80", + "hashPath": "oracle.manageddataaccess.core.3.21.80.nupkg.sha512" + }, + "Parquet.Net/3.10.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sWzf0SUv/bfjZz8CDNPWk7FJ2RVyASVa91txk1citAfpjRqS8hpXu4uKdfPhZmExd//jJRqeGqdFr15zsu2bYg==", + "path": "parquet.net/3.10.0", + "hashPath": "parquet.net.3.10.0.nupkg.sha512" + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", + "path": "portable.bouncycastle/1.9.0", + "hashPath": "portable.bouncycastle.1.9.0.nupkg.sha512" + }, + "RabbitMQ.Client/6.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1znR1gGU+xYVSpO5z8nQolcUKA/yydnxQn7Ug9+RUXxTSLMm/eE58VKGwahPBjELXvDnX0k/kBrAitFLRjx9LA==", + "path": "rabbitmq.client/6.4.0", + "hashPath": "rabbitmq.client.6.4.0.nupkg.sha512" + }, + "Raven.CodeAnalysis/1.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-EcKvocs2NPIbJ0rec48mw3pIBHTC/os347XRyzOEfw6i5JLgQzJuFT0cG/VGOBHbWWVW2cDocipALKm1KTvHBQ==", + "path": "raven.codeanalysis/1.0.11", + "hashPath": "raven.codeanalysis.1.0.11.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.Data.SqlClient.sni/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", + "path": "runtime.native.system.data.sqlclient.sni/4.7.0", + "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" + }, + "runtime.native.System.IO.Compression/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ob7nvnJBox1aaB222zSVZSkf4WrebPG4qFscfK7vmD7P7NxoSxACQLtO7ytWpqXDn2wcd/+45+EAZ7xjaPip8A==", + "path": "runtime.native.system.io.compression/4.1.0", + "hashPath": "runtime.native.system.io.compression.4.1.0.nupkg.sha512" + }, + "runtime.native.System.Net.Http/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Nh0UPZx2Vifh8r+J+H2jxifZUD3sBrmolgiFWJd2yiNrxO0xTa6bAw3YwRn1VOiSen/tUXMS31ttNItCZ6lKuA==", + "path": "runtime.native.system.net.http/4.0.1", + "hashPath": "runtime.native.system.net.http.4.0.1.nupkg.sha512" + }, + "runtime.native.System.Security.Cryptography/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2CQK0jmO6Eu7ZeMgD+LOFbNJSXHFVQbCJJkEyEwowh1SCgYnrn9W9RykMfpeeVGw7h4IBvYikzpGUlmZTUafJw==", + "path": "runtime.native.system.security.cryptography/4.0.0", + "hashPath": "runtime.native.system.security.cryptography.4.0.0.nupkg.sha512" + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", + "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", + "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", + "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "SourceLink.Create.CommandLine/2.8.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IG9yWuEwkGDC94Be8U7XC/YwzGPGUhH7cF2/AzN3DeyJwo9Epp0kiwT8UGNg1lNkH1mXyjOTS7oN0DZSqMmoBQ==", + "path": "sourcelink.create.commandline/2.8.3", + "hashPath": "sourcelink.create.commandline.2.8.3.nupkg.sha512" + }, + "Spatial4n/0.4.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lDFTOtyOJVgYsi9AEBOWVuRyzkj4cZGd3DRiRFgQcOAIceOWGTTHCMPKbqhtwdQ+y9gf7FOe4TnahWPStpT6ZA==", + "path": "spatial4n/0.4.1.1", + "hashPath": "spatial4n.0.4.1.1.nupkg.sha512" + }, + "System.AppContext/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3QjO4jNV7PdKkmQAVp9atA+usVnKRwI3Kx1nMwJ93T0LcQfx7pKAYk0nKz5wn1oP5iqlhZuy6RXOFdhr7rDwow==", + "path": "system.appcontext/4.1.0", + "hashPath": "system.appcontext.4.1.0.nupkg.sha512" + }, + "System.Buffers/4.5.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", + "path": "system.buffers/4.5.1", + "hashPath": "system.buffers.4.5.1.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.0.12": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==", + "path": "system.collections.concurrent/4.0.12", + "hashPath": "system.collections.concurrent.4.0.12.nupkg.sha512" + }, + "System.Collections.Immutable/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dQPcs0U1IKnBdRDBkrCTi1FoajSTBzLcVTpjO4MBCMC7f4pDOIPzgBoX8JjG7X6uZRJ8EBxsi8+DR1JuwjnzOQ==", + "path": "system.collections.immutable/7.0.0", + "hashPath": "system.collections.immutable.7.0.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.Annotations/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg==", + "path": "system.componentmodel.annotations/5.0.0", + "hashPath": "system.componentmodel.annotations.5.0.0.nupkg.sha512" + }, + "System.ComponentModel.Composition/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+iB9FoZnfdqMEGq6np28X6YNSUrse16CakmIhV3h6PxEWt7jYxUN3Txs1D8MZhhf4QmyvK0F/EcIN0f4gGN0dA==", + "path": "system.componentmodel.composition/4.5.0", + "hashPath": "system.componentmodel.composition.4.5.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.Composition/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-d7wMuKQtfsxUa7S13tITC8n1cQzewuhD5iDjZtK2prwFfKVzdYtgrTHgjaV03Zq7feGQ5gkP85tJJntXwInsJA==", + "path": "system.composition/6.0.0", + "hashPath": "system.composition.6.0.0.nupkg.sha512" + }, + "System.Composition.AttributedModel/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WK1nSDLByK/4VoC7fkNiFuTVEiperuCN/Hyn+VN30R+W2ijO1d0Z2Qm0ScEl9xkSn1G2MyapJi8xpf4R8WRa/w==", + "path": "system.composition.attributedmodel/6.0.0", + "hashPath": "system.composition.attributedmodel.6.0.0.nupkg.sha512" + }, + "System.Composition.Convention/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XYi4lPRdu5bM4JVJ3/UIHAiG6V6lWWUlkhB9ab4IOq0FrRsp0F4wTyV4Dj+Ds+efoXJ3qbLqlvaUozDO7OLeXA==", + "path": "system.composition.convention/6.0.0", + "hashPath": "system.composition.convention.6.0.0.nupkg.sha512" + }, + "System.Composition.Hosting/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-w/wXjj7kvxuHPLdzZ0PAUt++qJl03t7lENmb2Oev0n3zbxyNULbWBlnd5J5WUMMv15kg5o+/TCZFb6lSwfaUUQ==", + "path": "system.composition.hosting/6.0.0", + "hashPath": "system.composition.hosting.6.0.0.nupkg.sha512" + }, + "System.Composition.Runtime/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qkRH/YBaMPTnzxrS5RDk1juvqed4A6HOD/CwRcDGyPpYps1J27waBddiiq1y93jk2ZZ9wuA/kynM+NO0kb3PKg==", + "path": "system.composition.runtime/6.0.0", + "hashPath": "system.composition.runtime.6.0.0.nupkg.sha512" + }, + "System.Composition.TypedParts/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-iUR1eHrL8Cwd82neQCJ00MpwNIBs4NZgXzrPqx8NJf/k4+mwBO0XCRmHYJT4OLSwDDqh5nBLJWkz5cROnrGhRA==", + "path": "system.composition.typedparts/6.0.0", + "hashPath": "system.composition.typedparts.6.0.0.nupkg.sha512" + }, + "System.Configuration.ConfigurationManager/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==", + "path": "system.configuration.configurationmanager/6.0.0", + "hashPath": "system.configuration.configurationmanager.6.0.0.nupkg.sha512" + }, + "System.Console/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qSKUSOIiYA/a0g5XXdxFcUFmv1hNICBD7QZ0QhGYVipPIhvpiydY8VZqr1thmCXvmn8aipMg64zuanB4eotK9A==", + "path": "system.console/4.0.0", + "hashPath": "system.console.4.0.0.nupkg.sha512" + }, + "System.Data.SqlClient/4.8.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fRqxut4lrndPHrXD+ht1XRmCL3obuKldm4XjCRYS9p5f7FSR7shBxAwTkDrpFMsHC9BhNgjjmUtiIjvehn5zkg==", + "path": "system.data.sqlclient/4.8.5", + "hashPath": "system.data.sqlclient.4.8.5.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/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==", + "path": "system.diagnostics.diagnosticsource/5.0.0", + "hashPath": "system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512" + }, + "System.Diagnostics.PerformanceCounter/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==", + "path": "system.diagnostics.performancecounter/6.0.0", + "hashPath": "system.diagnostics.performancecounter.6.0.0.nupkg.sha512" + }, + "System.Diagnostics.Tools/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xBfJ8pnd4C17dWaC9FM6aShzbJcRNMChUMD42I6772KGGrqaFdumwhn9OdM68erj1ueNo3xdQ1EwiFjK5k8p0g==", + "path": "system.diagnostics.tools/4.0.1", + "hashPath": "system.diagnostics.tools.4.0.1.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.DirectoryServices/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-lAS54Y3KO1XV68akGa0/GJeddkkuuiv2CtcSkMiTmLHQ6o6kFbKpw4DmJZADF7a6KjPwYxmZnH4D3eGicrJdcg==", + "path": "system.directoryservices/5.0.0", + "hashPath": "system.directoryservices.5.0.0.nupkg.sha512" + }, + "System.DirectoryServices.Protocols/5.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-rqSmdHgoYL8RghMsYcwtzNWKbXdT9wHwYDIDcd9TQkRLO/ptF1Op/BTiBc/AbducFCS/PMcqpttXuzw2hp4Iyg==", + "path": "system.directoryservices.protocols/5.0.1", + "hashPath": "system.directoryservices.protocols.5.0.1.nupkg.sha512" + }, + "System.Drawing.Common/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==", + "path": "system.drawing.common/6.0.0", + "hashPath": "system.drawing.common.6.0.0.nupkg.sha512" + }, + "System.Formats.Asn1/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MTvUIktmemNB+El0Fgw9egyqT9AYSIk6DTJeoDSpc3GIHxHCMo8COqkWT1mptX5tZ1SlQ6HJZ0OsSvMth1c12w==", + "path": "system.formats.asn1/5.0.0", + "hashPath": "system.formats.asn1.5.0.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.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-L1c6IqeQ88vuzC1P81JeHmHA8mxq8a18NUBNXnIY/BVb+TCyAaGIFbhpZt60h9FJNmisymoQkHEFSE9Vslja1Q==", + "path": "system.globalization.calendars/4.0.1", + "hashPath": "system.globalization.calendars.4.0.1.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.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TjnBS6eztThSzeSib+WyVbLzEdLKUcEHN69VtS3u8aAsSc18FU6xCZlNWWsEd8SKcXAE+y1sOu7VbU8sUeM0sg==", + "path": "system.io.compression/4.1.0", + "hashPath": "system.io.compression.4.1.0.nupkg.sha512" + }, + "System.IO.Compression.ZipFile/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hBQYJzfTbQURF10nLhd+az2NHxsU6MU7AB8RUf4IolBP5lOAm4Luho851xl+CqslmhI5ZH/el8BlngEk4lBkaQ==", + "path": "system.io.compression.zipfile/4.0.1", + "hashPath": "system.io.compression.zipfile.4.0.1.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.AccessControl/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==", + "path": "system.io.filesystem.accesscontrol/5.0.0", + "hashPath": "system.io.filesystem.accesscontrol.5.0.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.IO.Hashing/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Rfm2jYCaUeGysFEZjDe7j1R4x6Z6BzumS/vUT5a1AA/AWJuGX71PoGB0RmpyX3VmrGqVnAwtfMn39OHR8Y/5+g==", + "path": "system.io.hashing/6.0.0", + "hashPath": "system.io.hashing.6.0.0.nupkg.sha512" + }, + "System.IO.Pipelines/6.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ryTgF+iFkpGZY1vRQhfCzX0xTdlV3pyaTTqRu2ETbEv+HlV7O6y7hyQURnghNIXvctl5DuZ//Dpks6HdL/Txgw==", + "path": "system.io.pipelines/6.0.3", + "hashPath": "system.io.pipelines.6.0.3.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.Async/6.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-0YhHcaroWpQ9UCot3Pizah7ryAzQhNvobLMSxeDIGmnXfkQn8u5owvpOH0K6EVB+z9L7u6Cc4W17Br/+jyttEQ==", + "path": "system.linq.async/6.0.1", + "hashPath": "system.linq.async.6.0.1.nupkg.sha512" + }, + "System.Linq.Expressions/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I+y02iqkgmCAyfbqOmSDOgqdZQ5tTj80Akm5BPSS8EeB0VGWdy6X1KCoYe8Pk6pwDoAKZUOdLVxnTJcExiv5zw==", + "path": "system.linq.expressions/4.1.0", + "hashPath": "system.linq.expressions.4.1.0.nupkg.sha512" + }, + "System.Memory/4.5.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw==", + "path": "system.memory/4.5.5", + "hashPath": "system.memory.4.5.5.nupkg.sha512" + }, + "System.Memory.Data/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", + "path": "system.memory.data/1.0.2", + "hashPath": "system.memory.data.1.0.2.nupkg.sha512" + }, + "System.Net.Http/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ULq9g3SOPVuupt+Y3U+A37coXzdNisB1neFCSKzBwo182u0RDddKJF8I5+HfyXqK6OhJPgeoAwWXrbiUXuRDsg==", + "path": "system.net.http/4.1.0", + "hashPath": "system.net.http.4.1.0.nupkg.sha512" + }, + "System.Net.NetworkInformation/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zNVmWVry0pAu7lcrRBhwwU96WUdbsrGL3azyzsbXmVNptae1+Za+UgOe9Z6s8iaWhPn7/l4wQqhC56HZWq7tkg==", + "path": "system.net.networkinformation/4.3.0", + "hashPath": "system.net.networkinformation.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.Numerics.Vectors/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "path": "system.numerics.vectors/4.5.0", + "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" + }, + "System.ObjectModel/4.0.12": { + "type": "package", + "serviceable": true, + "sha512": "sha512-tAgJM1xt3ytyMoW4qn4wIqgJYm7L7TShRZG4+Q4Qsi2PCcj96pXN7nRywS9KkB3p/xDUjc2HSwP9SROyPYDYKQ==", + "path": "system.objectmodel/4.0.12", + "hashPath": "system.objectmodel.4.0.12.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.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-P2wqAj72fFjpP6wb9nSfDqNBMab+2ovzSDzUZK7MVIm54tBJEPr9jWfSjjoTpPwj1LeKcmX3vr0ttyjSSFM47g==", + "path": "system.reflection.emit/4.0.1", + "hashPath": "system.reflection.emit.4.0.1.nupkg.sha512" + }, + "System.Reflection.Emit.ILGeneration/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ov6dU8Bu15Bc7zuqttgHF12J5lwSWyTf1S+FJouUXVMSqImLZzYaQ+vRr1rQ0OZ0HqsrwWl4dsKHELckQkVpgA==", + "path": "system.reflection.emit.ilgeneration/4.0.1", + "hashPath": "system.reflection.emit.ilgeneration.4.0.1.nupkg.sha512" + }, + "System.Reflection.Emit.Lightweight/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sSzHHXueZ5Uh0OLpUQprhr+ZYJrLPA2Cmr4gn0wj9+FftNKXx8RIMKvO9qnjk2ebPYUjZ+F2ulGdPOsvj+MEjA==", + "path": "system.reflection.emit.lightweight/4.0.1", + "hashPath": "system.reflection.emit.lightweight.4.0.1.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.Metadata/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MclTG61lsD9sYdpNz9xsKBzjsmsfCtcMZYXz/IUr2zlhaTaABonlr1ESeompTgM+Xk+IwtGYU7/voh3YWB/fWw==", + "path": "system.reflection.metadata/7.0.0", + "hashPath": "system.reflection.metadata.7.0.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.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-VybpaOQQhqE6siHppMktjfGBw1GCwvCqiufqmP8F1nj7fTUNtW35LOEt3UZTEsECfo+ELAl/9o9nJx3U91i7vA==", + "path": "system.reflection.typeextensions/4.7.0", + "hashPath": "system.reflection.typeextensions.4.7.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.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==", + "path": "system.runtime.compilerservices.unsafe/6.0.0", + "hashPath": "system.runtime.compilerservices.unsafe.6.0.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.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hWPhJxc453RCa8Z29O91EmfGeZIHX1ZH2A8L6lYQVSaKzku2DfArSfMEb1/MYYzPQRJZeu0c9dmYeJKxW5Fgng==", + "path": "system.runtime.interopservices.runtimeinformation/4.0.0", + "hashPath": "system.runtime.interopservices.runtimeinformation.4.0.0.nupkg.sha512" + }, + "System.Runtime.Numerics/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+XbKFuzdmLP3d1o9pdHu2nxjNr2OEPqGzKeegPLCUMM71a0t50A/rOcIRmGs9wR7a8KuHX6hYs/7/TymIGLNqg==", + "path": "system.runtime.numerics/4.0.1", + "hashPath": "system.runtime.numerics.4.0.1.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.AccessControl/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==", + "path": "system.security.accesscontrol/6.0.0", + "hashPath": "system.security.accesscontrol.6.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.Algorithms/4.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-8JQFxbLVdrtIOKMDN38Fn0GWnqYZw/oMlwOUG/qz1jqChvyZlnUmu+0s7wLx7JYua/nAXoESpHA3iw11QFWhXg==", + "path": "system.security.cryptography.algorithms/4.2.0", + "hashPath": "system.security.cryptography.algorithms.4.2.0.nupkg.sha512" + }, + "System.Security.Cryptography.Cng/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==", + "path": "system.security.cryptography.cng/5.0.0", + "hashPath": "system.security.cryptography.cng.5.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.Csp/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/i1Usuo4PgAqgbPNC0NjbO3jPW//BoBlTpcWFD1EHVbidH21y4c1ap5bbEMSGAXjAShhMH4abi/K8fILrnu4BQ==", + "path": "system.security.cryptography.csp/4.0.0", + "hashPath": "system.security.cryptography.csp.4.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.Encoding/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FbKgE5MbxSQMPcSVRgwM6bXN3GtyAh04NkV8E5zKCBE26X0vYW0UtTa2FIgkH33WVqBVxRgxljlVYumWtU+HcQ==", + "path": "system.security.cryptography.encoding/4.0.0", + "hashPath": "system.security.cryptography.encoding.4.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.OpenSsl/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HUG/zNUJwEiLkoURDixzkzZdB5yGA5pQhDP93ArOpDPQMteURIGERRNzzoJlmTreLBWr5lkFSjjMSk8ySEpQMw==", + "path": "system.security.cryptography.openssl/4.0.0", + "hashPath": "system.security.cryptography.openssl.4.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.Pkcs/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9TPLGjBCGKmNvG8pjwPeuYy0SMVmGZRwlTZvyPHDbYv/DRkoeumJdfumaaDNQzVGMEmbWtg07zUpSW9q70IlDQ==", + "path": "system.security.cryptography.pkcs/5.0.0", + "hashPath": "system.security.cryptography.pkcs.5.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Wkd7QryWYjkQclX0bngpntW5HSlMzeJU24UaLJQ7YTfI8ydAVAaU2J+HXLLABOVJlKTVvAeL0Aj39VeTe7L+oA==", + "path": "system.security.cryptography.primitives/4.0.0", + "hashPath": "system.security.cryptography.primitives.4.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.ProtectedData/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xSPiLNlHT6wAHtugASbKAJwV5GVqQK351crnILAucUioFqqieDN79evO1rku1ckt/GfjIn+b17UaSskoY03JuA==", + "path": "system.security.cryptography.protecteddata/7.0.0", + "hashPath": "system.security.cryptography.protecteddata.7.0.0.nupkg.sha512" + }, + "System.Security.Cryptography.X509Certificates/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4HEfsQIKAhA1+ApNn729Gi09zh+lYWwyIuViihoMDWp1vQnEkL2ct7mAbhBlLYm+x/L4Rr/pyGge1lIY635e0w==", + "path": "system.security.cryptography.x509certificates/4.1.0", + "hashPath": "system.security.cryptography.x509certificates.4.1.0.nupkg.sha512" + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==", + "path": "system.security.permissions/6.0.0", + "hashPath": "system.security.permissions.6.0.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==", + "path": "system.security.principal.windows/5.0.0", + "hashPath": "system.security.principal.windows.5.0.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.CodePages/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==", + "path": "system.text.encoding.codepages/6.0.0", + "hashPath": "system.text.encoding.codepages.6.0.0.nupkg.sha512" + }, + "System.Text.Encoding.Extensions/4.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jtbiTDtvfLYgXn8PTfWI+SiBs51rrmO4AAckx4KR6vFK9Wzf6tI8kcRdsYQNwriUeQ1+CtQbM1W4cMbLXnj/OQ==", + "path": "system.text.encoding.extensions/4.0.11", + "hashPath": "system.text.encoding.extensions.4.0.11.nupkg.sha512" + }, + "System.Text.Encodings.Web/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==", + "path": "system.text.encodings.web/7.0.0", + "hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512" + }, + "System.Text.Json/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==", + "path": "system.text.json/7.0.0", + "hashPath": "system.text.json.7.0.0.nupkg.sha512" + }, + "System.Text.RegularExpressions/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-i88YCXpRTjCnoSQZtdlHkAOx4KNNik4hMy83n0+Ftlb7jvV6ZiZWMpnEZHhjBp6hQVh8gWd/iKNPzlPF7iyA2g==", + "path": "system.text.regularexpressions/4.1.0", + "hashPath": "system.text.regularexpressions.4.1.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.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, + "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.5.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "path": "system.threading.tasks.extensions/4.5.4", + "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" + }, + "System.Threading.Thread/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", + "path": "system.threading.thread/4.3.0", + "hashPath": "system.threading.thread.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.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-saGfUV8uqVW6LeURiqxcGhZ24PzuRNaUBtbhVeuUAvky1naH395A/1nY0P2bWvrw/BreRtIB/EzTDkGBpqCwEw==", + "path": "system.threading.timer/4.0.1", + "hashPath": "system.threading.timer.4.0.1.nupkg.sha512" + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==", + "path": "system.windows.extensions/6.0.0", + "hashPath": "system.windows.extensions.6.0.0.nupkg.sha512" + }, + "System.Xml.ReaderWriter/4.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZIiLPsf67YZ9zgr31vzrFaYQqxRPX9cVHjtPSnmx4eN6lbS/yEyYNr2vs1doGDEscF0tjCZFsk9yUg1sC9e8tg==", + "path": "system.xml.readerwriter/4.0.11", + "hashPath": "system.xml.readerwriter.4.0.11.nupkg.sha512" + }, + "System.Xml.XDocument/4.0.11": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Mk2mKmPi0nWaoiYeotq1dgeNK1fqWh61+EK+w4Wu8SWuTYLzpUnschb59bJtGywaPq7SmTuPf44wrXRwbIrukg==", + "path": "system.xml.xdocument/4.0.11", + "hashPath": "system.xml.xdocument.4.0.11.nupkg.sha512" + }, + "Corax/5.4.101": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "RavenDB.Client/5.4.101": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Sparrow/5.4.101": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Sparrow.Server/5.4.101": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Voron/5.4.101": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Server.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Server.dll new file mode 100644 index 000000000..3ab665faf Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Server.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Server.runtimeconfig.json b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Server.runtimeconfig.json new file mode 100644 index 000000000..3028b214c --- /dev/null +++ b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Server.runtimeconfig.json @@ -0,0 +1,21 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "7.0.2" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "7.0.2" + } + ], + "configProperties": { + "System.GC.Concurrent": true, + "System.GC.Server": true, + "System.GC.RetainVM": true, + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false + } + } +} \ No newline at end of file diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Studio.zip b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Studio.zip new file mode 100644 index 000000000..2b7ed4710 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Raven.Studio.zip differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/SharpSnmpLib.Engine.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/SharpSnmpLib.Engine.dll new file mode 100644 index 000000000..ee4481bed Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/SharpSnmpLib.Engine.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/SharpSnmpLib.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/SharpSnmpLib.dll new file mode 100644 index 000000000..241dd833f Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/SharpSnmpLib.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Sparrow.Server.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Sparrow.Server.dll new file mode 100644 index 000000000..517a755de Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Sparrow.Server.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Sparrow.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Sparrow.dll new file mode 100644 index 000000000..0f78d1981 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Sparrow.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Spatial4n.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Spatial4n.dll new file mode 100644 index 000000000..17271a049 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Spatial4n.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.ComponentModel.Composition.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.ComponentModel.Composition.dll new file mode 100644 index 000000000..209b06f18 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.ComponentModel.Composition.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.AttributedModel.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.AttributedModel.dll new file mode 100644 index 000000000..d37283b16 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.AttributedModel.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.Convention.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.Convention.dll new file mode 100644 index 000000000..b6fa4ab0b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.Convention.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.Hosting.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.Hosting.dll new file mode 100644 index 000000000..c67f1c02f Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.Hosting.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.Runtime.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.Runtime.dll new file mode 100644 index 000000000..2a4b38c9c Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.Runtime.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.TypedParts.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.TypedParts.dll new file mode 100644 index 000000000..7c0c780d6 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Composition.TypedParts.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Configuration.ConfigurationManager.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Configuration.ConfigurationManager.dll new file mode 100644 index 000000000..d67c8a8a4 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Configuration.ConfigurationManager.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Data.SqlClient.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Data.SqlClient.dll new file mode 100644 index 000000000..596000008 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Data.SqlClient.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Diagnostics.PerformanceCounter.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Diagnostics.PerformanceCounter.dll new file mode 100644 index 000000000..e9092d7fa Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Diagnostics.PerformanceCounter.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.DirectoryServices.Protocols.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.DirectoryServices.Protocols.dll new file mode 100644 index 000000000..48f7d74a3 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.DirectoryServices.Protocols.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.DirectoryServices.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.DirectoryServices.dll new file mode 100644 index 000000000..65d58a114 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.DirectoryServices.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Drawing.Common.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Drawing.Common.dll new file mode 100644 index 000000000..be6915e54 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Drawing.Common.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.IO.Hashing.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.IO.Hashing.dll new file mode 100644 index 000000000..911ef9b31 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.IO.Hashing.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Linq.Async.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Linq.Async.dll new file mode 100644 index 000000000..7ae9527ee Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Linq.Async.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Memory.Data.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Memory.Data.dll new file mode 100644 index 000000000..6f2a3e0ad Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Memory.Data.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Security.Cryptography.ProtectedData.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Security.Cryptography.ProtectedData.dll new file mode 100644 index 000000000..93e0dd020 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Security.Cryptography.ProtectedData.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Security.Permissions.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Security.Permissions.dll new file mode 100644 index 000000000..39dd4df91 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Security.Permissions.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Windows.Extensions.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Windows.Extensions.dll new file mode 100644 index 000000000..c3e8844fa Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/System.Windows.Extensions.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Voron.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Voron.dll new file mode 100644 index 000000000..89be0d2b7 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/Voron.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ZstdNet.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ZstdNet.dll new file mode 100644 index 000000000..bc6078816 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ZstdNet.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..6e642b56f Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..160cb796d Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..1c4018b71 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..1662edf32 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/cs/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..7d8f563ea Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..d647fbf23 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..d2b2ebe74 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..41818f409 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/de/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..d91150f3f Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..2b1d73e93 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..472b0bb53 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..66145cb59 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/es/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..cc8b864ec Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..a98d0ecbf Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..474cc079c Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..e6c12b598 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/fr/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..23f646372 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..dd024d901 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..798de46f7 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..a3540256a Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/it/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..70682dbde Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..0a8ac29ac Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..d02270ae5 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..8ee12730b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ja/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..510165489 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..15249dd12 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..32b471df4 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..7881c82c0 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ko/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/libcrypto-1_1-x64.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/libcrypto-1_1-x64.dll new file mode 100644 index 000000000..f14a0dd13 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/libcrypto-1_1-x64.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/libcurl.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/libcurl.dll new file mode 100644 index 000000000..74e963b37 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/libcurl.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/librdkafka.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/librdkafka.dll new file mode 100644 index 000000000..0678b67c5 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/librdkafka.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/librdkafkacpp.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/librdkafkacpp.dll new file mode 100644 index 000000000..d7bff2652 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/librdkafkacpp.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/libssl-1_1-x64.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/libssl-1_1-x64.dll new file mode 100644 index 000000000..6dd633f0b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/libssl-1_1-x64.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/msvcp140.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/msvcp140.dll new file mode 100644 index 000000000..aace6c2c8 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/msvcp140.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/vcruntime140.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/vcruntime140.dll new file mode 100644 index 000000000..dfc38b36e Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/vcruntime140.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/zlib1.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/zlib1.dll new file mode 100644 index 000000000..27d6a956e Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/zlib1.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/zstd.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/zstd.dll new file mode 100644 index 000000000..45ee5d7e0 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x64/zstd.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/libcrypto-1_1.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/libcrypto-1_1.dll new file mode 100644 index 000000000..27a793b91 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/libcrypto-1_1.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/libcurl.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/libcurl.dll new file mode 100644 index 000000000..ddba9ef74 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/libcurl.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/librdkafka.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/librdkafka.dll new file mode 100644 index 000000000..c910a4324 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/librdkafka.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/librdkafkacpp.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/librdkafkacpp.dll new file mode 100644 index 000000000..8bad4d964 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/librdkafkacpp.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/libssl-1_1.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/libssl-1_1.dll new file mode 100644 index 000000000..e87125610 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/libssl-1_1.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/msvcp140.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/msvcp140.dll new file mode 100644 index 000000000..5baaab200 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/msvcp140.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/vcruntime140.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/vcruntime140.dll new file mode 100644 index 000000000..c10229c78 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/vcruntime140.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/zlib1.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/zlib1.dll new file mode 100644 index 000000000..2cd7e6c02 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/zlib1.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/zstd.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/zstd.dll new file mode 100644 index 000000000..0c489fe7b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librdkafka/x86/zstd.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.arm.32.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.arm.32.so new file mode 100644 index 000000000..183767f46 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.arm.32.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.arm.64.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.arm.64.so new file mode 100644 index 000000000..aa31def4a Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.arm.64.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.linux.x64.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.linux.x64.so new file mode 100644 index 000000000..4ae2327ee Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.linux.x64.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.mac.arm64.dylib b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.mac.arm64.dylib new file mode 100644 index 000000000..73236b7d1 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.mac.arm64.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.mac.x64.dylib b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.mac.x64.dylib new file mode 100644 index 000000000..0626fb539 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.mac.x64.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win.x64.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win.x64.dll new file mode 100644 index 000000000..6583c4ac5 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win.x64.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win.x86.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win.x86.dll new file mode 100644 index 000000000..15a76d3fe Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win.x86.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win7.x64.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win7.x64.dll new file mode 100644 index 000000000..c75a560a7 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win7.x64.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win7.x86.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win7.x86.dll new file mode 100644 index 000000000..950515850 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/librvnpal.win7.x86.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.arm.32.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.arm.32.so new file mode 100644 index 000000000..00d090b89 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.arm.32.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.arm.64.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.arm.64.so new file mode 100644 index 000000000..3c0540679 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.arm.64.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.linux.x64.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.linux.x64.so new file mode 100644 index 000000000..735f961bc Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.linux.x64.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.mac.arm64.dylib b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.mac.arm64.dylib new file mode 100644 index 000000000..a0f3166ce Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.mac.arm64.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.mac.x64.dylib b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.mac.x64.dylib new file mode 100644 index 000000000..069f2a350 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.mac.x64.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.win.x64.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.win.x64.dll new file mode 100644 index 000000000..24d9e35ac Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.win.x64.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.win.x86.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.win.x86.dll new file mode 100644 index 000000000..b22dfeb1f Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libsodium.win.x86.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.arm.32.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.arm.32.so new file mode 100644 index 000000000..2fa69b2f6 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.arm.32.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.arm.64.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.arm.64.so new file mode 100644 index 000000000..6d316f2e2 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.arm.64.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.linux.x64.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.linux.x64.so new file mode 100644 index 000000000..f65e9dc17 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.linux.x64.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.mac.arm64.dylib b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.mac.arm64.dylib new file mode 100644 index 000000000..176a8c979 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.mac.arm64.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.mac.x64.dylib b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.mac.x64.dylib new file mode 100644 index 000000000..048692298 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.mac.x64.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.win.x64.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.win.x64.dll new file mode 100644 index 000000000..75045c593 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.win.x64.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.win.x86.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.win.x86.dll new file mode 100644 index 000000000..5353e2cb9 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/libzstd.win.x86.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..ab1f415fa Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..f6565e0c1 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..d1b15d93d Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..03b64a3c4 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pl/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..d6ffabe1d Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..b179fd5a8 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..44a8a4a20 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..186108a4e Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/pt-BR/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..ca6f13ad5 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..4b1c65a25 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..ff641b165 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..55cd313e9 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/ru/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm/lib/netstandard2.0/Mono.Posix.NETStandard.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm/lib/netstandard2.0/Mono.Posix.NETStandard.dll new file mode 100644 index 000000000..cdf94be9c Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm/lib/netstandard2.0/Mono.Posix.NETStandard.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm/native/libMonoPosixHelper.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm/native/libMonoPosixHelper.so new file mode 100644 index 000000000..3e38f111f Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm/native/libMonoPosixHelper.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm64/lib/netstandard2.0/Mono.Posix.NETStandard.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm64/lib/netstandard2.0/Mono.Posix.NETStandard.dll new file mode 100644 index 000000000..31b7e6410 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm64/lib/netstandard2.0/Mono.Posix.NETStandard.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm64/native/libMonoPosixHelper.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm64/native/libMonoPosixHelper.so new file mode 100644 index 000000000..2c566f60a Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm64/native/libMonoPosixHelper.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm64/native/librdkafka.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm64/native/librdkafka.so new file mode 100644 index 000000000..cfbf1ad2d Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-arm64/native/librdkafka.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-armel/lib/netstandard2.0/Mono.Posix.NETStandard.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-armel/lib/netstandard2.0/Mono.Posix.NETStandard.dll new file mode 100644 index 000000000..9141d6f64 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-armel/lib/netstandard2.0/Mono.Posix.NETStandard.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-armel/native/libMonoPosixHelper.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-armel/native/libMonoPosixHelper.so new file mode 100644 index 000000000..466b45499 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-armel/native/libMonoPosixHelper.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/lib/netstandard2.0/Mono.Posix.NETStandard.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/lib/netstandard2.0/Mono.Posix.NETStandard.dll new file mode 100644 index 000000000..5cae3cc6e Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/lib/netstandard2.0/Mono.Posix.NETStandard.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/alpine-librdkafka.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/alpine-librdkafka.so new file mode 100644 index 000000000..19892a8d0 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/alpine-librdkafka.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/centos6-librdkafka.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/centos6-librdkafka.so new file mode 100644 index 000000000..d1639afe2 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/centos6-librdkafka.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/centos7-librdkafka.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/centos7-librdkafka.so new file mode 100644 index 000000000..5a1a69f73 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/centos7-librdkafka.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/libMonoPosixHelper.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/libMonoPosixHelper.so new file mode 100644 index 000000000..be2459c01 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/libMonoPosixHelper.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/librdkafka.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/librdkafka.so new file mode 100644 index 000000000..fc42aff31 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x64/native/librdkafka.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x86/lib/netstandard2.0/Mono.Posix.NETStandard.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x86/lib/netstandard2.0/Mono.Posix.NETStandard.dll new file mode 100644 index 000000000..9693ece82 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x86/lib/netstandard2.0/Mono.Posix.NETStandard.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x86/native/libMonoPosixHelper.so b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x86/native/libMonoPosixHelper.so new file mode 100644 index 000000000..0a1df7d44 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux-x86/native/libMonoPosixHelper.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll new file mode 100644 index 000000000..35379e916 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/linux/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx-arm64/native/librdkafka.dylib b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx-arm64/native/librdkafka.dylib new file mode 100644 index 000000000..99f11b195 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx-arm64/native/librdkafka.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx-x64/native/librdkafka.dylib b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx-x64/native/librdkafka.dylib new file mode 100644 index 000000000..8ebd6be2d Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx-x64/native/librdkafka.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll new file mode 100644 index 000000000..53c0a0e7b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx/lib/netstandard2.0/Mono.Posix.NETStandard.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx/lib/netstandard2.0/Mono.Posix.NETStandard.dll new file mode 100644 index 000000000..49825db74 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx/lib/netstandard2.0/Mono.Posix.NETStandard.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx/native/libMonoPosixHelper.dylib b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx/native/libMonoPosixHelper.dylib new file mode 100644 index 000000000..3ceaaf59c Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/osx/native/libMonoPosixHelper.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/unix/lib/net6.0/System.Drawing.Common.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/unix/lib/net6.0/System.Drawing.Common.dll new file mode 100644 index 000000000..9e26473d1 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/unix/lib/net6.0/System.Drawing.Common.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll new file mode 100644 index 000000000..bd51de0f2 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-arm64/native/sni.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-arm64/native/sni.dll new file mode 100644 index 000000000..7b8f9d86c Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-arm64/native/sni.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/lib/netstandard2.0/Mono.Posix.NETStandard.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/lib/netstandard2.0/Mono.Posix.NETStandard.dll new file mode 100644 index 000000000..0dabbba85 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/lib/netstandard2.0/Mono.Posix.NETStandard.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/MonoPosixHelper.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/MonoPosixHelper.dll new file mode 100644 index 000000000..99cc062e6 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/MonoPosixHelper.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libMonoPosixHelper.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libMonoPosixHelper.dll new file mode 100644 index 000000000..31177cf5e Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libMonoPosixHelper.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libcrypto-1_1-x64.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libcrypto-1_1-x64.dll new file mode 100644 index 000000000..f14a0dd13 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libcrypto-1_1-x64.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libcurl.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libcurl.dll new file mode 100644 index 000000000..74e963b37 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libcurl.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/librdkafka.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/librdkafka.dll new file mode 100644 index 000000000..0678b67c5 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/librdkafka.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/librdkafkacpp.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/librdkafkacpp.dll new file mode 100644 index 000000000..d7bff2652 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/librdkafkacpp.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libssl-1_1-x64.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libssl-1_1-x64.dll new file mode 100644 index 000000000..6dd633f0b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/libssl-1_1-x64.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/msvcp140.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/msvcp140.dll new file mode 100644 index 000000000..aace6c2c8 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/msvcp140.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/sni.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/sni.dll new file mode 100644 index 000000000..c1a05a5bc Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/sni.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/vcruntime140.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/vcruntime140.dll new file mode 100644 index 000000000..dfc38b36e Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/vcruntime140.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/zlib1.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/zlib1.dll new file mode 100644 index 000000000..27d6a956e Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/zlib1.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/zstd.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/zstd.dll new file mode 100644 index 000000000..45ee5d7e0 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x64/native/zstd.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/lib/netstandard2.0/Mono.Posix.NETStandard.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/lib/netstandard2.0/Mono.Posix.NETStandard.dll new file mode 100644 index 000000000..fb13dba7e Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/lib/netstandard2.0/Mono.Posix.NETStandard.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/MonoPosixHelper.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/MonoPosixHelper.dll new file mode 100644 index 000000000..a3c470f9c Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/MonoPosixHelper.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libMonoPosixHelper.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libMonoPosixHelper.dll new file mode 100644 index 000000000..1b361c092 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libMonoPosixHelper.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libcrypto-1_1.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libcrypto-1_1.dll new file mode 100644 index 000000000..27a793b91 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libcrypto-1_1.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libcurl.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libcurl.dll new file mode 100644 index 000000000..ddba9ef74 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libcurl.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/librdkafka.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/librdkafka.dll new file mode 100644 index 000000000..c910a4324 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/librdkafka.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/librdkafkacpp.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/librdkafkacpp.dll new file mode 100644 index 000000000..8bad4d964 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/librdkafkacpp.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libssl-1_1.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libssl-1_1.dll new file mode 100644 index 000000000..e87125610 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/libssl-1_1.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/msvcp140.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/msvcp140.dll new file mode 100644 index 000000000..5baaab200 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/msvcp140.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/sni.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/sni.dll new file mode 100644 index 000000000..5fc21acbf Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/sni.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/vcruntime140.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/vcruntime140.dll new file mode 100644 index 000000000..c10229c78 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/vcruntime140.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/zlib1.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/zlib1.dll new file mode 100644 index 000000000..2cd7e6c02 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/zlib1.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/zstd.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/zstd.dll new file mode 100644 index 000000000..0c489fe7b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win-x86/native/zstd.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll new file mode 100644 index 000000000..66af19821 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll new file mode 100644 index 000000000..235a22f3f Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/System.Drawing.Common.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/System.Drawing.Common.dll new file mode 100644 index 000000000..7c9e87b4e Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/System.Drawing.Common.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/System.Windows.Extensions.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/System.Windows.Extensions.dll new file mode 100644 index 000000000..69f0d1b74 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net6.0/System.Windows.Extensions.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.dll new file mode 100644 index 000000000..a441e3859 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/net7.0/System.Security.Cryptography.ProtectedData.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll new file mode 100644 index 000000000..04e5f41f7 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.Protocols.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll new file mode 100644 index 000000000..e43577d59 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/netcoreapp2.0/System.DirectoryServices.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll new file mode 100644 index 000000000..63fcfeb91 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..b87068560 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..d3514a454 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..6110c607b Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..edfdcf4ce Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/tr/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..a0877d24a Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..1c4359b47 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..6eaa45c44 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..007dee6a4 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hans/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll new file mode 100644 index 000000000..8b76c0659 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll new file mode 100644 index 000000000..dfe812984 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll new file mode 100644 index 000000000..bf9204d26 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.resources.dll b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.resources.dll new file mode 100644 index 000000000..f5308ff29 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/RavenDBServer/zh-Hant/Microsoft.CodeAnalysis.resources.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Sparrow.dll b/build/src/docker/publish/apps/be/Gateway/Sparrow.dll new file mode 100644 index 000000000..c56c41ba9 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Sparrow.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/System.IO.Hashing.dll b/build/src/docker/publish/apps/be/Gateway/System.IO.Hashing.dll new file mode 100644 index 000000000..5e50fecb8 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/System.IO.Hashing.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Web.Gateway.deps.json b/build/src/docker/publish/apps/be/Gateway/Web.Gateway.deps.json new file mode 100644 index 000000000..5d9bcf6f8 --- /dev/null +++ b/build/src/docker/publish/apps/be/Gateway/Web.Gateway.deps.json @@ -0,0 +1,410 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "Web.Gateway/1.0.0": { + "dependencies": { + "RavenDB.Embedded": "5.4.101", + "Yarp.ReverseProxy": "2.0.0" + }, + "runtime": { + "Web.Gateway.dll": {} + } + }, + "Lambda2Js.Signed/3.1.4": { + "runtime": { + "lib/netstandard2.0/Lambda2Js.Signed.dll": { + "assemblyVersion": "3.1.4.0", + "fileVersion": "3.1.4.0" + } + } + }, + "Microsoft.AspNetCore.JsonPatch/7.0.2": { + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.2" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.JsonPatch.dll": { + "assemblyVersion": "7.0.2.0", + "fileVersion": "7.0.222.60606" + } + } + }, + "Microsoft.Bcl.AsyncInterfaces/7.0.0": { + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "Microsoft.CSharp/4.7.0": {}, + "Microsoft.NETCore.Platforms/1.1.0": {}, + "Microsoft.NETCore.Targets/1.1.0": {}, + "Newtonsoft.Json/13.0.2": { + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.2.27524" + } + } + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "dependencies": { + "Nito.AsyncEx.Tasks": "5.1.2", + "Nito.Collections.Deque": "1.1.1" + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Coordination.dll": { + "assemblyVersion": "5.1.2.0", + "fileVersion": "5.1.2.0" + } + } + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "dependencies": { + "Nito.Disposables": "2.2.1" + }, + "runtime": { + "lib/netstandard2.0/Nito.AsyncEx.Tasks.dll": { + "assemblyVersion": "5.1.2.0", + "fileVersion": "5.1.2.0" + } + } + }, + "Nito.Collections.Deque/1.1.1": { + "runtime": { + "lib/netstandard2.0/Nito.Collections.Deque.dll": { + "assemblyVersion": "1.1.1.0", + "fileVersion": "1.1.1.0" + } + } + }, + "Nito.Disposables/2.2.1": { + "dependencies": { + "System.Collections.Immutable": "1.7.1" + }, + "runtime": { + "lib/netstandard2.1/Nito.Disposables.dll": { + "assemblyVersion": "2.2.1.0", + "fileVersion": "2.2.1.0" + } + } + }, + "RavenDB.Client/5.4.101": { + "dependencies": { + "Lambda2Js.Signed": "3.1.4", + "Microsoft.AspNetCore.JsonPatch": "7.0.2", + "Microsoft.Bcl.AsyncInterfaces": "7.0.0", + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.2", + "Nito.AsyncEx.Coordination": "5.1.2" + }, + "runtime": { + "lib/net6.0/Raven.Client.dll": { + "assemblyVersion": "5.4.101.0", + "fileVersion": "5.4.101.54032" + }, + "lib/net6.0/Sparrow.dll": { + "assemblyVersion": "5.4.101.0", + "fileVersion": "5.4.101.54032" + } + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libzstd.arm.32.so": { + "rid": "linux-arm", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-arm64/native/libzstd.arm.64.so": { + "rid": "linux-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/linux-x64/native/libzstd.linux.x64.so": { + "rid": "linux-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx-arm64/native/libzstd.mac.arm64.dylib": { + "rid": "osx-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/osx-x64/native/libzstd.mac.x64.dylib": { + "rid": "osx-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/libzstd.win.x64.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/libzstd.win.x86.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "RavenDB.Embedded/5.4.101": { + "dependencies": { + "RavenDB.Client": "5.4.101", + "System.Runtime.Loader": "4.3.0" + }, + "runtime": { + "lib/netstandard2.0/Raven.Embedded.dll": { + "assemblyVersion": "5.4.101.0", + "fileVersion": "5.4.101.54032" + } + } + }, + "System.Collections.Immutable/1.7.1": {}, + "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" + } + }, + "System.IO.Hashing/7.0.0": { + "runtime": { + "lib/net6.0/System.IO.Hashing.dll": { + "assemblyVersion": "7.0.0.0", + "fileVersion": "7.0.22.51805" + } + } + }, + "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.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": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "System.Runtime.Loader/4.3.0": { + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "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.Threading.Tasks/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "Yarp.ReverseProxy/2.0.0": { + "dependencies": { + "System.IO.Hashing": "7.0.0" + }, + "runtime": { + "lib/net6.0/Yarp.ReverseProxy.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.23.11306" + } + } + } + } + }, + "libraries": { + "Web.Gateway/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Lambda2Js.Signed/3.1.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Ryzu7T7ZzjQxTGxCSInAe0ZO3gbskW09qizdnrTUbZeNOyJzbdcQ39ylj4mJEYFeOUO1DQ1RqtBhQdiaMTSC6g==", + "path": "lambda2js.signed/3.1.4", + "hashPath": "lambda2js.signed.3.1.4.nupkg.sha512" + }, + "Microsoft.AspNetCore.JsonPatch/7.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qgYuyXUPD37cBcOlN3XydBXn1LpIYUp4ZimzLn70GhqFSKtyLWl4ym76CVv0AuzUaNT1ZePRLGUzVG2xTggyrw==", + "path": "microsoft.aspnetcore.jsonpatch/7.0.2", + "hashPath": "microsoft.aspnetcore.jsonpatch.7.0.2.nupkg.sha512" + }, + "Microsoft.Bcl.AsyncInterfaces/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3aeMZ1N0lJoSyzqiP03hqemtb1BijhsJADdobn/4nsMJ8V1H+CrpuduUe4hlRdx+ikBQju1VGjMD1GJ3Sk05Eg==", + "path": "microsoft.bcl.asyncinterfaces/7.0.0", + "hashPath": "microsoft.bcl.asyncinterfaces.7.0.0.nupkg.sha512" + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "path": "microsoft.csharp/4.7.0", + "hashPath": "microsoft.csharp.4.7.0.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" + }, + "Newtonsoft.Json/13.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg==", + "path": "newtonsoft.json/13.0.2", + "hashPath": "newtonsoft.json.13.0.2.nupkg.sha512" + }, + "Nito.AsyncEx.Coordination/5.1.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QMyUfsaxov//0ZMbOHWr9hJaBFteZd66DV1ay4J5wRODDb8+K/uHC7+3VsOflo6SVw/29mu8OWZp8vMDSuzc0w==", + "path": "nito.asyncex.coordination/5.1.2", + "hashPath": "nito.asyncex.coordination.5.1.2.nupkg.sha512" + }, + "Nito.AsyncEx.Tasks/5.1.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jEkCfR2/M26OK/U4G7SEN063EU/F4LiVA06TtpZILMdX/quIHCg+wn31Zerl2LC+u1cyFancjTY3cNAr2/89PA==", + "path": "nito.asyncex.tasks/5.1.2", + "hashPath": "nito.asyncex.tasks.5.1.2.nupkg.sha512" + }, + "Nito.Collections.Deque/1.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-CU0/Iuv5VDynK8I8pDLwkgF0rZhbQoZahtodfL0M3x2gFkpBRApKs8RyMyNlAi1mwExE4gsmqQXk4aFVvW9a4Q==", + "path": "nito.collections.deque/1.1.1", + "hashPath": "nito.collections.deque.1.1.1.nupkg.sha512" + }, + "Nito.Disposables/2.2.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6sZ5uynQeAE9dPWBQGKebNmxbY4xsvcc5VplB5WkYEESUS7oy4AwnFp0FhqxTSKm/PaFrFqLrYr696CYN8cugg==", + "path": "nito.disposables/2.2.1", + "hashPath": "nito.disposables.2.2.1.nupkg.sha512" + }, + "RavenDB.Client/5.4.101": { + "type": "package", + "serviceable": true, + "sha512": "sha512-TC4JxTTtt4JpVUjZK6zYwsos303CI2iUPWgr86CYOXfZonFMWbr+UyjSY+xJmA+2ySkjHGgX5QNyesnY0mPXQg==", + "path": "ravendb.client/5.4.101", + "hashPath": "ravendb.client.5.4.101.nupkg.sha512" + }, + "RavenDB.Embedded/5.4.101": { + "type": "package", + "serviceable": true, + "sha512": "sha512-d+XwTK9EQh6RU5hJFfBdRnM0rg+xzweLjUYGRmc8/8dmLfTOozWZ6GTqvRaupSiApFk6qMDYliGd6WL9xjGyoQ==", + "path": "ravendb.embedded/5.4.101", + "hashPath": "ravendb.embedded.5.4.101.nupkg.sha512" + }, + "System.Collections.Immutable/1.7.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-B43Zsz5EfMwyEbnObwRxW5u85fzJma3lrDeGcSAV1qkhSRTNY5uXAByTn9h9ddNdhM+4/YoLc/CI43umjwIl9Q==", + "path": "system.collections.immutable/1.7.1", + "hashPath": "system.collections.immutable.1.7.1.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.Hashing/7.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sDnWM0N3AMCa86LrKTWeF3BZLD2sgWyYUc7HL6z4+xyDZNQRwzmxbo4qP2rX2MqC+Sy1/gOSRDah5ltxY5jPxw==", + "path": "system.io.hashing/7.0.0", + "hashPath": "system.io.hashing.7.0.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.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.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.Loader/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-DHMaRn8D8YCK2GG2pw+UzNxn/OHVfaWx7OTLBD/hPegHZZgcZh3H6seWegrC4BYwsfuGrywIuT+MQs+rPqRLTQ==", + "path": "system.runtime.loader/4.3.0", + "hashPath": "system.runtime.loader.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.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" + }, + "Yarp.ReverseProxy/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9yMPNkJRPn/hHssKKf7eucF5o1f0nIrQ9QlSybR2RPdO4+Ws3aDd8qAg40YFZMbZKIIqtE3u4fCkXO8vNwm0yQ==", + "path": "yarp.reverseproxy/2.0.0", + "hashPath": "yarp.reverseproxy.2.0.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/build/src/docker/publish/apps/be/Gateway/Web.Gateway.dll b/build/src/docker/publish/apps/be/Gateway/Web.Gateway.dll new file mode 100644 index 000000000..2085c05f9 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Web.Gateway.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/Web.Gateway.exe b/build/src/docker/publish/apps/be/Gateway/Web.Gateway.exe new file mode 100644 index 000000000..80ab2dc71 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Web.Gateway.exe differ diff --git a/build/src/docker/publish/apps/be/Gateway/Web.Gateway.pdb b/build/src/docker/publish/apps/be/Gateway/Web.Gateway.pdb new file mode 100644 index 000000000..3130c5335 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Web.Gateway.pdb differ diff --git a/build/src/docker/publish/apps/be/Gateway/Web.Gateway.runtimeconfig.json b/build/src/docker/publish/apps/be/Gateway/Web.Gateway.runtimeconfig.json new file mode 100644 index 000000000..80d034712 --- /dev/null +++ b/build/src/docker/publish/apps/be/Gateway/Web.Gateway.runtimeconfig.json @@ -0,0 +1,20 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.AspNetCore.App", + "version": "6.0.0" + } + ], + "configProperties": { + "System.GC.Server": true, + "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, + "System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false + } + } +} \ No newline at end of file diff --git a/build/src/docker/publish/apps/be/Gateway/Yarp.ReverseProxy.dll b/build/src/docker/publish/apps/be/Gateway/Yarp.ReverseProxy.dll new file mode 100644 index 000000000..00dfc2a90 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/Yarp.ReverseProxy.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/appsettings.Development.json b/build/src/docker/publish/apps/be/Gateway/appsettings.Development.json new file mode 100644 index 000000000..ef941a063 --- /dev/null +++ b/build/src/docker/publish/apps/be/Gateway/appsettings.Development.json @@ -0,0 +1,74 @@ +{ + "ReverseProxy": { + "Routes": { + "ids4": { + "ClusterId": "ids4", + "Match": { + "Path": "/api/connect/{**catch-all}" + }, + "Transforms": [ { "PathRemovePrefix": "/api" } ] + }, + "auth": { + "ClusterId": "auth", + "Match": { + "Path": "/api/auth/{**catch-all}" + } + }, + "core": { + "ClusterId": "core", + "Match": { + "Path": "/api/{regex((label|filestore|reporting|message))}/{**catch-all}" + } + }, + "basedata": { + "ClusterId": "basedata", + "Match": { + "Path": "/api/basedata/{**catch-all}" + } + }, + "wms": { + "ClusterId": "wms", + "Match": { + "Path": "/api/wms/{**catch-all}" + } + } + }, + "Clusters": { + "ids4": { + "Destinations": { + "dest": { + "Address": "http://sfs-auth-web:59093/" + } + } + }, + "auth": { + "Destinations": { + "dest": { + "Address": "http://sfs-auth-web:59093/" + } + } + }, + "core": { + "Destinations": { + "dest": { + "Address": "http://sfs-core-host:59092/" + } + } + }, + "basedata": { + "Destinations": { + "dest": { + "Address": "http://sfs-basedata-host:59094/" + } + } + }, + "wms": { + "Destinations": { + "dest": { + "Address": "http://sfs-wms-host:59095/" + } + } + } + } + } +} diff --git a/build/src/docker/publish/apps/be/Gateway/appsettings.json b/build/src/docker/publish/apps/be/Gateway/appsettings.json new file mode 100644 index 000000000..b8c2f34a4 --- /dev/null +++ b/build/src/docker/publish/apps/be/Gateway/appsettings.json @@ -0,0 +1,74 @@ +{ + "ReverseProxy": { + "Routes": { + "ids4": { + "ClusterId": "ids4", + "Match": { + "Path": "/api/connect/{**catch-all}" + }, + "Transforms": [ { "PathRemovePrefix": "/api" } ] + }, + "auth": { + "ClusterId": "auth", + "Match": { + "Path": "/api/auth/{**catch-all}" + } + }, + "core": { + "ClusterId": "core", + "Match": { + "Path": "/api/{regex((label|filestore|reporting|message))}/{**catch-all}" + } + }, + "basedata": { + "ClusterId": "basedata", + "Match": { + "Path": "/api/basedata/{**catch-all}" + } + }, + "wms": { + "ClusterId": "wms", + "Match": { + "Path": "/api/wms/{**catch-all}" + } + } + }, + "Clusters": { + "ids4": { + "Destinations": { + "dest": { + "Address": "http://host.docker.internal:59093/" + } + } + }, + "auth": { + "Destinations": { + "dest": { + "Address": "http://host.docker.internal:59093/" + } + } + }, + "core": { + "Destinations": { + "dest": { + "Address": "http://host.docker.internal:59092/" + } + } + }, + "basedata": { + "Destinations": { + "dest": { + "Address": "http://host.docker.internal:59094/" + } + } + }, + "wms": { + "Destinations": { + "dest": { + "Address": "http://host.docker.internal:59095/" + } + } + } + } + } +} diff --git a/build/src/docker/publish/apps/be/Gateway/runtimes/linux-arm/native/libzstd.arm.32.so b/build/src/docker/publish/apps/be/Gateway/runtimes/linux-arm/native/libzstd.arm.32.so new file mode 100644 index 000000000..2fa69b2f6 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/runtimes/linux-arm/native/libzstd.arm.32.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/runtimes/linux-arm64/native/libzstd.arm.64.so b/build/src/docker/publish/apps/be/Gateway/runtimes/linux-arm64/native/libzstd.arm.64.so new file mode 100644 index 000000000..6d316f2e2 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/runtimes/linux-arm64/native/libzstd.arm.64.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/runtimes/linux-x64/native/libzstd.linux.x64.so b/build/src/docker/publish/apps/be/Gateway/runtimes/linux-x64/native/libzstd.linux.x64.so new file mode 100644 index 000000000..f65e9dc17 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/runtimes/linux-x64/native/libzstd.linux.x64.so differ diff --git a/build/src/docker/publish/apps/be/Gateway/runtimes/osx-arm64/native/libzstd.mac.arm64.dylib b/build/src/docker/publish/apps/be/Gateway/runtimes/osx-arm64/native/libzstd.mac.arm64.dylib new file mode 100644 index 000000000..176a8c979 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/runtimes/osx-arm64/native/libzstd.mac.arm64.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/runtimes/osx-x64/native/libzstd.mac.x64.dylib b/build/src/docker/publish/apps/be/Gateway/runtimes/osx-x64/native/libzstd.mac.x64.dylib new file mode 100644 index 000000000..048692298 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/runtimes/osx-x64/native/libzstd.mac.x64.dylib differ diff --git a/build/src/docker/publish/apps/be/Gateway/runtimes/win-x64/native/libzstd.win.x64.dll b/build/src/docker/publish/apps/be/Gateway/runtimes/win-x64/native/libzstd.win.x64.dll new file mode 100644 index 000000000..75045c593 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/runtimes/win-x64/native/libzstd.win.x64.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/runtimes/win-x86/native/libzstd.win.x86.dll b/build/src/docker/publish/apps/be/Gateway/runtimes/win-x86/native/libzstd.win.x86.dll new file mode 100644 index 000000000..5353e2cb9 Binary files /dev/null and b/build/src/docker/publish/apps/be/Gateway/runtimes/win-x86/native/libzstd.win.x86.dll differ diff --git a/build/src/docker/publish/apps/be/Gateway/web.config b/build/src/docker/publish/apps/be/Gateway/web.config new file mode 100644 index 000000000..89199953b --- /dev/null +++ b/build/src/docker/publish/apps/be/Gateway/web.config @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/build/src/docker/publish/conf/gateway/appsettings.Development.json b/build/src/docker/publish/conf/gateway/appsettings.Development.json new file mode 100644 index 000000000..cc9146ebe --- /dev/null +++ b/build/src/docker/publish/conf/gateway/appsettings.Development.json @@ -0,0 +1,89 @@ +{ + "ReverseProxy": { + "Routes": { + "abp": { + "ClusterId": "abp", + "Match": { + "Path": "/api/auth/{regex((abp|identity|base|multi-tenancy|permission-management))}/{**catch-all}" + }, + "Transforms": [ + { + "PathRemovePrefix": "/api/auth" + } + ] + }, + "ids4": { + "ClusterId": "auth", + "Match": { + "Path": "/api/auth/connect/{**catch-all}" + }, + "Transforms": [ + { + "PathRemovePrefix": "/api/auth" + } + ] + }, + "auth": { + "ClusterId": "auth", + "Match": { + "Path": "/api/auth/{**catch-all}" + } + }, + "core": { + "ClusterId": "core", + "Match": { + "Path": "/api/{regex((label|filestore|reporting|message))}/{**catch-all}" + } + }, + "basedata": { + "ClusterId": "basedata", + "Match": { + "Path": "/api/basedata/{**catch-all}" + } + }, + "wms": { + "ClusterId": "wms", + "Match": { + "Path": "/api/wms/{**catch-all}" + } + } + }, + "Clusters": { + "abp": { + "Destinations": { + "dest": { + "Address": "http://host.docker.internal:59093/api/" + } + } + }, + "auth": { + "Destinations": { + "dest": { + "Address": "http://host.docker.internal:59093/" + } + } + }, + "core": { + "Destinations": { + "dest": { + "Address": "http://host.docker.internal:59092/" + } + } + }, + "basedata": { + "Destinations": { + "dest": { + "Address": "http://host.docker.internal:59094/" + } + } + }, + "wms": { + "Destinations": { + "dest": { + "Address": "http://host.docker.internal:59095/" + } + } + } + } + } +} \ No newline at end of file diff --git a/build/src/docker/publish/conf/gateway/appsettings.json b/build/src/docker/publish/conf/gateway/appsettings.json new file mode 100644 index 000000000..6a7fb2e61 --- /dev/null +++ b/build/src/docker/publish/conf/gateway/appsettings.json @@ -0,0 +1,89 @@ +{ + "ReverseProxy": { + "Routes": { + "abp": { + "ClusterId": "abp", + "Match": { + "Path": "/api/auth/{regex((abp|identity|base|multi-tenancy|permission-management))}/{**catch-all}" + }, + "Transforms": [ + { + "PathRemovePrefix": "/api/auth" + } + ] + }, + "ids4": { + "ClusterId": "auth", + "Match": { + "Path": "/api/auth/connect/{**catch-all}" + }, + "Transforms": [ + { + "PathRemovePrefix": "/api/auth" + } + ] + }, + "auth": { + "ClusterId": "auth", + "Match": { + "Path": "/api/auth/{**catch-all}" + } + }, + "core": { + "ClusterId": "core", + "Match": { + "Path": "/api/{regex((label|filestore|reporting|message))}/{**catch-all}" + } + }, + "basedata": { + "ClusterId": "basedata", + "Match": { + "Path": "/api/basedata/{**catch-all}" + } + }, + "wms": { + "ClusterId": "wms", + "Match": { + "Path": "/api/wms/{**catch-all}" + } + } + }, + "Clusters": { + "abp": { + "Destinations": { + "dest": { + "Address": "http://sfs-auth-web:59093/api/" + } + } + }, + "auth": { + "Destinations": { + "dest": { + "Address": "http://sfs-auth-web:59093/" + } + } + }, + "core": { + "Destinations": { + "dest": { + "Address": "http://sfs-core-host:59092/" + } + } + }, + "basedata": { + "Destinations": { + "dest": { + "Address": "http://sfs-basedata-host:59094/" + } + } + }, + "wms": { + "Destinations": { + "dest": { + "Address": "http://sfs-wms-host:59095/" + } + } + } + } + } +} \ No newline at end of file diff --git a/build/src/docker/publish/docker-compose.development.yml b/build/src/docker/publish/docker-compose.development.yml index 480d91670..4b30f0185 100644 --- a/build/src/docker/publish/docker-compose.development.yml +++ b/build/src/docker/publish/docker-compose.development.yml @@ -46,9 +46,12 @@ services: # # nacos: # # volumes: # # - ./settings:/home/nacos/settings + # gateway: + # volumes: + # - ./conf/gateway/Caddyfile.dev:/etc/caddy/Caddyfile gateway: volumes: - - ./conf/gateway/Caddyfile.dev:/etc/caddy/Caddyfile + - ./conf/gateway/appsettings.Development.json:/app/appsettings.json fe-pc: image: node:16.19.1 privileged: true diff --git a/build/src/docker/publish/docker-compose.yml b/build/src/docker/publish/docker-compose.yml index 8f958c9ed..337427f93 100644 --- a/build/src/docker/publish/docker-compose.yml +++ b/build/src/docker/publish/docker-compose.yml @@ -47,14 +47,18 @@ services: # - ./conf/gateway/traefik.yml:/etc/traefik/traefik.yml # - ./conf/gateway/traefik-config.yml:/etc/traefik/config/traefik-config.yml gateway: - image: caddy:${CADDY_VERSION} + image: mcr.microsoft.com/dotnet/aspnet:${ASPNET_VERSION} + environment: + - ASPNETCORE_URLS=http://0.0.0.0:80 ports: - ${GATEWAY_PORT}:80 + working_dir: /app volumes: - /etc/localtime:/etc/localtime:ro - - ./settings:/usr/share/caddy/settings - - ./conf/gateway/Caddyfile:/etc/caddy/Caddyfile - - ./data/caddy:/data + - ./apps/be/Gateway:/app + - ./conf/gateway/appsettings.json:/app/appsettings.json + - ./settings:/app/wwwroot + command: bash -c "dotnet Web.Gateway.dll" restart: always nginx: image: nginx:${NGINX_VERSION} diff --git a/fe/PC/public/config.js b/fe/PC/public/config.js index bf41df45d..f23912c7e 100644 --- a/fe/PC/public/config.js +++ b/fe/PC/public/config.js @@ -1,6 +1,6 @@ // dev -window.SITE_CONFIG['base'] = 'http://dev.ccwin-in.com:21093' -window.SITE_CONFIG['user'] = 'http://dev.ccwin-in.com:21293' +window.SITE_CONFIG['base'] = 'http://localhost:21093' +window.SITE_CONFIG['user'] = 'http://localhost:21093/api/auth' window.SITE_CONFIG['print'] = 'print' window.SITE_CONFIG['largeScreen'] = 'http://dev.ccwin-in.com:21093' window.SITE_CONFIG['warehouseCode'] = 'T8'