11<Project >
22 <ItemGroup >
3- <PackageVersion Include =" Microsoft.NET.Sdk.Functions" Version =" 4.6.0" />
3+ <PackageVersion Include =" BenchmarkDotNet" Version =" 0.14.0" />
4+ <PackageVersion Include =" Grpc.Net.Client" Version =" 2.66.0" />
45 <PackageVersion Include =" Microsoft.ApplicationInsights" Version =" 2.22.0" />
5- <!-- Be careful when updating this, previously failures occurred on .NET7, more info available here -> https://github.com/Azure/azure-functions-sql-extension/issues/920 -->
6- <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.1.3" />
7- <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" />
8- <PackageVersion Include =" morelinq" Version =" 3.4.2" />
9- <PackageVersion Include =" System.Drawing.Common" Version =" 6.0.0" />
10- <PackageVersion Include =" System.Runtime.Caching" Version =" 6.0.1" />
11- <PackageVersion Include =" System.Net.NameResolution" Version =" 4.3.0" />
12- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.0" />
13- <PackageVersion Include =" Moq" Version =" 4.20.72" />
14- <PackageVersion Include =" xunit" Version =" 2.9.3" />
15- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
16- <PackageVersion Include =" xRetry" Version =" 1.9.0" />
17- <PackageVersion Include =" Newtonsoft.Json" Version =" 13.0.3" />
186 <PackageVersion Include =" Microsoft.AspNetCore.Http" Version =" 2.2.2" />
19- <PackageVersion Include =" BenchmarkDotNet " Version =" 0.14.0 " />
7+ <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Core " Version =" 2.2.5 " />
208 <PackageVersion Include =" Microsoft.Azure.Functions.Extensions" Version =" 1.1.0" />
219 <PackageVersion Include =" Microsoft.Azure.Functions.Worker" Version =" 1.24.0" />
22- <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Sdk" Version =" 1.18.1" />
2310 <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Extensions.Abstractions" Version =" 1.3.0" />
2411 <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Extensions.Http" Version =" 3.2.0" />
12+ <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version =" 5.5.0" />
2513 <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Extensions.Timer" Version =" 4.3.1" />
14+ <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Sdk" Version =" 1.18.1" />
2615 <PackageVersion Include =" Microsoft.Azure.WebJobs" Version =" 3.0.41" />
27- <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version =" 5.5.0" />
16+ <PackageVersion Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 5.3.2" />
17+ <PackageVersion Include =" Microsoft.Azure.WebJobs.Host.Storage" Version =" 5.0.1" />
2818 <PackageVersion Include =" Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version =" 4.0.1" />
29- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.2.5" />
3019 <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.2" />
3120 <PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 5.0.0" />
21+ <!-- Be careful when updating this, previously failures occurred on .NET7, more info available here -> https://github.com/Azure/azure-functions-sql-extension/issues/920 -->
22+ <!-- **IMPORTANT** When updating this make sure to also update the bundle version https://github.com/Azure/azure-functions-extension-bundles/blob/main/src/Microsoft.Azure.Functions.ExtensionBundle/extensions.json#L203 -->
23+ <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.2.2" />
24+ <PackageVersion Include =" Microsoft.NET.Sdk.Functions" Version =" 4.6.0" />
25+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.0" />
26+ <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" />
27+ <PackageVersion Include =" Moq" Version =" 4.20.72" />
28+ <PackageVersion Include =" morelinq" Version =" 3.4.2" />
3229 <PackageVersion Include =" Microsoft.SqlServer.TransactSql.ScriptDom" Version =" 161.9135.0" />
33- <PackageVersion Include =" Grpc.Net.Client" Version =" 2.66.0" />
30+ <PackageVersion Include =" Newtonsoft.Json" Version =" 13.0.3" />
31+ <PackageVersion Include =" System.Drawing.Common" Version =" 6.0.0" />
32+ <PackageVersion Include =" System.Net.NameResolution" Version =" 4.3.0" />
33+ <PackageVersion Include =" System.Runtime.Caching" Version =" 6.0.1" />
34+ <PackageVersion Include =" xRetry" Version =" 1.9.0" />
35+ <PackageVersion Include =" xunit" Version =" 2.9.3" />
36+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.8.2" />
3437
3538 <!-- Packages below this line result in a major version bump of dependencies, which can cause conflicts with the host.
3639 Any such updates should only happen with a major version bump of the SQL extension, or by :
3740 1. Verifying with the core Azure Functions host team that there will not be any issues
3841 2. Running the bundle dependency test and verifying it passes
3942 -->
40-
41- <PackageVersion Include =" Azure.Identity" Version =" 1.10.2" />
42- <PackageVersion Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 5.1.3" />
43- <PackageVersion Include =" Microsoft.Azure.WebJobs.Host.Storage" Version =" 5.0.0" />
43+ <PackageVersion Include =" Azure.Core" Version =" 1.41.0" /> <!-- Pin version to address security issue, should be removed once Azure.Identity is updated to latest -->
44+ <PackageVersion Include =" Azure.Identity" Version =" 1.12.1" />
4445 </ItemGroup >
4546</Project >
0 commit comments