1
1
<Project >
2
2
<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" />
4
5
<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" />
18
6
<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 " />
20
8
<PackageVersion Include =" Microsoft.Azure.Functions.Extensions" Version =" 1.1.0" />
21
9
<PackageVersion Include =" Microsoft.Azure.Functions.Worker" Version =" 1.24.0" />
22
- <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Sdk" Version =" 1.18.1" />
23
10
<PackageVersion Include =" Microsoft.Azure.Functions.Worker.Extensions.Abstractions" Version =" 1.3.0" />
24
11
<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" />
25
13
<PackageVersion Include =" Microsoft.Azure.Functions.Worker.Extensions.Timer" Version =" 4.3.1" />
14
+ <PackageVersion Include =" Microsoft.Azure.Functions.Worker.Sdk" Version =" 1.18.1" />
26
15
<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" />
28
18
<PackageVersion Include =" Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version =" 4.0.1" />
29
- <PackageVersion Include =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.2.5" />
30
19
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 6.0.2" />
31
20
<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" />
32
29
<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" />
34
37
35
38
<!-- Packages below this line result in a major version bump of dependencies, which can cause conflicts with the host.
36
39
Any such updates should only happen with a major version bump of the SQL extension, or by :
37
40
1. Verifying with the core Azure Functions host team that there will not be any issues
38
41
2. Running the bundle dependency test and verifying it passes
39
42
-->
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" />
44
45
</ItemGroup >
45
46
</Project >
0 commit comments