diff --git a/Directory.Packages.props b/Directory.Packages.props
index 2fcafbbf..c6a29c3a 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -32,13 +32,5 @@
-
-
-
-
\ No newline at end of file
diff --git a/performance/packages.lock.json b/performance/packages.lock.json
index eefab920..2efd64bf 100644
--- a/performance/packages.lock.json
+++ b/performance/packages.lock.json
@@ -20,6 +20,35 @@
"System.Management": "5.0.0"
}
},
+ "Azure.Core": {
+ "type": "Transitive",
+ "resolved": "1.41.0",
+ "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
+ "Azure.Identity": {
+ "type": "Transitive",
+ "resolved": "1.11.4",
+ "contentHash": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "4.7.0",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.21.1",
@@ -564,8 +593,8 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
- "resolved": "4.65.0",
- "contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
+ "resolved": "4.61.3",
+ "contentHash": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
@@ -573,10 +602,10 @@
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
- "resolved": "4.65.0",
- "contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
+ "resolved": "4.61.3",
+ "contentHash": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
"dependencies": {
- "Microsoft.Identity.Client": "4.65.0",
+ "Microsoft.Identity.Client": "4.61.3",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
},
@@ -1783,8 +1812,6 @@
"microsoft.azure.webjobs.extensions.sql": {
"type": "Project",
"dependencies": {
- "Azure.Core": "[1.41.0, )",
- "Azure.Identity": "[1.12.1, )",
"Microsoft.ApplicationInsights": "[2.23.0, )",
"Microsoft.AspNetCore.Http": "[2.2.2, )",
"Microsoft.Azure.WebJobs": "[3.0.41, )",
@@ -1798,8 +1825,6 @@
"microsoft.azure.webjobs.extensions.sql.samples": {
"type": "Project",
"dependencies": {
- "Azure.Core": "[1.41.0, )",
- "Azure.Identity": "[1.12.1, )",
"Microsoft.AspNetCore.Http": "[2.2.2, )",
"Microsoft.Azure.WebJobs.Extensions.Sql": "[99.99.99, )",
"Microsoft.Azure.WebJobs.Extensions.Storage": "[5.3.2, )",
@@ -1810,8 +1835,6 @@
"microsoft.azure.webjobs.extensions.sql.tests": {
"type": "Project",
"dependencies": {
- "Azure.Core": "[1.41.0, )",
- "Azure.Identity": "[1.12.1, )",
"Microsoft.AspNetCore.Http": "[2.2.2, )",
"Microsoft.Azure.Functions.Extensions": "[1.1.0, )",
"Microsoft.Azure.WebJobs.Extensions.Sql": "[99.99.99, )",
@@ -1828,37 +1851,6 @@
"xunit.runner.visualstudio": "[2.8.2, )"
}
},
- "Azure.Core": {
- "type": "CentralTransitive",
- "requested": "[1.41.0, )",
- "resolved": "1.41.0",
- "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.ClientModel": "1.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.1",
- "System.Memory.Data": "1.0.2",
- "System.Numerics.Vectors": "4.5.0",
- "System.Text.Encodings.Web": "4.7.2",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
- "Azure.Identity": {
- "type": "CentralTransitive",
- "requested": "[1.12.1, )",
- "resolved": "1.12.1",
- "contentHash": "7j7ksn+1X2swW2DDDEEywK5wxuYImzMIXnunZTB83E3mwzBbyHOob1hO1wOG5fMZYTGe/+9gyc/qurcozaSm1A==",
- "dependencies": {
- "Azure.Core": "1.40.0",
- "Microsoft.Identity.Client": "4.65.0",
- "Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
- "System.Memory": "4.5.4",
- "System.Security.Cryptography.ProtectedData": "4.7.0",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
"Microsoft.ApplicationInsights": {
"type": "CentralTransitive",
"requested": "[2.23.0, )",
diff --git a/samples/samples-csharp/Microsoft.Azure.WebJobs.Extensions.Sql.Samples.csproj b/samples/samples-csharp/Microsoft.Azure.WebJobs.Extensions.Sql.Samples.csproj
index 4aea5a6e..3d107533 100644
--- a/samples/samples-csharp/Microsoft.Azure.WebJobs.Extensions.Sql.Samples.csproj
+++ b/samples/samples-csharp/Microsoft.Azure.WebJobs.Extensions.Sql.Samples.csproj
@@ -5,8 +5,6 @@
-
-
diff --git a/samples/samples-csharp/packages.lock.json b/samples/samples-csharp/packages.lock.json
index 55c64b98..1a0d067e 100644
--- a/samples/samples-csharp/packages.lock.json
+++ b/samples/samples-csharp/packages.lock.json
@@ -2,37 +2,6 @@
"version": 2,
"dependencies": {
"net6.0": {
- "Azure.Core": {
- "type": "Direct",
- "requested": "[1.41.0, )",
- "resolved": "1.41.0",
- "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.ClientModel": "1.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.1",
- "System.Memory.Data": "1.0.2",
- "System.Numerics.Vectors": "4.5.0",
- "System.Text.Encodings.Web": "4.7.2",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
- "Azure.Identity": {
- "type": "Direct",
- "requested": "[1.12.1, )",
- "resolved": "1.12.1",
- "contentHash": "7j7ksn+1X2swW2DDDEEywK5wxuYImzMIXnunZTB83E3mwzBbyHOob1hO1wOG5fMZYTGe/+9gyc/qurcozaSm1A==",
- "dependencies": {
- "Azure.Core": "1.40.0",
- "Microsoft.Identity.Client": "4.65.0",
- "Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
- "System.Memory": "4.5.4",
- "System.Security.Cryptography.ProtectedData": "4.7.0",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
"Microsoft.AspNetCore.Http": {
"type": "Direct",
"requested": "[2.2.2, )",
@@ -79,6 +48,35 @@
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
+ "Azure.Core": {
+ "type": "Transitive",
+ "resolved": "1.41.0",
+ "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
+ "Azure.Identity": {
+ "type": "Transitive",
+ "resolved": "1.11.4",
+ "contentHash": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "4.7.0",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.21.1",
@@ -544,8 +542,8 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
- "resolved": "4.65.0",
- "contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
+ "resolved": "4.61.3",
+ "contentHash": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
@@ -553,10 +551,10 @@
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
- "resolved": "4.65.0",
- "contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
+ "resolved": "4.61.3",
+ "contentHash": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
"dependencies": {
- "Microsoft.Identity.Client": "4.65.0",
+ "Microsoft.Identity.Client": "4.61.3",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
},
@@ -1657,8 +1655,6 @@
"microsoft.azure.webjobs.extensions.sql": {
"type": "Project",
"dependencies": {
- "Azure.Core": "[1.41.0, )",
- "Azure.Identity": "[1.12.1, )",
"Microsoft.ApplicationInsights": "[2.23.0, )",
"Microsoft.AspNetCore.Http": "[2.2.2, )",
"Microsoft.Azure.WebJobs": "[3.0.41, )",
diff --git a/samples/samples-outofproc/packages.lock.json b/samples/samples-outofproc/packages.lock.json
index 339a6f22..4268344e 100644
--- a/samples/samples-outofproc/packages.lock.json
+++ b/samples/samples-outofproc/packages.lock.json
@@ -85,6 +85,21 @@
"resolved": "13.0.3",
"contentHash": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ=="
},
+ "Azure.Core": {
+ "type": "Transitive",
+ "resolved": "1.41.0",
+ "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
"Azure.Storage.Common": {
"type": "Transitive",
"resolved": "12.18.1",
@@ -566,22 +581,6 @@
"Microsoft.Azure.Functions.Worker.Extensions.Abstractions": "[1.3.0, )"
}
},
- "Azure.Core": {
- "type": "CentralTransitive",
- "requested": "[1.41.0, )",
- "resolved": "1.41.0",
- "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.ClientModel": "1.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.1",
- "System.Memory.Data": "1.0.2",
- "System.Numerics.Vectors": "4.5.0",
- "System.Text.Encodings.Web": "4.7.2",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
"Microsoft.Azure.Functions.Worker.Extensions.Abstractions": {
"type": "CentralTransitive",
"requested": "[1.3.0, )",
diff --git a/src/Microsoft.Azure.WebJobs.Extensions.Sql.csproj b/src/Microsoft.Azure.WebJobs.Extensions.Sql.csproj
index 6aea912b..e4574976 100644
--- a/src/Microsoft.Azure.WebJobs.Extensions.Sql.csproj
+++ b/src/Microsoft.Azure.WebJobs.Extensions.Sql.csproj
@@ -15,8 +15,6 @@
-
-
diff --git a/src/packages.lock.json b/src/packages.lock.json
index 455a7177..9245d8ae 100644
--- a/src/packages.lock.json
+++ b/src/packages.lock.json
@@ -2,37 +2,6 @@
"version": 2,
"dependencies": {
".NETStandard,Version=v2.0": {
- "Azure.Core": {
- "type": "Direct",
- "requested": "[1.41.0, )",
- "resolved": "1.41.0",
- "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.ClientModel": "1.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.1",
- "System.Memory.Data": "1.0.2",
- "System.Numerics.Vectors": "4.5.0",
- "System.Text.Encodings.Web": "4.7.2",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
- "Azure.Identity": {
- "type": "Direct",
- "requested": "[1.12.1, )",
- "resolved": "1.12.1",
- "contentHash": "7j7ksn+1X2swW2DDDEEywK5wxuYImzMIXnunZTB83E3mwzBbyHOob1hO1wOG5fMZYTGe/+9gyc/qurcozaSm1A==",
- "dependencies": {
- "Azure.Core": "1.40.0",
- "Microsoft.Identity.Client": "4.65.0",
- "Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
- "System.Memory": "4.5.4",
- "System.Security.Cryptography.ProtectedData": "4.7.0",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
"Microsoft.ApplicationInsights": {
"type": "Direct",
"requested": "[2.23.0, )",
@@ -148,6 +117,35 @@
"System.Security.Principal.Windows": "5.0.0"
}
},
+ "Azure.Core": {
+ "type": "Transitive",
+ "resolved": "1.38.0",
+ "contentHash": "IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
+ "Azure.Identity": {
+ "type": "Transitive",
+ "resolved": "1.11.4",
+ "contentHash": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "4.7.0",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
"Microsoft.AspNetCore.Http.Abstractions": {
"type": "Transitive",
"resolved": "2.2.0",
@@ -360,8 +358,8 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
- "resolved": "4.65.0",
- "contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
+ "resolved": "4.61.3",
+ "contentHash": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
@@ -369,10 +367,10 @@
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
- "resolved": "4.65.0",
- "contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
+ "resolved": "4.61.3",
+ "contentHash": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
"dependencies": {
- "Microsoft.Identity.Client": "4.65.0",
+ "Microsoft.Identity.Client": "4.61.3",
"System.IO.FileSystem.AccessControl": "5.0.0",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
diff --git a/test-outofproc/packages.lock.json b/test-outofproc/packages.lock.json
index 616a526d..e0bb06bc 100644
--- a/test-outofproc/packages.lock.json
+++ b/test-outofproc/packages.lock.json
@@ -85,6 +85,21 @@
"resolved": "2.8.2",
"contentHash": "vm1tbfXhFmjFMUmS4M0J0ASXz3/U5XvXBa6DOQUL3fEz4Vt6YPhv+ESCarx6M6D+9kJkJYZKCNvJMas1+nVfmQ=="
},
+ "Azure.Core": {
+ "type": "Transitive",
+ "resolved": "1.41.0",
+ "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
"Google.Protobuf": {
"type": "Transitive",
"resolved": "3.25.2",
@@ -609,22 +624,6 @@
"Microsoft.Azure.Functions.Worker.Extensions.Abstractions": "[1.3.0, )"
}
},
- "Azure.Core": {
- "type": "CentralTransitive",
- "requested": "[1.41.0, )",
- "resolved": "1.41.0",
- "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.ClientModel": "1.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.1",
- "System.Memory.Data": "1.0.2",
- "System.Numerics.Vectors": "4.5.0",
- "System.Text.Encodings.Web": "4.7.2",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
"Microsoft.Azure.Functions.Worker.Extensions.Abstractions": {
"type": "CentralTransitive",
"requested": "[1.3.0, )",
diff --git a/test/Microsoft.Azure.WebJobs.Extensions.Sql.Tests.csproj b/test/Microsoft.Azure.WebJobs.Extensions.Sql.Tests.csproj
index ca6d9b3e..0e9e2b8e 100644
--- a/test/Microsoft.Azure.WebJobs.Extensions.Sql.Tests.csproj
+++ b/test/Microsoft.Azure.WebJobs.Extensions.Sql.Tests.csproj
@@ -1,7 +1,5 @@
-
-
diff --git a/test/packages.lock.json b/test/packages.lock.json
index 4f08be5f..3855e8c1 100644
--- a/test/packages.lock.json
+++ b/test/packages.lock.json
@@ -2,37 +2,6 @@
"version": 2,
"dependencies": {
"net6.0": {
- "Azure.Core": {
- "type": "Direct",
- "requested": "[1.41.0, )",
- "resolved": "1.41.0",
- "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
- "dependencies": {
- "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
- "System.ClientModel": "1.0.0",
- "System.Diagnostics.DiagnosticSource": "6.0.1",
- "System.Memory.Data": "1.0.2",
- "System.Numerics.Vectors": "4.5.0",
- "System.Text.Encodings.Web": "4.7.2",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
- "Azure.Identity": {
- "type": "Direct",
- "requested": "[1.12.1, )",
- "resolved": "1.12.1",
- "contentHash": "7j7ksn+1X2swW2DDDEEywK5wxuYImzMIXnunZTB83E3mwzBbyHOob1hO1wOG5fMZYTGe/+9gyc/qurcozaSm1A==",
- "dependencies": {
- "Azure.Core": "1.40.0",
- "Microsoft.Identity.Client": "4.65.0",
- "Microsoft.Identity.Client.Extensions.Msal": "4.65.0",
- "System.Memory": "4.5.4",
- "System.Security.Cryptography.ProtectedData": "4.7.0",
- "System.Text.Json": "4.7.2",
- "System.Threading.Tasks.Extensions": "4.5.4"
- }
- },
"Microsoft.AspNetCore.Http": {
"type": "Direct",
"requested": "[2.2.2, )",
@@ -156,6 +125,35 @@
"resolved": "2.8.2",
"contentHash": "vm1tbfXhFmjFMUmS4M0J0ASXz3/U5XvXBa6DOQUL3fEz4Vt6YPhv+ESCarx6M6D+9kJkJYZKCNvJMas1+nVfmQ=="
},
+ "Azure.Core": {
+ "type": "Transitive",
+ "resolved": "1.41.0",
+ "contentHash": "7OO8rPCVSvXj2IQET3NkRf8hU2ZDCCvCIUhlrE089qkLNpNfWufJnBwHRKLAOWF3bhKBGJS/9hPBgjJ8kupUIg==",
+ "dependencies": {
+ "Microsoft.Bcl.AsyncInterfaces": "1.1.1",
+ "System.ClientModel": "1.0.0",
+ "System.Diagnostics.DiagnosticSource": "6.0.1",
+ "System.Memory.Data": "1.0.2",
+ "System.Numerics.Vectors": "4.5.0",
+ "System.Text.Encodings.Web": "4.7.2",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
+ "Azure.Identity": {
+ "type": "Transitive",
+ "resolved": "1.11.4",
+ "contentHash": "Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==",
+ "dependencies": {
+ "Azure.Core": "1.38.0",
+ "Microsoft.Identity.Client": "4.61.3",
+ "Microsoft.Identity.Client.Extensions.Msal": "4.61.3",
+ "System.Memory": "4.5.4",
+ "System.Security.Cryptography.ProtectedData": "4.7.0",
+ "System.Text.Json": "4.7.2",
+ "System.Threading.Tasks.Extensions": "4.5.4"
+ }
+ },
"Azure.Storage.Blobs": {
"type": "Transitive",
"resolved": "12.21.1",
@@ -635,8 +633,8 @@
},
"Microsoft.Identity.Client": {
"type": "Transitive",
- "resolved": "4.65.0",
- "contentHash": "RV35ZcJ5/P7n+Zu6J3wmtiDdK6MW5h6EpZ0ojjB9sMwNhGHEJCv829cb3kZ4PZ664llYFv8sbUITWWGvBTqv0Q==",
+ "resolved": "4.61.3",
+ "contentHash": "naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==",
"dependencies": {
"Microsoft.IdentityModel.Abstractions": "6.35.0",
"System.Diagnostics.DiagnosticSource": "6.0.1"
@@ -644,10 +642,10 @@
},
"Microsoft.Identity.Client.Extensions.Msal": {
"type": "Transitive",
- "resolved": "4.65.0",
- "contentHash": "JIOBFMAyVSqGWP4dNoST+A9BRJMGC8m73BNbR1oKA8nUjGyR8Fd4eOOME/VDrd26I5JWU4RtmWqpt20lpp2r5w==",
+ "resolved": "4.61.3",
+ "contentHash": "PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==",
"dependencies": {
- "Microsoft.Identity.Client": "4.65.0",
+ "Microsoft.Identity.Client": "4.61.3",
"System.Security.Cryptography.ProtectedData": "4.5.0"
}
},
@@ -1806,8 +1804,6 @@
"microsoft.azure.webjobs.extensions.sql": {
"type": "Project",
"dependencies": {
- "Azure.Core": "[1.41.0, )",
- "Azure.Identity": "[1.12.1, )",
"Microsoft.ApplicationInsights": "[2.23.0, )",
"Microsoft.AspNetCore.Http": "[2.2.2, )",
"Microsoft.Azure.WebJobs": "[3.0.41, )",
@@ -1821,8 +1817,6 @@
"microsoft.azure.webjobs.extensions.sql.samples": {
"type": "Project",
"dependencies": {
- "Azure.Core": "[1.41.0, )",
- "Azure.Identity": "[1.12.1, )",
"Microsoft.AspNetCore.Http": "[2.2.2, )",
"Microsoft.Azure.WebJobs.Extensions.Sql": "[99.99.99, )",
"Microsoft.Azure.WebJobs.Extensions.Storage": "[5.3.2, )",