diff --git a/.vscode/launch.json b/.vscode/launch.json
index 7e09ae5248..0bc09f47b8 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -100,7 +100,8 @@
"cwd": "${workspaceFolder}/src/Identity",
"stopAtEntry": false,
"env": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -122,7 +123,8 @@
"cwd": "${workspaceFolder}/src/Api",
"stopAtEntry": false,
"env": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -144,7 +146,8 @@
"cwd": "${workspaceFolder}/src/Billing",
"stopAtEntry": false,
"env": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -168,7 +171,8 @@
"stopAtEntry": false,
"OS-COMMENT5": "Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser",
"env": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -190,7 +194,8 @@
"cwd": "${workspaceFolder}/bitwarden_license/src/Sso",
"stopAtEntry": false,
"env": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -212,7 +217,8 @@
"cwd": "${workspaceFolder}/src/EventsProcessor",
"stopAtEntry": false,
"env": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -234,7 +240,8 @@
"cwd": "${workspaceFolder}/src/Icons",
"stopAtEntry": false,
"env": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -256,7 +263,8 @@
"cwd": "${workspaceFolder}/src/Notifications",
"stopAtEntry": false,
"env": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -280,7 +288,8 @@
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:33657",
- "developSelfHosted": "true"
+ "developSelfHosted": "true",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -304,7 +313,8 @@
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:4001",
- "developSelfHosted": "true"
+ "developSelfHosted": "true",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -330,7 +340,8 @@
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:62912",
- "developSelfHosted": "true"
+ "developSelfHosted": "true",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -354,7 +365,8 @@
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:51822",
- "developSelfHosted": "true"
+ "developSelfHosted": "true",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -378,7 +390,8 @@
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:61841",
- "developSelfHosted": "true"
+ "developSelfHosted": "true",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
@@ -402,7 +415,8 @@
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "http://localhost:46274",
- "developSelfHosted": "true"
+ "developSelfHosted": "true",
+ "WEBSITE_INSTANCE_ID": "dev",
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
diff --git a/bitwarden_license/src/Commercial.Core/packages.lock.json b/bitwarden_license/src/Commercial.Core/packages.lock.json
index b3d79d30d4..00a5669486 100644
--- a/bitwarden_license/src/Commercial.Core/packages.lock.json
+++ b/bitwarden_license/src/Commercial.Core/packages.lock.json
@@ -45,8 +45,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -57,6 +57,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -81,6 +91,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -330,12 +352,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -398,28 +416,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -716,16 +712,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1361,34 +1347,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1830,42 +1788,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -1883,37 +1805,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2081,16 +1972,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2403,10 +2284,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2499,30 +2380,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2567,43 +2424,43 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
}
}
diff --git a/bitwarden_license/src/Commercial.Infrastructure.EntityFramework/packages.lock.json b/bitwarden_license/src/Commercial.Infrastructure.EntityFramework/packages.lock.json
index 02fa4cd839..f31e24c953 100644
--- a/bitwarden_license/src/Commercial.Infrastructure.EntityFramework/packages.lock.json
+++ b/bitwarden_license/src/Commercial.Infrastructure.EntityFramework/packages.lock.json
@@ -63,8 +63,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -75,6 +75,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -99,6 +109,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -362,12 +384,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -430,28 +448,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -815,16 +811,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1521,34 +1507,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1990,42 +1948,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2043,37 +1965,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2241,16 +2132,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2563,10 +2444,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2659,30 +2540,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2727,56 +2584,56 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
}
}
diff --git a/bitwarden_license/src/Scim/packages.lock.json b/bitwarden_license/src/Scim/packages.lock.json
index 3a4d8f2f51..ad36bb6cd7 100644
--- a/bitwarden_license/src/Scim/packages.lock.json
+++ b/bitwarden_license/src/Scim/packages.lock.json
@@ -62,8 +62,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -74,6 +74,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -98,6 +108,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -366,12 +388,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -434,28 +452,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -819,16 +815,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1525,34 +1511,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1994,42 +1952,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2047,37 +1969,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2245,16 +2136,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2567,10 +2448,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2663,30 +2544,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2731,71 +2588,71 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/bitwarden_license/src/Sso/packages.lock.json b/bitwarden_license/src/Sso/packages.lock.json
index cd56f67197..b182c9a240 100644
--- a/bitwarden_license/src/Sso/packages.lock.json
+++ b/bitwarden_license/src/Sso/packages.lock.json
@@ -87,8 +87,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -99,6 +99,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -123,6 +133,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -470,12 +492,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -538,28 +556,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -938,16 +934,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1685,34 +1671,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2154,42 +2112,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2207,37 +2129,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2405,16 +2296,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2727,10 +2608,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2823,30 +2704,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2891,71 +2748,71 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/bitwarden_license/test/Commercial.Core.Test/packages.lock.json b/bitwarden_license/test/Commercial.Core.Test/packages.lock.json
index ce5f43becf..0882504791 100644
--- a/bitwarden_license/test/Commercial.Core.Test/packages.lock.json
+++ b/bitwarden_license/test/Commercial.Core.Test/packages.lock.json
@@ -105,8 +105,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -117,6 +117,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -141,6 +151,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -424,12 +446,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -492,28 +510,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -815,16 +811,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1563,34 +1549,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2031,42 +1989,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2084,37 +2006,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2287,16 +2178,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2609,10 +2490,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2705,30 +2586,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2818,75 +2675,75 @@
"commercial.core": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )"
+ "Core": "2023.7.2"
}
},
"common": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
},
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"core.test": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Common": "[2023.5.1, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "Moq": "[4.17.2, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Common": "2023.7.2",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "Moq": "4.17.2",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
}
}
diff --git a/bitwarden_license/test/Scim.IntegrationTest/packages.lock.json b/bitwarden_license/test/Scim.IntegrationTest/packages.lock.json
index 11c9222ea4..cb1f3a3c85 100644
--- a/bitwarden_license/test/Scim.IntegrationTest/packages.lock.json
+++ b/bitwarden_license/test/Scim.IntegrationTest/packages.lock.json
@@ -143,8 +143,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -155,6 +155,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -179,6 +189,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -489,12 +511,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -557,28 +575,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -1056,16 +1052,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1874,34 +1860,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2342,42 +2300,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2395,37 +2317,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2598,16 +2489,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2920,10 +2801,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -3016,30 +2897,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -3129,108 +2986,108 @@
"common": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
},
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"identity": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "SharedWeb": "[2023.5.1, )",
- "Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )"
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2",
+ "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"integrationtestcommon": {
"type": "Project",
"dependencies": {
- "Common": "[2023.5.1, )",
- "Identity": "[2023.5.1, )",
- "Microsoft.AspNetCore.Mvc.Testing": "[6.0.5, )",
- "Microsoft.EntityFrameworkCore.InMemory": "[7.0.5, )",
- "Microsoft.Extensions.Configuration": "[6.0.1, )"
+ "Common": "2023.7.2",
+ "Identity": "2023.7.2",
+ "Microsoft.AspNetCore.Mvc.Testing": "6.0.5",
+ "Microsoft.EntityFrameworkCore.InMemory": "7.0.5",
+ "Microsoft.Extensions.Configuration": "6.0.1"
}
},
"scim": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "SharedWeb": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/bitwarden_license/test/Scim.Test/packages.lock.json b/bitwarden_license/test/Scim.Test/packages.lock.json
index de204fd691..d1268a6933 100644
--- a/bitwarden_license/test/Scim.Test/packages.lock.json
+++ b/bitwarden_license/test/Scim.Test/packages.lock.json
@@ -131,8 +131,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -143,6 +143,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -167,6 +177,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -469,12 +491,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -537,28 +555,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -927,16 +923,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1719,34 +1705,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2187,42 +2145,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2240,37 +2162,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2443,16 +2334,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2765,10 +2646,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2861,30 +2742,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2974,90 +2831,90 @@
"common": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
},
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"scim": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "SharedWeb": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/perf/MicroBenchmarks/packages.lock.json b/perf/MicroBenchmarks/packages.lock.json
index 6bff84b299..4ff0399864 100644
--- a/perf/MicroBenchmarks/packages.lock.json
+++ b/perf/MicroBenchmarks/packages.lock.json
@@ -65,8 +65,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -77,6 +77,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -101,6 +111,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -365,12 +387,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -433,28 +451,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -810,16 +806,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1468,34 +1454,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1945,42 +1903,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -1998,37 +1920,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2188,16 +2079,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2510,10 +2391,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2606,30 +2487,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2674,43 +2531,43 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
}
}
diff --git a/src/Admin/packages.lock.json b/src/Admin/packages.lock.json
index d601fe600e..ba1b89dafa 100644
--- a/src/Admin/packages.lock.json
+++ b/src/Admin/packages.lock.json
@@ -82,8 +82,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -94,6 +94,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -118,6 +128,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -405,12 +427,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos.Table": {
"type": "Transitive",
@@ -454,18 +472,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
"Microsoft.Azure.Services.AppAuthentication": {
"type": "Transitive",
"resolved": "1.6.2",
@@ -2062,42 +2068,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2821,114 +2791,114 @@
"commercial.core": {
"type": "Project",
"dependencies": {
- "Core": "[2023.7.1, )"
+ "Core": "2023.7.2"
}
},
"commercial.infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.7.1, )",
- "Infrastructure.EntityFramework": "[2023.7.1, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
},
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.7.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.7.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"migrator": {
"type": "Project",
"dependencies": {
- "Core": "[2023.7.1, )",
- "Microsoft.Extensions.Logging": "[6.0.0, )",
- "dbup-sqlserver": "[5.0.8, )"
+ "Core": "2023.7.2",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "dbup-sqlserver": "5.0.8"
}
},
"mysqlmigrations": {
"type": "Project",
"dependencies": {
- "Core": "[2023.7.1, )",
- "Infrastructure.EntityFramework": "[2023.7.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
},
"postgresmigrations": {
"type": "Project",
"dependencies": {
- "Core": "[2023.7.1, )",
- "Infrastructure.EntityFramework": "[2023.7.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.7.1, )",
- "Infrastructure.Dapper": "[2023.7.1, )",
- "Infrastructure.EntityFramework": "[2023.7.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
},
"sqlitemigrations": {
"type": "Project",
"dependencies": {
- "Core": "[2023.7.1, )",
- "Infrastructure.EntityFramework": "[2023.7.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/src/Api/packages.lock.json b/src/Api/packages.lock.json
index bb81366763..570ebdec3f 100644
--- a/src/Api/packages.lock.json
+++ b/src/Api/packages.lock.json
@@ -160,8 +160,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -174,10 +174,12 @@
},
"Azure.Core.Amqp": {
"type": "Transitive",
- "resolved": "1.2.0",
- "contentHash": "vrF4isvhwdZspzorLwYhukXz3DA8/ONSnZUIBAqBtOCzsDNUgAsuILbCzvtDrn2oDxyq7DZx5Nh81pe0BeWmDQ==",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
"dependencies": {
- "System.Memory": "4.5.4"
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
}
},
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
@@ -222,12 +224,12 @@
},
"Azure.Messaging.ServiceBus": {
"type": "Transitive",
- "resolved": "7.11.1",
- "contentHash": "ioGedXeH8KK4HdTDEyOzdgNbEXGstGItVljI1EKYsz08sgwej6LpODCZmwPR2ui1fjXBWt8Zea0RJT4d9LwlMg==",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
"dependencies": {
- "Azure.Core": "1.25.0",
- "Azure.Core.Amqp": "1.2.0",
- "Microsoft.Azure.Amqp": "2.5.12",
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Memory.Data": "1.0.2"
}
@@ -509,8 +511,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.5.12",
- "contentHash": "0SlEl+TSQdpjXWf9/37dXWAa0zk6R1EJKmGtGZeKUAH7WEQpJOWMxJ9I43igcBCnTkFwa28CdPnpSCjFZVQlkw=="
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -573,28 +575,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -978,16 +958,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1723,34 +1693,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2209,37 +2151,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2403,16 +2314,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2730,10 +2631,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2826,30 +2727,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2894,15 +2771,15 @@
"commercial.core": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1"
+ "Core": "2023.7.2"
}
},
"commercial.infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
- "Core": "2023.5.1",
- "Infrastructure.EntityFramework": "2023.5.1"
+ "Core": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
},
"core": {
@@ -2913,6 +2790,7 @@
"AspNetCoreRateLimit": "4.0.2",
"AspNetCoreRateLimit.Redis": "1.0.1",
"Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
"Azure.Storage.Blobs": "12.14.1",
"Azure.Storage.Queues": "12.12.0",
"BitPay.Light": "1.0.1907",
@@ -2927,7 +2805,6 @@
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
"Microsoft.Azure.Cosmos.Table": "1.0.8",
"Microsoft.Azure.NotificationHubs": "4.1.0",
- "Microsoft.Azure.ServiceBus": "5.2.0",
"Microsoft.Data.SqlClient": "5.0.1",
"Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
@@ -2950,29 +2827,29 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1",
+ "Core": "2023.7.2",
"Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1",
- "Infrastructure.Dapper": "2023.5.1",
- "Infrastructure.EntityFramework": "2023.5.1"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/src/Billing/packages.lock.json b/src/Billing/packages.lock.json
index 3a4d8f2f51..ad36bb6cd7 100644
--- a/src/Billing/packages.lock.json
+++ b/src/Billing/packages.lock.json
@@ -62,8 +62,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -74,6 +74,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -98,6 +108,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -366,12 +388,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -434,28 +452,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -819,16 +815,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1525,34 +1511,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1994,42 +1952,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2047,37 +1969,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2245,16 +2136,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2567,10 +2448,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2663,30 +2544,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2731,71 +2588,71 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj
index 5a6b771c8f..95b5fe8eeb 100644
--- a/src/Core/Core.csproj
+++ b/src/Core/Core.csproj
@@ -24,6 +24,7 @@
+
@@ -35,7 +36,6 @@
-
diff --git a/src/Core/HostedServices/ApplicationCacheHostedService.cs b/src/Core/HostedServices/ApplicationCacheHostedService.cs
index 1bde351ee4..9021782d20 100644
--- a/src/Core/HostedServices/ApplicationCacheHostedService.cs
+++ b/src/Core/HostedServices/ApplicationCacheHostedService.cs
@@ -1,10 +1,10 @@
-using Bit.Core.Enums;
+using Azure.Messaging.ServiceBus;
+using Azure.Messaging.ServiceBus.Administration;
+using Bit.Core.Enums;
using Bit.Core.Repositories;
using Bit.Core.Services;
using Bit.Core.Settings;
using Bit.Core.Utilities;
-using Microsoft.Azure.ServiceBus;
-using Microsoft.Azure.ServiceBus.Management;
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
@@ -15,10 +15,14 @@ public class ApplicationCacheHostedService : IHostedService, IDisposable
private readonly InMemoryServiceBusApplicationCacheService _applicationCacheService;
private readonly IOrganizationRepository _organizationRepository;
protected readonly ILogger _logger;
- private readonly SubscriptionClient _subscriptionClient;
- private readonly ManagementClient _managementClient;
+ private readonly ServiceBusClient _serviceBusClient;
+ private readonly ServiceBusReceiver _subscriptionReceiver;
+ private readonly ServiceBusAdministrationClient _serviceBusAdministrationClient;
private readonly string _subName;
private readonly string _topicName;
+ private CancellationTokenSource _cts;
+ private Task _executingTask;
+
public ApplicationCacheHostedService(
IApplicationCacheService applicationCacheService,
@@ -31,53 +35,73 @@ public class ApplicationCacheHostedService : IHostedService, IDisposable
_applicationCacheService = applicationCacheService as InMemoryServiceBusApplicationCacheService;
_organizationRepository = organizationRepository;
_logger = logger;
- _managementClient = new ManagementClient(globalSettings.ServiceBus.ConnectionString);
- _subscriptionClient = new SubscriptionClient(globalSettings.ServiceBus.ConnectionString,
- _topicName, _subName);
+ _serviceBusClient = new ServiceBusClient(globalSettings.ServiceBus.ConnectionString);
+ _subscriptionReceiver = _serviceBusClient.CreateReceiver(_topicName, _subName);
+ _serviceBusAdministrationClient = new ServiceBusAdministrationClient(globalSettings.ServiceBus.ConnectionString);
}
public virtual async Task StartAsync(CancellationToken cancellationToken)
{
try
{
- await _managementClient.CreateSubscriptionAsync(new SubscriptionDescription(_topicName, _subName)
+ await _serviceBusAdministrationClient.CreateSubscriptionAsync(new CreateSubscriptionOptions(_topicName, _subName)
{
DefaultMessageTimeToLive = TimeSpan.FromDays(14),
LockDuration = TimeSpan.FromSeconds(30),
EnableDeadLetteringOnFilterEvaluationExceptions = true,
- EnableDeadLetteringOnMessageExpiration = true,
- }, new RuleDescription("default", new SqlFilter($"sys.Label != '{_subName}'")));
- }
- catch (MessagingEntityAlreadyExistsException) { }
- _subscriptionClient.RegisterMessageHandler(ProcessMessageAsync,
- new MessageHandlerOptions(ExceptionReceivedHandlerAsync)
+ DeadLetteringOnMessageExpiration = true,
+ }, new CreateRuleOptions
{
- MaxConcurrentCalls = 2,
- AutoComplete = false,
- });
+ Filter = new SqlRuleFilter($"sys.label != '{_subName}'")
+ }, cancellationToken);
+ }
+ catch (ServiceBusException e)
+ when (e.Reason == ServiceBusFailureReason.MessagingEntityAlreadyExists)
+ { }
+
+ _cts = CancellationTokenSource.CreateLinkedTokenSource(cancellationToken);
+ _executingTask = ExecuteAsync(_cts.Token);
}
public virtual async Task StopAsync(CancellationToken cancellationToken)
{
- await _subscriptionClient.CloseAsync();
+ await _subscriptionReceiver.CloseAsync(cancellationToken);
+ await _serviceBusClient.DisposeAsync();
+ _cts.Cancel();
try
{
- await _managementClient.DeleteSubscriptionAsync(_topicName, _subName, cancellationToken);
+ await _serviceBusAdministrationClient.DeleteSubscriptionAsync(_topicName, _subName, cancellationToken);
}
catch { }
+ await _executingTask;
}
public virtual void Dispose()
{ }
- private async Task ProcessMessageAsync(Message message, CancellationToken cancellationToken)
+ private async Task ExecuteAsync(CancellationToken cancellationToken)
{
- if (message.Label != _subName && _applicationCacheService != null)
+ await foreach (var message in _subscriptionReceiver.ReceiveMessagesAsync(cancellationToken))
{
- switch ((ApplicationCacheMessageType)message.UserProperties["type"])
+ try
+ {
+ await ProcessMessageAsync(message, cancellationToken);
+ }
+ catch (Exception e)
+ {
+ _logger.LogError(e, "Error processing messages in ApplicationCacheHostedService");
+ }
+ }
+ }
+
+ private async Task ProcessMessageAsync(ServiceBusReceivedMessage message, CancellationToken cancellationToken)
+ {
+ if (message.Subject != _subName && _applicationCacheService != null)
+ {
+ switch ((ApplicationCacheMessageType)message.ApplicationProperties["type"])
{
case ApplicationCacheMessageType.UpsertOrganizationAbility:
- var upsertedOrgId = (Guid)message.UserProperties["id"];
+ var upsertedOrgId = (Guid)message.ApplicationProperties["id"];
var upsertedOrg = await _organizationRepository.GetByIdAsync(upsertedOrgId);
if (upsertedOrg != null)
{
@@ -86,7 +110,7 @@ public class ApplicationCacheHostedService : IHostedService, IDisposable
break;
case ApplicationCacheMessageType.DeleteOrganizationAbility:
await _applicationCacheService.BaseDeleteOrganizationAbilityAsync(
- (Guid)message.UserProperties["id"]);
+ (Guid)message.ApplicationProperties["id"]);
break;
default:
break;
@@ -94,13 +118,7 @@ public class ApplicationCacheHostedService : IHostedService, IDisposable
}
if (!cancellationToken.IsCancellationRequested)
{
- await _subscriptionClient.CompleteAsync(message.SystemProperties.LockToken);
+ await _subscriptionReceiver.CompleteMessageAsync(message, cancellationToken);
}
}
-
- private Task ExceptionReceivedHandlerAsync(ExceptionReceivedEventArgs args)
- {
- _logger.LogError(args.Exception, "Message handler encountered an exception.");
- return Task.FromResult(0);
- }
}
diff --git a/src/Core/Services/Implementations/InMemoryServiceBusApplicationCacheService.cs b/src/Core/Services/Implementations/InMemoryServiceBusApplicationCacheService.cs
index 27dde6337a..7067efd82c 100644
--- a/src/Core/Services/Implementations/InMemoryServiceBusApplicationCacheService.cs
+++ b/src/Core/Services/Implementations/InMemoryServiceBusApplicationCacheService.cs
@@ -1,15 +1,16 @@
-using Bit.Core.Entities;
+using Azure.Messaging.ServiceBus;
+using Bit.Core.Entities;
using Bit.Core.Enums;
using Bit.Core.Repositories;
using Bit.Core.Settings;
using Bit.Core.Utilities;
-using Microsoft.Azure.ServiceBus;
namespace Bit.Core.Services;
public class InMemoryServiceBusApplicationCacheService : InMemoryApplicationCacheService, IApplicationCacheService
{
- private readonly TopicClient _topicClient;
+ private readonly ServiceBusClient _serviceBusClient;
+ private readonly ServiceBusSender _topicMessageSender;
private readonly string _subName;
public InMemoryServiceBusApplicationCacheService(
@@ -19,38 +20,38 @@ public class InMemoryServiceBusApplicationCacheService : InMemoryApplicationCach
: base(organizationRepository, providerRepository)
{
_subName = CoreHelpers.GetApplicationCacheServiceBusSubscriptionName(globalSettings);
- _topicClient = new TopicClient(globalSettings.ServiceBus.ConnectionString,
- globalSettings.ServiceBus.ApplicationCacheTopicName);
+ _serviceBusClient = new ServiceBusClient(globalSettings.ServiceBus.ConnectionString);
+ _topicMessageSender = new ServiceBusClient(globalSettings.ServiceBus.ConnectionString).CreateSender(globalSettings.ServiceBus.ApplicationCacheTopicName);
}
public override async Task UpsertOrganizationAbilityAsync(Organization organization)
{
await base.UpsertOrganizationAbilityAsync(organization);
- var message = new Message
+ var message = new ServiceBusMessage
{
- Label = _subName,
- UserProperties =
+ Subject = _subName,
+ ApplicationProperties =
{
{ "type", (byte)ApplicationCacheMessageType.UpsertOrganizationAbility },
{ "id", organization.Id },
}
};
- var task = _topicClient.SendAsync(message);
+ var task = _topicMessageSender.SendMessageAsync(message);
}
public override async Task DeleteOrganizationAbilityAsync(Guid organizationId)
{
await base.DeleteOrganizationAbilityAsync(organizationId);
- var message = new Message
+ var message = new ServiceBusMessage
{
- Label = _subName,
- UserProperties =
+ Subject = _subName,
+ ApplicationProperties =
{
{ "type", (byte)ApplicationCacheMessageType.DeleteOrganizationAbility },
{ "id", organizationId },
}
};
- var task = _topicClient.SendAsync(message);
+ var task = _topicMessageSender.SendMessageAsync(message);
}
public async Task BaseUpsertOrganizationAbilityAsync(Organization organization)
diff --git a/src/Core/Settings/GlobalSettings.cs b/src/Core/Settings/GlobalSettings.cs
index 008bf46eff..09cf684c04 100644
--- a/src/Core/Settings/GlobalSettings.cs
+++ b/src/Core/Settings/GlobalSettings.cs
@@ -483,6 +483,7 @@ public class GlobalSettings : IGlobalSettings
{
public string ApplicationCacheTopicName { get; set; }
public string ApplicationCacheSubscriptionName { get; set; }
+ public string WebSiteInstanceId { get; set; }
}
public class AppleIapSettings
diff --git a/src/Core/Utilities/CoreHelpers.cs b/src/Core/Utilities/CoreHelpers.cs
index 572b1c938d..f0c3d1833a 100644
--- a/src/Core/Utilities/CoreHelpers.cs
+++ b/src/Core/Utilities/CoreHelpers.cs
@@ -531,7 +531,8 @@ public static class CoreHelpers
var subName = globalSettings.ServiceBus.ApplicationCacheSubscriptionName;
if (string.IsNullOrWhiteSpace(subName))
{
- var websiteInstanceId = Environment.GetEnvironmentVariable("WEBSITE_INSTANCE_ID");
+ var websiteInstanceId = Environment.GetEnvironmentVariable("WEBSITE_INSTANCE_ID") ??
+ globalSettings.ServiceBus.WebSiteInstanceId;
if (string.IsNullOrWhiteSpace(websiteInstanceId))
{
throw new Exception("No service bus subscription name available.");
diff --git a/src/Core/packages.lock.json b/src/Core/packages.lock.json
index 9145aa6b34..57052b8e95 100644
--- a/src/Core/packages.lock.json
+++ b/src/Core/packages.lock.json
@@ -53,6 +53,19 @@
"Microsoft.AspNetCore.DataProtection": "3.1.32"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Direct",
+ "requested": "[7.15.0, )",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Direct",
"requested": "[12.14.1, )",
@@ -197,19 +210,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Direct",
- "requested": "[5.2.0, )",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
"Microsoft.Data.SqlClient": {
"type": "Direct",
"requested": "[5.0.1, )",
@@ -413,8 +413,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -425,6 +425,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Identity": {
"type": "Transitive",
"resolved": "1.6.0",
@@ -577,12 +587,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -626,16 +632,6 @@
"System.Security.SecureString": "4.0.0"
}
},
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -868,16 +864,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1406,34 +1392,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1875,42 +1833,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -1928,37 +1850,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2126,16 +2017,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2448,10 +2329,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2544,30 +2425,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
diff --git a/src/Events/packages.lock.json b/src/Events/packages.lock.json
index 3a4d8f2f51..ad36bb6cd7 100644
--- a/src/Events/packages.lock.json
+++ b/src/Events/packages.lock.json
@@ -62,8 +62,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -74,6 +74,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -98,6 +108,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -366,12 +388,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -434,28 +452,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -819,16 +815,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1525,34 +1511,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1994,42 +1952,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2047,37 +1969,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2245,16 +2136,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2567,10 +2448,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2663,30 +2544,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2731,71 +2588,71 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/src/EventsProcessor/packages.lock.json b/src/EventsProcessor/packages.lock.json
index 3a4d8f2f51..ad36bb6cd7 100644
--- a/src/EventsProcessor/packages.lock.json
+++ b/src/EventsProcessor/packages.lock.json
@@ -62,8 +62,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -74,6 +74,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -98,6 +108,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -366,12 +388,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -434,28 +452,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -819,16 +815,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1525,34 +1511,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1994,42 +1952,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2047,37 +1969,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2245,16 +2136,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2567,10 +2448,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2663,30 +2544,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2731,71 +2588,71 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/src/Icons/packages.lock.json b/src/Icons/packages.lock.json
index 2da1aa8068..14728b06a4 100644
--- a/src/Icons/packages.lock.json
+++ b/src/Icons/packages.lock.json
@@ -72,8 +72,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -84,6 +84,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -108,6 +118,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -376,12 +398,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -444,28 +462,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -829,16 +825,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1535,34 +1521,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2004,42 +1962,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2057,37 +1979,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2255,16 +2146,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2577,10 +2458,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2673,30 +2554,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2741,71 +2598,71 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/src/Identity/packages.lock.json b/src/Identity/packages.lock.json
index 007bec4c3e..dba26e1fd2 100644
--- a/src/Identity/packages.lock.json
+++ b/src/Identity/packages.lock.json
@@ -71,8 +71,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -83,6 +83,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -107,6 +117,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -375,12 +397,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -443,28 +461,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -828,16 +824,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1547,34 +1533,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2016,42 +1974,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2069,37 +1991,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2267,16 +2158,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2589,10 +2470,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2685,30 +2566,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2753,71 +2610,71 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/src/Infrastructure.Dapper/packages.lock.json b/src/Infrastructure.Dapper/packages.lock.json
index 365b492413..d4a6831987 100644
--- a/src/Infrastructure.Dapper/packages.lock.json
+++ b/src/Infrastructure.Dapper/packages.lock.json
@@ -51,8 +51,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -63,6 +63,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -87,6 +97,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -336,12 +358,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -404,28 +422,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -722,16 +718,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1367,34 +1353,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1836,42 +1794,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -1889,37 +1811,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2087,16 +1978,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2409,10 +2290,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2505,30 +2386,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2573,43 +2430,43 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
}
}
diff --git a/src/Infrastructure.EntityFramework/packages.lock.json b/src/Infrastructure.EntityFramework/packages.lock.json
index c88804517c..5ba1a4723e 100644
--- a/src/Infrastructure.EntityFramework/packages.lock.json
+++ b/src/Infrastructure.EntityFramework/packages.lock.json
@@ -125,8 +125,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -137,6 +137,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -161,6 +171,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -415,12 +437,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -483,28 +501,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -841,16 +837,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1527,34 +1513,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1996,42 +1954,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2049,37 +1971,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2247,16 +2138,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2569,10 +2450,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2665,30 +2546,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2733,43 +2590,43 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
}
}
diff --git a/src/Notifications/packages.lock.json b/src/Notifications/packages.lock.json
index bd5db366a3..bcbdffb856 100644
--- a/src/Notifications/packages.lock.json
+++ b/src/Notifications/packages.lock.json
@@ -83,8 +83,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -95,6 +95,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -119,6 +129,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -424,12 +446,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -492,28 +510,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -882,16 +878,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1588,34 +1574,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2057,42 +2015,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2110,37 +2032,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2295,16 +2186,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2617,10 +2498,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2713,30 +2594,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2781,71 +2638,71 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/src/SharedWeb/packages.lock.json b/src/SharedWeb/packages.lock.json
index 45944f1a4e..f2362deb13 100644
--- a/src/SharedWeb/packages.lock.json
+++ b/src/SharedWeb/packages.lock.json
@@ -62,8 +62,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -74,6 +74,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -98,6 +108,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -366,12 +388,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -434,28 +452,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -819,16 +815,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1525,34 +1511,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -1994,42 +1952,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2047,37 +1969,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2245,16 +2136,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2567,10 +2448,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2663,30 +2544,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2731,63 +2588,63 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
}
}
diff --git a/test/Api.IntegrationTest/packages.lock.json b/test/Api.IntegrationTest/packages.lock.json
index f91d69d84e..e5303d8110 100644
--- a/test/Api.IntegrationTest/packages.lock.json
+++ b/test/Api.IntegrationTest/packages.lock.json
@@ -190,8 +190,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -204,10 +204,12 @@
},
"Azure.Core.Amqp": {
"type": "Transitive",
- "resolved": "1.2.0",
- "contentHash": "vrF4isvhwdZspzorLwYhukXz3DA8/ONSnZUIBAqBtOCzsDNUgAsuILbCzvtDrn2oDxyq7DZx5Nh81pe0BeWmDQ==",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
"dependencies": {
- "System.Memory": "4.5.4"
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
}
},
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
@@ -262,12 +264,12 @@
},
"Azure.Messaging.ServiceBus": {
"type": "Transitive",
- "resolved": "7.11.1",
- "contentHash": "ioGedXeH8KK4HdTDEyOzdgNbEXGstGItVljI1EKYsz08sgwej6LpODCZmwPR2ui1fjXBWt8Zea0RJT4d9LwlMg==",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
"dependencies": {
- "Azure.Core": "1.25.0",
- "Azure.Core.Amqp": "1.2.0",
- "Microsoft.Azure.Amqp": "2.5.12",
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Memory.Data": "1.0.2"
}
@@ -601,8 +603,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.5.12",
- "contentHash": "0SlEl+TSQdpjXWf9/37dXWAa0zk6R1EJKmGtGZeKUAH7WEQpJOWMxJ9I43igcBCnTkFwa28CdPnpSCjFZVQlkw=="
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -665,28 +667,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -1185,16 +1165,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -2040,34 +2010,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2525,37 +2467,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2724,16 +2635,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -3051,10 +2952,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -3147,30 +3048,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -3268,25 +3145,25 @@
"AspNetCore.HealthChecks.SqlServer": "6.0.2",
"AspNetCore.HealthChecks.Uris": "6.0.3",
"Azure.Messaging.EventGrid": "4.10.0",
- "Commercial.Core": "2023.5.1",
- "Commercial.Infrastructure.EntityFramework": "2023.5.1",
- "Core": "2023.5.1",
- "SharedWeb": "2023.5.1",
+ "Commercial.Core": "2023.7.2",
+ "Commercial.Infrastructure.EntityFramework": "2023.7.2",
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2",
"Swashbuckle.AspNetCore": "6.5.0"
}
},
"commercial.core": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1"
+ "Core": "2023.7.2"
}
},
"commercial.infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
- "Core": "2023.5.1",
- "Infrastructure.EntityFramework": "2023.5.1"
+ "Core": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
},
"common": {
@@ -3294,7 +3171,7 @@
"dependencies": {
"AutoFixture.AutoNSubstitute": "4.17.0",
"AutoFixture.Xunit2": "4.17.0",
- "Core": "2023.5.1",
+ "Core": "2023.7.2",
"Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
"Microsoft.NET.Test.Sdk": "17.1.0",
"NSubstitute": "4.3.0",
@@ -3309,6 +3186,7 @@
"AspNetCoreRateLimit": "4.0.2",
"AspNetCoreRateLimit.Redis": "1.0.1",
"Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
"Azure.Storage.Blobs": "12.14.1",
"Azure.Storage.Queues": "12.12.0",
"BitPay.Light": "1.0.1907",
@@ -3323,7 +3201,6 @@
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
"Microsoft.Azure.Cosmos.Table": "1.0.8",
"Microsoft.Azure.NotificationHubs": "4.1.0",
- "Microsoft.Azure.ServiceBus": "5.2.0",
"Microsoft.Data.SqlClient": "5.0.1",
"Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
@@ -3346,47 +3223,47 @@
"identity": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1",
- "SharedWeb": "2023.5.1",
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2",
"Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1",
+ "Core": "2023.7.2",
"Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"integrationtestcommon": {
"type": "Project",
"dependencies": {
- "Common": "[2023.5.1, )",
- "Identity": "[2023.5.1, )",
- "Microsoft.AspNetCore.Mvc.Testing": "[6.0.5, )",
- "Microsoft.EntityFrameworkCore.InMemory": "[7.0.5, )",
- "Microsoft.Extensions.Configuration": "[6.0.1, )"
+ "Common": "2023.7.2",
+ "Identity": "2023.7.2",
+ "Microsoft.AspNetCore.Mvc.Testing": "6.0.5",
+ "Microsoft.EntityFrameworkCore.InMemory": "7.0.5",
+ "Microsoft.Extensions.Configuration": "6.0.1"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1",
- "Infrastructure.Dapper": "2023.5.1",
- "Infrastructure.EntityFramework": "2023.5.1"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/test/Api.Test/packages.lock.json b/test/Api.Test/packages.lock.json
index 6d6dee160a..dec56bd455 100644
--- a/test/Api.Test/packages.lock.json
+++ b/test/Api.Test/packages.lock.json
@@ -200,8 +200,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -214,10 +214,12 @@
},
"Azure.Core.Amqp": {
"type": "Transitive",
- "resolved": "1.2.0",
- "contentHash": "vrF4isvhwdZspzorLwYhukXz3DA8/ONSnZUIBAqBtOCzsDNUgAsuILbCzvtDrn2oDxyq7DZx5Nh81pe0BeWmDQ==",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
"dependencies": {
- "System.Memory": "4.5.4"
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
}
},
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
@@ -272,12 +274,12 @@
},
"Azure.Messaging.ServiceBus": {
"type": "Transitive",
- "resolved": "7.11.1",
- "contentHash": "ioGedXeH8KK4HdTDEyOzdgNbEXGstGItVljI1EKYsz08sgwej6LpODCZmwPR2ui1fjXBWt8Zea0RJT4d9LwlMg==",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
"dependencies": {
- "Azure.Core": "1.25.0",
- "Azure.Core.Amqp": "1.2.0",
- "Microsoft.Azure.Amqp": "2.5.12",
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Memory.Data": "1.0.2"
}
@@ -593,8 +595,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.5.12",
- "contentHash": "0SlEl+TSQdpjXWf9/37dXWAa0zk6R1EJKmGtGZeKUAH7WEQpJOWMxJ9I43igcBCnTkFwa28CdPnpSCjFZVQlkw=="
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -657,28 +659,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -1067,16 +1047,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1918,34 +1888,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2403,37 +2345,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2602,16 +2513,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2929,10 +2830,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -3025,30 +2926,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -3146,25 +3023,25 @@
"AspNetCore.HealthChecks.SqlServer": "6.0.2",
"AspNetCore.HealthChecks.Uris": "6.0.3",
"Azure.Messaging.EventGrid": "4.10.0",
- "Commercial.Core": "2023.5.1",
- "Commercial.Infrastructure.EntityFramework": "2023.5.1",
- "Core": "2023.5.1",
- "SharedWeb": "2023.5.1",
+ "Commercial.Core": "2023.7.2",
+ "Commercial.Infrastructure.EntityFramework": "2023.7.2",
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2",
"Swashbuckle.AspNetCore": "6.5.0"
}
},
"commercial.core": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1"
+ "Core": "2023.7.2"
}
},
"commercial.infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
- "Core": "2023.5.1",
- "Infrastructure.EntityFramework": "2023.5.1"
+ "Core": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
},
"common": {
@@ -3172,7 +3049,7 @@
"dependencies": {
"AutoFixture.AutoNSubstitute": "4.17.0",
"AutoFixture.Xunit2": "4.17.0",
- "Core": "2023.5.1",
+ "Core": "2023.7.2",
"Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
"Microsoft.NET.Test.Sdk": "17.1.0",
"NSubstitute": "4.3.0",
@@ -3187,6 +3064,7 @@
"AspNetCoreRateLimit": "4.0.2",
"AspNetCoreRateLimit.Redis": "1.0.1",
"Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
"Azure.Storage.Blobs": "12.14.1",
"Azure.Storage.Queues": "12.12.0",
"BitPay.Light": "1.0.1907",
@@ -3201,7 +3079,6 @@
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
"Microsoft.Azure.Cosmos.Table": "1.0.8",
"Microsoft.Azure.NotificationHubs": "4.1.0",
- "Microsoft.Azure.ServiceBus": "5.2.0",
"Microsoft.Data.SqlClient": "5.0.1",
"Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
@@ -3226,8 +3103,8 @@
"dependencies": {
"AutoFixture.AutoNSubstitute": "4.17.0",
"AutoFixture.Xunit2": "4.17.0",
- "Common": "2023.5.1",
- "Core": "2023.5.1",
+ "Common": "2023.7.2",
+ "Core": "2023.7.2",
"Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
"Microsoft.NET.Test.Sdk": "17.1.0",
"Moq": "4.17.2",
@@ -3238,29 +3115,29 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1",
+ "Core": "2023.7.2",
"Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1",
- "Infrastructure.Dapper": "2023.5.1",
- "Infrastructure.EntityFramework": "2023.5.1"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/test/Billing.Test/packages.lock.json b/test/Billing.Test/packages.lock.json
index 0a9b37c381..d9ae0401b1 100644
--- a/test/Billing.Test/packages.lock.json
+++ b/test/Billing.Test/packages.lock.json
@@ -132,8 +132,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -144,6 +144,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -168,6 +178,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -470,12 +492,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -538,28 +556,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -928,16 +924,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1720,34 +1706,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2188,42 +2146,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2241,37 +2163,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2444,16 +2335,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2766,10 +2647,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2862,30 +2743,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2975,90 +2832,90 @@
"billing": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "SharedWeb": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2"
}
},
"common": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
},
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/test/Common/packages.lock.json b/test/Common/packages.lock.json
index 73207a8bcd..679c8a92cf 100644
--- a/test/Common/packages.lock.json
+++ b/test/Common/packages.lock.json
@@ -120,8 +120,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -132,6 +132,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -156,6 +166,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -430,12 +452,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -498,28 +516,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -821,16 +817,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1552,34 +1538,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2020,42 +1978,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2073,37 +1995,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2276,16 +2167,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2598,10 +2479,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2694,30 +2575,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2807,43 +2664,43 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
}
}
diff --git a/test/Core.Test/packages.lock.json b/test/Core.Test/packages.lock.json
index 0a48589882..6337c1a659 100644
--- a/test/Core.Test/packages.lock.json
+++ b/test/Core.Test/packages.lock.json
@@ -136,8 +136,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -148,6 +148,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -172,6 +182,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -446,12 +468,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -514,28 +532,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -837,16 +833,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1568,34 +1554,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2036,42 +1994,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2089,37 +2011,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2292,16 +2183,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2614,10 +2495,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2710,30 +2591,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2823,55 +2680,55 @@
"common": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
},
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
}
}
diff --git a/test/Icons.Test/packages.lock.json b/test/Icons.Test/packages.lock.json
index 34252bde5b..689c3c09eb 100644
--- a/test/Icons.Test/packages.lock.json
+++ b/test/Icons.Test/packages.lock.json
@@ -113,8 +113,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -125,6 +125,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -149,6 +159,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -434,12 +456,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -502,28 +520,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -892,16 +888,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1661,34 +1647,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2129,42 +2087,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2182,37 +2104,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2385,16 +2276,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2707,10 +2588,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2803,30 +2684,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2916,79 +2773,79 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"icons": {
"type": "Project",
"dependencies": {
- "AngleSharp": "[0.16.1, )",
- "Core": "[2023.5.1, )",
- "SharedWeb": "[2023.5.1, )"
+ "AngleSharp": "0.16.1",
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/test/Identity.IntegrationTest/packages.lock.json b/test/Identity.IntegrationTest/packages.lock.json
index 3114f5007d..2c9545098c 100644
--- a/test/Identity.IntegrationTest/packages.lock.json
+++ b/test/Identity.IntegrationTest/packages.lock.json
@@ -143,8 +143,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -155,6 +155,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -179,6 +189,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -489,12 +511,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -557,28 +575,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -1056,16 +1052,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1874,34 +1860,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2342,42 +2300,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2395,37 +2317,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2598,16 +2489,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2920,10 +2801,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -3016,30 +2897,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -3129,101 +2986,101 @@
"common": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
},
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"identity": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "SharedWeb": "[2023.5.1, )",
- "Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )"
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2",
+ "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"integrationtestcommon": {
"type": "Project",
"dependencies": {
- "Common": "[2023.5.1, )",
- "Identity": "[2023.5.1, )",
- "Microsoft.AspNetCore.Mvc.Testing": "[6.0.5, )",
- "Microsoft.EntityFrameworkCore.InMemory": "[7.0.5, )",
- "Microsoft.Extensions.Configuration": "[6.0.1, )"
+ "Common": "2023.7.2",
+ "Identity": "2023.7.2",
+ "Microsoft.AspNetCore.Mvc.Testing": "6.0.5",
+ "Microsoft.EntityFrameworkCore.InMemory": "7.0.5",
+ "Microsoft.Extensions.Configuration": "6.0.1"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/test/Identity.Test/packages.lock.json b/test/Identity.Test/packages.lock.json
index 2649fa3e62..083fcf3c41 100644
--- a/test/Identity.Test/packages.lock.json
+++ b/test/Identity.Test/packages.lock.json
@@ -132,8 +132,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -144,6 +144,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -168,6 +178,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -470,12 +492,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -538,28 +556,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -928,16 +924,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1741,34 +1727,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2209,42 +2167,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2262,37 +2184,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2465,16 +2356,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2787,10 +2668,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2883,30 +2764,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2996,91 +2853,91 @@
"common": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
},
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"identity": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "SharedWeb": "[2023.5.1, )",
- "Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )"
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2",
+ "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/test/Infrastructure.EFIntegration.Test/packages.lock.json b/test/Infrastructure.EFIntegration.Test/packages.lock.json
index f7fbc98c68..a17d032f3d 100644
--- a/test/Infrastructure.EFIntegration.Test/packages.lock.json
+++ b/test/Infrastructure.EFIntegration.Test/packages.lock.json
@@ -143,8 +143,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -155,6 +155,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -179,6 +189,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -481,12 +503,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -549,28 +567,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -939,16 +935,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1731,34 +1717,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2199,42 +2157,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2252,37 +2174,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2455,16 +2346,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2777,10 +2658,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2873,30 +2754,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2986,89 +2843,89 @@
"common": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
},
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"core.test": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Common": "[2023.5.1, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "Moq": "[4.17.2, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Common": "2023.7.2",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "Moq": "4.17.2",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
}
}
diff --git a/test/Infrastructure.IntegrationTest/packages.lock.json b/test/Infrastructure.IntegrationTest/packages.lock.json
index 1572181642..0bde31c886 100644
--- a/test/Infrastructure.IntegrationTest/packages.lock.json
+++ b/test/Infrastructure.IntegrationTest/packages.lock.json
@@ -132,8 +132,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -144,6 +144,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -168,6 +178,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -436,12 +458,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -504,28 +522,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -861,16 +857,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1590,34 +1576,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2059,42 +2017,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2112,37 +2034,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2315,16 +2206,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2637,10 +2518,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2733,30 +2614,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2846,63 +2703,63 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
}
}
diff --git a/test/IntegrationTestCommon/packages.lock.json b/test/IntegrationTestCommon/packages.lock.json
index 40cb807ff9..2f20ff8c8a 100644
--- a/test/IntegrationTestCommon/packages.lock.json
+++ b/test/IntegrationTestCommon/packages.lock.json
@@ -119,8 +119,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -131,6 +131,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -155,6 +165,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -465,12 +487,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -533,28 +551,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -1015,16 +1011,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1850,34 +1836,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2318,42 +2276,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2371,37 +2293,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2574,16 +2465,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2896,10 +2777,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2992,30 +2873,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -3115,91 +2972,91 @@
"common": {
"type": "Project",
"dependencies": {
- "AutoFixture.AutoNSubstitute": "[4.17.0, )",
- "AutoFixture.Xunit2": "[4.17.0, )",
- "Core": "[2023.5.1, )",
- "Kralizek.AutoFixture.Extensions.MockHttp": "[1.2.0, )",
- "Microsoft.NET.Test.Sdk": "[17.1.0, )",
- "NSubstitute": "[4.3.0, )",
- "xunit": "[2.4.1, )"
+ "AutoFixture.AutoNSubstitute": "4.17.0",
+ "AutoFixture.Xunit2": "4.17.0",
+ "Core": "2023.7.2",
+ "Kralizek.AutoFixture.Extensions.MockHttp": "1.2.0",
+ "Microsoft.NET.Test.Sdk": "17.1.0",
+ "NSubstitute": "4.3.0",
+ "xunit": "2.4.1"
}
},
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"identity": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "SharedWeb": "[2023.5.1, )",
- "Swashbuckle.AspNetCore.SwaggerGen": "[6.5.0, )"
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2",
+ "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Dapper": "[2.0.123, )"
+ "Core": "2023.7.2",
+ "Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Infrastructure.Dapper": "[2023.5.1, )",
- "Infrastructure.EntityFramework": "[2023.5.1, )"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/util/Migrator/packages.lock.json b/util/Migrator/packages.lock.json
index 4d2b77d60c..2b74b28fd3 100644
--- a/util/Migrator/packages.lock.json
+++ b/util/Migrator/packages.lock.json
@@ -69,8 +69,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -81,6 +81,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -105,6 +115,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -363,12 +385,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -431,18 +449,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
"Microsoft.Azure.Services.AppAuthentication": {
"type": "Transitive",
"resolved": "1.6.2",
@@ -1899,42 +1905,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2658,43 +2628,43 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
}
}
diff --git a/util/MsSqlMigratorUtility/packages.lock.json b/util/MsSqlMigratorUtility/packages.lock.json
index 75381fc2f7..bbe3aebd9b 100644
--- a/util/MsSqlMigratorUtility/packages.lock.json
+++ b/util/MsSqlMigratorUtility/packages.lock.json
@@ -72,8 +72,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -84,6 +84,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -108,6 +118,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -376,12 +398,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -444,18 +462,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
"Microsoft.Azure.Services.AppAuthentication": {
"type": "Transitive",
"resolved": "1.6.2",
@@ -1928,42 +1934,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2687,51 +2657,51 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"migrator": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Microsoft.Extensions.Logging": "[6.0.0, )",
- "dbup-sqlserver": "[5.0.8, )"
+ "Core": "2023.7.2",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "dbup-sqlserver": "5.0.8"
}
}
}
diff --git a/util/MySqlMigrations/packages.lock.json b/util/MySqlMigrations/packages.lock.json
index 01bbb519e2..09909b0f05 100644
--- a/util/MySqlMigrations/packages.lock.json
+++ b/util/MySqlMigrations/packages.lock.json
@@ -74,8 +74,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -86,6 +86,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -110,6 +120,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -378,12 +400,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -446,28 +464,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -831,16 +827,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1550,34 +1536,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2019,42 +1977,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2072,37 +1994,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2270,16 +2161,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2592,10 +2473,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2688,30 +2569,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2756,56 +2613,56 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
}
}
diff --git a/util/PostgresMigrations/packages.lock.json b/util/PostgresMigrations/packages.lock.json
index 01bbb519e2..09909b0f05 100644
--- a/util/PostgresMigrations/packages.lock.json
+++ b/util/PostgresMigrations/packages.lock.json
@@ -74,8 +74,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -86,6 +86,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -110,6 +120,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -378,12 +400,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -446,28 +464,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -831,16 +827,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1550,34 +1536,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2019,42 +1977,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2072,37 +1994,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2270,16 +2161,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2592,10 +2473,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2688,30 +2569,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2756,56 +2613,56 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
}
}
diff --git a/util/Setup/packages.lock.json b/util/Setup/packages.lock.json
index 7aa41a2af8..8dafc505b3 100644
--- a/util/Setup/packages.lock.json
+++ b/util/Setup/packages.lock.json
@@ -73,8 +73,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -85,6 +85,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -109,6 +119,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -369,12 +391,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -437,18 +455,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
"Microsoft.Azure.Services.AppAuthentication": {
"type": "Transitive",
"resolved": "1.6.2",
@@ -1905,42 +1911,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2664,51 +2634,51 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"migrator": {
"type": "Project",
"dependencies": {
- "Core": "[2023.5.1, )",
- "Microsoft.Extensions.Logging": "[6.0.0, )",
- "dbup-sqlserver": "[5.0.8, )"
+ "Core": "2023.7.2",
+ "Microsoft.Extensions.Logging": "6.0.0",
+ "dbup-sqlserver": "5.0.8"
}
}
}
diff --git a/util/SqlServerEFScaffold/packages.lock.json b/util/SqlServerEFScaffold/packages.lock.json
index f55a233246..a15ccb4657 100644
--- a/util/SqlServerEFScaffold/packages.lock.json
+++ b/util/SqlServerEFScaffold/packages.lock.json
@@ -142,8 +142,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -156,10 +156,12 @@
},
"Azure.Core.Amqp": {
"type": "Transitive",
- "resolved": "1.2.0",
- "contentHash": "vrF4isvhwdZspzorLwYhukXz3DA8/ONSnZUIBAqBtOCzsDNUgAsuILbCzvtDrn2oDxyq7DZx5Nh81pe0BeWmDQ==",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
"dependencies": {
- "System.Memory": "4.5.4"
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
}
},
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
@@ -214,12 +216,12 @@
},
"Azure.Messaging.ServiceBus": {
"type": "Transitive",
- "resolved": "7.11.1",
- "contentHash": "ioGedXeH8KK4HdTDEyOzdgNbEXGstGItVljI1EKYsz08sgwej6LpODCZmwPR2ui1fjXBWt8Zea0RJT4d9LwlMg==",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
"dependencies": {
- "Azure.Core": "1.25.0",
- "Azure.Core.Amqp": "1.2.0",
- "Microsoft.Azure.Amqp": "2.5.12",
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Memory.Data": "1.0.2"
}
@@ -506,8 +508,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.5.12",
- "contentHash": "0SlEl+TSQdpjXWf9/37dXWAa0zk6R1EJKmGtGZeKUAH7WEQpJOWMxJ9I43igcBCnTkFwa28CdPnpSCjFZVQlkw=="
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -570,28 +572,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -975,16 +955,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1744,34 +1714,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2230,37 +2172,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2424,16 +2335,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2751,10 +2652,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2847,30 +2748,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2923,25 +2800,25 @@
"AspNetCore.HealthChecks.SqlServer": "6.0.2",
"AspNetCore.HealthChecks.Uris": "6.0.3",
"Azure.Messaging.EventGrid": "4.10.0",
- "Commercial.Core": "2023.5.1",
- "Commercial.Infrastructure.EntityFramework": "2023.5.1",
- "Core": "2023.5.1",
- "SharedWeb": "2023.5.1",
+ "Commercial.Core": "2023.7.2",
+ "Commercial.Infrastructure.EntityFramework": "2023.7.2",
+ "Core": "2023.7.2",
+ "SharedWeb": "2023.7.2",
"Swashbuckle.AspNetCore": "6.5.0"
}
},
"commercial.core": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1"
+ "Core": "2023.7.2"
}
},
"commercial.infrastructure.entityframework": {
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
- "Core": "2023.5.1",
- "Infrastructure.EntityFramework": "2023.5.1"
+ "Core": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
},
"core": {
@@ -2952,6 +2829,7 @@
"AspNetCoreRateLimit": "4.0.2",
"AspNetCoreRateLimit.Redis": "1.0.1",
"Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
"Azure.Storage.Blobs": "12.14.1",
"Azure.Storage.Queues": "12.12.0",
"BitPay.Light": "1.0.1907",
@@ -2966,7 +2844,6 @@
"Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
"Microsoft.Azure.Cosmos.Table": "1.0.8",
"Microsoft.Azure.NotificationHubs": "4.1.0",
- "Microsoft.Azure.ServiceBus": "5.2.0",
"Microsoft.Data.SqlClient": "5.0.1",
"Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
@@ -2989,29 +2866,29 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1",
+ "Core": "2023.7.2",
"Dapper": "2.0.123"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
},
"sharedweb": {
"type": "Project",
"dependencies": {
- "Core": "2023.5.1",
- "Infrastructure.Dapper": "2023.5.1",
- "Infrastructure.EntityFramework": "2023.5.1"
+ "Core": "2023.7.2",
+ "Infrastructure.Dapper": "2023.7.2",
+ "Infrastructure.EntityFramework": "2023.7.2"
}
}
}
diff --git a/util/SqliteMigrations/packages.lock.json b/util/SqliteMigrations/packages.lock.json
index 01bbb519e2..09909b0f05 100644
--- a/util/SqliteMigrations/packages.lock.json
+++ b/util/SqliteMigrations/packages.lock.json
@@ -74,8 +74,8 @@
},
"Azure.Core": {
"type": "Transitive",
- "resolved": "1.30.0",
- "contentHash": "w5Z2uTASP+EsnG4kqQsYtKTf41x1czIu1CgPuDQdHILxCk+IP2DiXazUcfTqr6kebi7S6ah927mrQx1nT/4bnw==",
+ "resolved": "1.32.0",
+ "contentHash": "NmnJxaNqKjPwnHXngVg63SrkwbJXrkT0mcK8uCx9rSq0nK6Q3Q+/GZRCaTWcdcECoRP5XK0lr3Ce8PZkHkuHNg==",
"dependencies": {
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
"System.Diagnostics.DiagnosticSource": "4.6.0",
@@ -86,6 +86,16 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Core.Amqp": {
+ "type": "Transitive",
+ "resolved": "1.3.0",
+ "contentHash": "6GG4gyFkAuHtpBVkvj0wE5+lCM+ttsZlIWAipBkI+jlCUlTgrTiNUROBFnb8xuKoymVDw9Tf1W8RoKqgbd71lg==",
+ "dependencies": {
+ "Microsoft.Azure.Amqp": "2.6.1",
+ "System.Memory": "4.5.4",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Extensions.AspNetCore.DataProtection.Blobs": {
"type": "Transitive",
"resolved": "1.3.2",
@@ -110,6 +120,18 @@
"System.Threading.Tasks.Extensions": "4.5.4"
}
},
+ "Azure.Messaging.ServiceBus": {
+ "type": "Transitive",
+ "resolved": "7.15.0",
+ "contentHash": "K2SONtHZSQL3bAbhSBLkNzvh6XsTPK1wXfNjUiZQaJciqX6827kfmJ4DkA3ZZjW+zNaPfGMWVI9zL9berJ4ibg==",
+ "dependencies": {
+ "Azure.Core": "1.32.0",
+ "Azure.Core.Amqp": "1.3.0",
+ "Microsoft.Azure.Amqp": "2.6.2",
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.Memory.Data": "1.0.2"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.14.1",
@@ -378,12 +400,8 @@
},
"Microsoft.Azure.Amqp": {
"type": "Transitive",
- "resolved": "2.4.11",
- "contentHash": "7x5fu2f6TLQDDJS0sY5qW8/daFwJaY9O75YvU8RcUfRzbug+9YGjXUBxoRrprgyi0jxdBAMQL05p1s783SOSFQ==",
- "dependencies": {
- "System.Net.WebSockets.Client": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
+ "resolved": "2.6.2",
+ "contentHash": "6hQqWRiHRd9J6pGBlzQM9LBOWaO8xIsRVYs3olrDGqOkK7v9mgwz9rmrv+49FIbLEOGgkP9IKLnXdsA4Y8IIYw=="
},
"Microsoft.Azure.Cosmos": {
"type": "Transitive",
@@ -446,28 +464,6 @@
"Newtonsoft.Json": "12.0.3"
}
},
- "Microsoft.Azure.ServiceBus": {
- "type": "Transitive",
- "resolved": "5.2.0",
- "contentHash": "wyZNJggyFNtKxd+HgvcTiuRYuTjDGi+pgE4RcBvFbfvNiarKr5AOlE4Ne7on1eUJZuMuEa19wN5dj694HlP60A==",
- "dependencies": {
- "Microsoft.Azure.Amqp": "2.4.11",
- "Microsoft.Azure.Services.AppAuthentication": "[1.0.3, 2.0.0)",
- "Newtonsoft.Json": "10.0.3",
- "System.Diagnostics.DiagnosticSource": "4.5.1",
- "System.IdentityModel.Tokens.Jwt": "5.4.0"
- }
- },
- "Microsoft.Azure.Services.AppAuthentication": {
- "type": "Transitive",
- "resolved": "1.0.3",
- "contentHash": "ywpQaK1klu1IoX4VUf+TBmU4kR71aWNI6O5rEIJU8z28L2xhJhnIm7k2Nf1Zu/PygeuOtt5g0QPCk5+lLltbeQ==",
- "dependencies": {
- "Microsoft.IdentityModel.Clients.ActiveDirectory": "3.14.2",
- "NETStandard.Library": "1.6.1",
- "System.Diagnostics.Process": "4.3.0"
- }
- },
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "1.1.1",
@@ -831,16 +827,6 @@
"resolved": "6.21.0",
"contentHash": "XeE6LQtD719Qs2IG7HDi1TSw9LIkDbJ33xFiOBoHbApVw/8GpIBCbW+t7RwOjErUDyXZvjhZliwRkkLb8Z1uzg=="
},
- "Microsoft.IdentityModel.Clients.ActiveDirectory": {
- "type": "Transitive",
- "resolved": "3.14.2",
- "contentHash": "TNsJJMiRnkeby1ovThVoV9yFsPWjAdluwOA+Nf0LtSsBVVrKQv8Qp4kYOgyNwMVj+pDwbhXISySk+4HyHVWNZQ==",
- "dependencies": {
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Json": "4.0.2",
- "System.Runtime.Serialization.Primitives": "4.1.1"
- }
- },
"Microsoft.IdentityModel.JsonWebTokens": {
"type": "Transitive",
"resolved": "6.21.0",
@@ -1550,34 +1536,6 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
- "System.Diagnostics.Process": {
- "type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "J0wOX07+QASQblsfxmIMFc9Iq7KTXYL3zs2G/Xc704Ylv3NpuVdo6gij6V3PGiptTxqsK0K7CdXenRvKUnkA2g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.1.0",
- "Microsoft.Win32.Primitives": "4.3.0",
- "Microsoft.Win32.Registry": "4.3.0",
- "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.Handles": "4.3.0",
- "System.Runtime.InteropServices": "4.3.0",
- "System.Text.Encoding": "4.3.0",
- "System.Text.Encoding.Extensions": "4.3.0",
- "System.Threading": "4.3.0",
- "System.Threading.Tasks": "4.3.0",
- "System.Threading.Thread": "4.3.0",
- "System.Threading.ThreadPool": "4.3.0",
- "runtime.native.System": "4.3.0"
- }
- },
"System.Diagnostics.Tools": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2019,42 +1977,6 @@
"System.Runtime.Extensions": "4.1.0"
}
},
- "System.Net.WebSockets": {
- "type": "Transitive",
- "resolved": "4.0.0",
- "contentHash": "2KJo8hir6Edi9jnMDAMhiJoI691xRBmKcbNpwjrvpIMOCTYOtBpSsSEGBxBDV7PKbasJNaFp1+PZz1D7xS41Hg==",
- "dependencies": {
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Threading.Tasks": "4.0.11"
- }
- },
- "System.Net.WebSockets.Client": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "NUCcDroX4lCQXgOrzlwIZ1u9YJ0krfyF0wk0ONnyLUmcQoEiYV2/OfUPRqUwQBbpH1BlGApkLgoQUwMqb5+c1g==",
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2",
- "Microsoft.Win32.Primitives": "4.0.1",
- "System.Collections": "4.0.11",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Diagnostics.Tracing": "4.1.0",
- "System.Globalization": "4.0.11",
- "System.Net.Primitives": "4.0.11",
- "System.Net.WebHeaderCollection": "4.0.1",
- "System.Net.WebSockets": "4.0.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Handles": "4.0.1",
- "System.Runtime.InteropServices": "4.1.0",
- "System.Security.Cryptography.X509Certificates": "4.1.0",
- "System.Text.Encoding": "4.0.11",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11"
- }
- },
"System.Numerics.Vectors": {
"type": "Transitive",
"resolved": "4.5.0",
@@ -2072,37 +1994,6 @@
"System.Threading": "4.3.0"
}
},
- "System.Private.DataContractSerialization": {
- "type": "Transitive",
- "resolved": "4.1.1",
- "contentHash": "lcqFBUaCZxPiUkA4dlSOoPZGtZsAuuElH2XHgLwGLxd7ZozWetV5yiz0qGAV2AUYOqw97MtZBjbLMN16Xz4vXA==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Collections.Concurrent": "4.0.12",
- "System.Diagnostics.Debug": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Emit.Lightweight": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Runtime.Serialization.Primitives": "4.1.1",
- "System.Text.Encoding": "4.0.11",
- "System.Text.Encoding.Extensions": "4.0.11",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Threading.Tasks": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1",
- "System.Xml.XmlSerializer": "4.0.11"
- }
- },
"System.Reflection": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2270,16 +2161,6 @@
"System.Runtime.Extensions": "4.3.0"
}
},
- "System.Runtime.Serialization.Json": {
- "type": "Transitive",
- "resolved": "4.0.2",
- "contentHash": "+7DIJhnKYgCzUgcLbVTtRQb2l1M0FP549XFlFkQM5lmNiUBl44AfNbx4bz61xA8PzLtlYwfmif4JJJW7MPPnjg==",
- "dependencies": {
- "System.IO": "4.1.0",
- "System.Private.DataContractSerialization": "4.1.1",
- "System.Runtime": "4.1.0"
- }
- },
"System.Runtime.Serialization.Primitives": {
"type": "Transitive",
"resolved": "4.1.1",
@@ -2592,10 +2473,10 @@
},
"System.Threading.Thread": {
"type": "Transitive",
- "resolved": "4.3.0",
- "contentHash": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==",
+ "resolved": "4.0.0",
+ "contentHash": "gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==",
"dependencies": {
- "System.Runtime": "4.3.0"
+ "System.Runtime": "4.1.0"
}
},
"System.Threading.ThreadPool": {
@@ -2688,30 +2569,6 @@
"System.Xml.ReaderWriter": "4.3.0"
}
},
- "System.Xml.XmlSerializer": {
- "type": "Transitive",
- "resolved": "4.0.11",
- "contentHash": "FrazwwqfIXTfq23mfv4zH+BjqkSFNaNFBtjzu3I9NRmG8EELYyrv/fJnttCIwRMFRR/YKXF1hmsMmMEnl55HGw==",
- "dependencies": {
- "System.Collections": "4.0.11",
- "System.Globalization": "4.0.11",
- "System.IO": "4.1.0",
- "System.Linq": "4.1.0",
- "System.Reflection": "4.1.0",
- "System.Reflection.Emit": "4.0.1",
- "System.Reflection.Emit.ILGeneration": "4.0.1",
- "System.Reflection.Extensions": "4.0.1",
- "System.Reflection.Primitives": "4.0.1",
- "System.Reflection.TypeExtensions": "4.1.0",
- "System.Resources.ResourceManager": "4.0.1",
- "System.Runtime": "4.1.0",
- "System.Runtime.Extensions": "4.1.0",
- "System.Text.RegularExpressions": "4.1.0",
- "System.Threading": "4.0.11",
- "System.Xml.ReaderWriter": "4.0.11",
- "System.Xml.XmlDocument": "4.0.1"
- }
- },
"System.Xml.XPath": {
"type": "Transitive",
"resolved": "4.3.0",
@@ -2756,56 +2613,56 @@
"core": {
"type": "Project",
"dependencies": {
- "AWSSDK.SQS": "[3.7.2.47, )",
- "AWSSDK.SimpleEmail": "[3.7.0.150, )",
- "AspNetCoreRateLimit": "[4.0.2, )",
- "AspNetCoreRateLimit.Redis": "[1.0.1, )",
- "Azure.Extensions.AspNetCore.DataProtection.Blobs": "[1.3.2, )",
- "Azure.Storage.Blobs": "[12.14.1, )",
- "Azure.Storage.Queues": "[12.12.0, )",
- "BitPay.Light": "[1.0.1907, )",
- "Braintree": "[5.12.0, )",
- "DnsClient": "[1.7.0, )",
- "Fido2.AspNet": "[3.0.1, )",
- "Handlebars.Net": "[2.1.2, )",
- "IdentityServer4": "[4.1.2, )",
- "IdentityServer4.AccessTokenValidation": "[3.0.1, )",
- "LaunchDarkly.ServerSdk": "[7.0.0, )",
- "MailKit": "[3.2.0, )",
- "Microsoft.AspNetCore.Authentication.JwtBearer": "[6.0.4, )",
- "Microsoft.Azure.Cosmos.Table": "[1.0.8, )",
- "Microsoft.Azure.NotificationHubs": "[4.1.0, )",
- "Microsoft.Azure.ServiceBus": "[5.2.0, )",
- "Microsoft.Data.SqlClient": "[5.0.1, )",
- "Microsoft.Extensions.Caching.StackExchangeRedis": "[6.0.6, )",
- "Microsoft.Extensions.Configuration.EnvironmentVariables": "[6.0.1, )",
- "Microsoft.Extensions.Configuration.UserSecrets": "[6.0.1, )",
- "Microsoft.Extensions.Identity.Stores": "[6.0.4, )",
- "Newtonsoft.Json": "[13.0.1, )",
- "Otp.NET": "[1.2.2, )",
- "Quartz": "[3.4.0, )",
- "SendGrid": "[9.27.0, )",
- "Sentry.Serilog": "[3.16.0, )",
- "Serilog.AspNetCore": "[5.0.0, )",
- "Serilog.Extensions.Logging": "[3.1.0, )",
- "Serilog.Extensions.Logging.File": "[2.0.0, )",
- "Serilog.Sinks.AzureCosmosDB": "[2.0.0, )",
- "Serilog.Sinks.SyslogMessages": "[2.0.6, )",
- "Stripe.net": "[40.0.0, )",
- "YubicoDotNetClient": "[1.2.0, )"
+ "AWSSDK.SQS": "3.7.2.47",
+ "AWSSDK.SimpleEmail": "3.7.0.150",
+ "AspNetCoreRateLimit": "4.0.2",
+ "AspNetCoreRateLimit.Redis": "1.0.1",
+ "Azure.Extensions.AspNetCore.DataProtection.Blobs": "1.3.2",
+ "Azure.Messaging.ServiceBus": "7.15.0",
+ "Azure.Storage.Blobs": "12.14.1",
+ "Azure.Storage.Queues": "12.12.0",
+ "BitPay.Light": "1.0.1907",
+ "Braintree": "5.12.0",
+ "DnsClient": "1.7.0",
+ "Fido2.AspNet": "3.0.1",
+ "Handlebars.Net": "2.1.2",
+ "IdentityServer4": "4.1.2",
+ "IdentityServer4.AccessTokenValidation": "3.0.1",
+ "LaunchDarkly.ServerSdk": "7.0.0",
+ "MailKit": "3.2.0",
+ "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.4",
+ "Microsoft.Azure.Cosmos.Table": "1.0.8",
+ "Microsoft.Azure.NotificationHubs": "4.1.0",
+ "Microsoft.Data.SqlClient": "5.0.1",
+ "Microsoft.Extensions.Caching.StackExchangeRedis": "6.0.6",
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "6.0.1",
+ "Microsoft.Extensions.Configuration.UserSecrets": "6.0.1",
+ "Microsoft.Extensions.Identity.Stores": "6.0.4",
+ "Newtonsoft.Json": "13.0.1",
+ "Otp.NET": "1.2.2",
+ "Quartz": "3.4.0",
+ "SendGrid": "9.27.0",
+ "Sentry.Serilog": "3.16.0",
+ "Serilog.AspNetCore": "5.0.0",
+ "Serilog.Extensions.Logging": "3.1.0",
+ "Serilog.Extensions.Logging.File": "2.0.0",
+ "Serilog.Sinks.AzureCosmosDB": "2.0.0",
+ "Serilog.Sinks.SyslogMessages": "2.0.6",
+ "Stripe.net": "40.0.0",
+ "YubicoDotNetClient": "1.2.0"
}
},
"infrastructure.entityframework": {
"type": "Project",
"dependencies": {
- "AutoMapper.Extensions.Microsoft.DependencyInjection": "[12.0.1, )",
- "Core": "[2023.5.1, )",
- "Microsoft.EntityFrameworkCore.Relational": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.SqlServer": "[7.0.5, )",
- "Microsoft.EntityFrameworkCore.Sqlite": "[7.0.5, )",
- "Npgsql.EntityFrameworkCore.PostgreSQL": "[7.0.4, )",
- "Pomelo.EntityFrameworkCore.MySql": "[7.0.0, )",
- "linq2db.EntityFrameworkCore": "[7.5.0, )"
+ "AutoMapper.Extensions.Microsoft.DependencyInjection": "12.0.1",
+ "Core": "2023.7.2",
+ "Microsoft.EntityFrameworkCore.Relational": "7.0.5",
+ "Microsoft.EntityFrameworkCore.SqlServer": "7.0.5",
+ "Microsoft.EntityFrameworkCore.Sqlite": "7.0.5",
+ "Npgsql.EntityFrameworkCore.PostgreSQL": "7.0.4",
+ "Pomelo.EntityFrameworkCore.MySql": "7.0.0",
+ "linq2db.EntityFrameworkCore": "7.5.0"
}
}
}