Skip to content

Commit b9e1306

Browse files
authored
Updating System.Memory.Data reference (#10611)
1 parent e371af5 commit b9e1306

File tree

4 files changed

+117
-117
lines changed

4 files changed

+117
-117
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6+
- Updated System.Memory.Data reference to 6.0.0 and 8.0.1 for .NET 6 and .NET 8, respectively.

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,14 @@
9797

9898
<!---->
9999
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
100+
<PackageReference Include="System.Memory.Data" Version="6.0.0" />
100101
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.29" />
101102
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.29" />
102103
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
103104
</ItemGroup>
104105

105106
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
107+
<PackageReference Include="System.Memory.Data" Version="8.0.1" />
106108
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.4" />
107109
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.4" />
108110
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.3.20240307.67" />

test/WebJobs.Script.Tests/DepsFiles/net6.0/Microsoft.Azure.WebJobs.Script.WebHost.deps.json

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v6.0": {
9-
"Microsoft.Azure.WebJobs.Script.WebHost/4.36.0": {
9+
"Microsoft.Azure.WebJobs.Script.WebHost/4.37.0": {
1010
"dependencies": {
1111
"Azure.Data.Tables": "12.8.3",
1212
"Azure.Identity": "1.11.4",
@@ -22,12 +22,12 @@
2222
"Microsoft.Azure.AppService.Middleware.Functions": "1.5.5",
2323
"Microsoft.Azure.AppService.Proxy.Client": "2.2.20220831.41",
2424
"Microsoft.Azure.Cosmos.Table": "1.0.8",
25-
"Microsoft.Azure.Functions.PythonWorker": "4.33.0",
25+
"Microsoft.Azure.Functions.PythonWorker": "4.34.0",
2626
"Microsoft.Azure.Storage.File": "11.1.7",
2727
"Microsoft.Azure.WebJobs": "3.0.41",
2828
"Microsoft.Azure.WebJobs.Host.Storage": "5.0.1",
29-
"Microsoft.Azure.WebJobs.Script": "4.36.0",
30-
"Microsoft.Azure.WebJobs.Script.Grpc": "4.36.0",
29+
"Microsoft.Azure.WebJobs.Script": "4.37.0",
30+
"Microsoft.Azure.WebJobs.Script.Grpc": "4.37.0",
3131
"Microsoft.Azure.WebSites.DataProtection": "2.1.91-alpha",
3232
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
3333
"Microsoft.IdentityModel.Tokens": "6.35.0",
@@ -36,9 +36,10 @@
3636
"StyleCop.Analyzers": "1.2.0-beta.435",
3737
"System.IO.FileSystem.AccessControl": "5.0.0",
3838
"System.IdentityModel.Tokens.Jwt": "6.35.0",
39+
"System.Memory.Data": "6.0.0",
3940
"System.Net.NameResolution": "4.3.0",
40-
"Microsoft.Azure.WebJobs.Script.Reference": "4.36.0.0",
41-
"Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.36.0.0"
41+
"Microsoft.Azure.WebJobs.Script.Reference": "4.37.0.0",
42+
"Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.37.0.0"
4243
},
4344
"runtime": {
4445
"Microsoft.Azure.WebJobs.Script.WebHost.dll": {}
@@ -61,7 +62,7 @@
6162
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
6263
"System.ClientModel": "1.0.0",
6364
"System.Diagnostics.DiagnosticSource": "6.0.1",
64-
"System.Memory.Data": "1.0.2",
65+
"System.Memory.Data": "6.0.0",
6566
"System.Numerics.Vectors": "4.5.0",
6667
"System.Text.Encodings.Web": "6.0.0",
6768
"System.Text.Json": "6.0.10",
@@ -861,9 +862,9 @@
861862
"Microsoft.Azure.Functions.JavaWorker/2.17.0": {},
862863
"Microsoft.Azure.Functions.NodeJsWorker/3.10.1": {},
863864
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0/4.0.3148": {},
864-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4020": {},
865-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4021": {},
866-
"Microsoft.Azure.Functions.PythonWorker/4.33.0": {},
865+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4025": {},
866+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4026": {},
867+
"Microsoft.Azure.Functions.PythonWorker/4.34.0": {},
867868
"Microsoft.Azure.KeyVault.Core/2.0.4": {
868869
"dependencies": {
869870
"System.Runtime": "4.3.1",
@@ -913,7 +914,7 @@
913914
"Microsoft.Extensions.Logging.Abstractions": "6.0.0",
914915
"Microsoft.Extensions.Logging.Configuration": "6.0.0",
915916
"Newtonsoft.Json": "13.0.3",
916-
"System.Memory.Data": "1.0.2",
917+
"System.Memory.Data": "6.0.0",
917918
"System.Threading.Tasks.Dataflow": "4.8.0"
918919
},
919920
"runtime": {
@@ -927,7 +928,7 @@
927928
"dependencies": {
928929
"System.ComponentModel.Annotations": "4.5.0",
929930
"System.Diagnostics.TraceSource": "4.3.0",
930-
"System.Memory.Data": "1.0.2"
931+
"System.Memory.Data": "6.0.0"
931932
},
932933
"runtime": {
933934
"lib/netstandard2.0/Microsoft.Azure.WebJobs.dll": {
@@ -1039,7 +1040,7 @@
10391040
"runtime": {
10401041
"lib/netstandard2.0/Microsoft.Azure.WebJobs.Script.Abstractions.dll": {
10411042
"assemblyVersion": "1.0.0.0",
1042-
"fileVersion": "1.0.19706.0"
1043+
"fileVersion": "1.0.22000.0"
10431044
}
10441045
}
10451046
},
@@ -2018,7 +2019,7 @@
20182019
"System.Buffers/4.5.0": {},
20192020
"System.ClientModel/1.0.0": {
20202021
"dependencies": {
2021-
"System.Memory.Data": "1.0.2",
2022+
"System.Memory.Data": "6.0.0",
20222023
"System.Text.Json": "6.0.10"
20232024
},
20242025
"runtime": {
@@ -2333,15 +2334,14 @@
23332334
}
23342335
},
23352336
"System.Memory/4.5.4": {},
2336-
"System.Memory.Data/1.0.2": {
2337+
"System.Memory.Data/6.0.0": {
23372338
"dependencies": {
2338-
"System.Text.Encodings.Web": "6.0.0",
23392339
"System.Text.Json": "6.0.10"
23402340
},
23412341
"runtime": {
2342-
"lib/netstandard2.0/System.Memory.Data.dll": {
2343-
"assemblyVersion": "1.0.2.0",
2344-
"fileVersion": "1.0.221.20802"
2342+
"lib/net6.0/System.Memory.Data.dll": {
2343+
"assemblyVersion": "6.0.0.0",
2344+
"fileVersion": "6.0.21.52210"
23452345
}
23462346
}
23472347
},
@@ -3020,7 +3020,7 @@
30203020
}
30213021
}
30223022
},
3023-
"Microsoft.Azure.WebJobs.Script/4.36.0": {
3023+
"Microsoft.Azure.WebJobs.Script/4.37.0": {
30243024
"dependencies": {
30253025
"Azure.Core": "1.38.0",
30263026
"Azure.Data.Tables": "12.8.3",
@@ -3037,8 +3037,8 @@
30373037
"Microsoft.Azure.Functions.JavaWorker": "2.17.0",
30383038
"Microsoft.Azure.Functions.NodeJsWorker": "3.10.1",
30393039
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0": "4.0.3148",
3040-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.4020",
3041-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4021",
3040+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.4025",
3041+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4026",
30423042
"Microsoft.Azure.WebJobs": "3.0.41",
30433043
"Microsoft.Azure.WebJobs.Extensions": "5.1.0-12067",
30443044
"Microsoft.Azure.WebJobs.Extensions.Http": "3.2.0",
@@ -3067,12 +3067,12 @@
30673067
},
30683068
"runtime": {
30693069
"Microsoft.Azure.WebJobs.Script.dll": {
3070-
"assemblyVersion": "4.36.0",
3070+
"assemblyVersion": "4.37.0",
30713071
"fileVersion": ""
30723072
}
30733073
}
30743074
},
3075-
"Microsoft.Azure.WebJobs.Script.Grpc/4.36.0": {
3075+
"Microsoft.Azure.WebJobs.Script.Grpc/4.37.0": {
30763076
"dependencies": {
30773077
"Grpc.AspNetCore": "2.55.0",
30783078
"Microsoft.ApplicationInsights": "2.22.0",
@@ -3081,38 +3081,38 @@
30813081
"Microsoft.ApplicationInsights.WindowsServer": "2.21.0",
30823082
"Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.21.0",
30833083
"Microsoft.Azure.WebJobs.Rpc.Core": "3.0.37",
3084-
"Microsoft.Azure.WebJobs.Script": "4.36.0",
3084+
"Microsoft.Azure.WebJobs.Script": "4.37.0",
30853085
"System.IO.FileSystem.Primitives": "4.3.0",
30863086
"System.Threading.Channels": "6.0.0",
30873087
"Yarp.ReverseProxy": "2.0.1"
30883088
},
30893089
"runtime": {
30903090
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {
3091-
"assemblyVersion": "4.36.0",
3091+
"assemblyVersion": "4.37.0",
30923092
"fileVersion": ""
30933093
}
30943094
}
30953095
},
3096-
"Microsoft.Azure.WebJobs.Script.Reference/4.36.0.0": {
3096+
"Microsoft.Azure.WebJobs.Script.Reference/4.37.0.0": {
30973097
"runtime": {
30983098
"Microsoft.Azure.WebJobs.Script.dll": {
3099-
"assemblyVersion": "4.36.0.0",
3100-
"fileVersion": "4.36.0.0"
3099+
"assemblyVersion": "4.37.0.0",
3100+
"fileVersion": "4.37.0.0"
31013101
}
31023102
}
31033103
},
3104-
"Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.36.0.0": {
3104+
"Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.37.0.0": {
31053105
"runtime": {
31063106
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {
3107-
"assemblyVersion": "4.36.0.0",
3108-
"fileVersion": "4.36.0.0"
3107+
"assemblyVersion": "4.37.0.0",
3108+
"fileVersion": "4.37.0.0"
31093109
}
31103110
}
31113111
}
31123112
}
31133113
},
31143114
"libraries": {
3115-
"Microsoft.Azure.WebJobs.Script.WebHost/4.36.0": {
3115+
"Microsoft.Azure.WebJobs.Script.WebHost/4.37.0": {
31163116
"type": "project",
31173117
"serviceable": false,
31183118
"sha512": ""
@@ -3691,26 +3691,26 @@
36913691
"path": "microsoft.azure.functions.powershellworker.ps7.0/4.0.3148",
36923692
"hashPath": "microsoft.azure.functions.powershellworker.ps7.0.4.0.3148.nupkg.sha512"
36933693
},
3694-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4020": {
3694+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4025": {
36953695
"type": "package",
36963696
"serviceable": true,
3697-
"sha512": "sha512-Z7FOzT8/bYmDUuPCiEJ2toUZyUPI6mOde7EGuvMn0sXuAGiX/s3GQBSvp0iCp7F0lZzxpqwY0HlzpOveV0JiMA==",
3698-
"path": "microsoft.azure.functions.powershellworker.ps7.2/4.0.4020",
3699-
"hashPath": "microsoft.azure.functions.powershellworker.ps7.2.4.0.4020.nupkg.sha512"
3697+
"sha512": "sha512-tQz7f1244TPiZ0aDhLAWCgrDUKG+zTpeUZZBz9gmtWX4hTm8BxYAjvtU24AdywbPbrNSrF5/Nr6IAPrljUySYw==",
3698+
"path": "microsoft.azure.functions.powershellworker.ps7.2/4.0.4025",
3699+
"hashPath": "microsoft.azure.functions.powershellworker.ps7.2.4.0.4025.nupkg.sha512"
37003700
},
3701-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4021": {
3701+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4026": {
37023702
"type": "package",
37033703
"serviceable": true,
3704-
"sha512": "sha512-myTRe4lkgwqyPPau0SniW7jYBsNMGaEw48+egZUC7RsDEKmtNmW3/Uchro8KE5QtR1lWcttpf5TcGXDiI0Povw==",
3705-
"path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.4021",
3706-
"hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.4021.nupkg.sha512"
3704+
"sha512": "sha512-dMwqrTYe14LZSm8C613iXpe7ePjxj5L/REZ4reC4fVComPzbCbQDheW5bjF+/o0DJ9gY3AwHHqTTQlpFkNGfzA==",
3705+
"path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.4026",
3706+
"hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.4026.nupkg.sha512"
37073707
},
3708-
"Microsoft.Azure.Functions.PythonWorker/4.33.0": {
3708+
"Microsoft.Azure.Functions.PythonWorker/4.34.0": {
37093709
"type": "package",
37103710
"serviceable": true,
3711-
"sha512": "sha512-QnV3AVR3CyQsHWqn2+cldNEqP5TpgxnOSUQRgH/eZia88klSBgZwfe46TdTH5qk5YyYSD6beRV3VfkqhEV8lsA==",
3712-
"path": "microsoft.azure.functions.pythonworker/4.33.0",
3713-
"hashPath": "microsoft.azure.functions.pythonworker.4.33.0.nupkg.sha512"
3711+
"sha512": "sha512-ZaajWrJPy/AQ4TFWdTyZVqTURSNzAVMt5Qq93YTsMKuEK/dP3m/rI7HipdieTy/R600dBhBmv6fihCCVBMhfuA==",
3712+
"path": "microsoft.azure.functions.pythonworker/4.34.0",
3713+
"hashPath": "microsoft.azure.functions.pythonworker.4.34.0.nupkg.sha512"
37143714
},
37153715
"Microsoft.Azure.KeyVault.Core/2.0.4": {
37163716
"type": "package",
@@ -3736,14 +3736,14 @@
37363736
"Microsoft.Azure.WebJobs/3.0.41": {
37373737
"type": "package",
37383738
"serviceable": true,
3739-
"sha512": "sha512-EOigHt+kjrpbg53s8SYn4dlTpZG9IgWPNrdmcdSG8c7U8qKZvcF4BwZtF7ETy3KGir2NtIpJaIc7dUm2+k9/GA==",
3739+
"sha512": "sha512-nprqeSOAkhFrpIW1KVkXQb6BZCbnS8d1ytq0nUzIYnpkmbvmfkcQlJE9zp3Dbo26Q/0h0JdPSQ3BaVVBNPOUZg==",
37403740
"path": "microsoft.azure.webjobs/3.0.41",
37413741
"hashPath": "microsoft.azure.webjobs.3.0.41.nupkg.sha512"
37423742
},
37433743
"Microsoft.Azure.WebJobs.Core/3.0.41": {
37443744
"type": "package",
37453745
"serviceable": true,
3746-
"sha512": "sha512-nNW4I8m5GEhOxxD/NVZGjT6ZARGSy7wi8q+ihvKDin4IY4zYLpTy/GakZeGgbi7vPxcPHL5Z65n9DAV+goasqA==",
3746+
"sha512": "sha512-VtmzMUEMhhY7+lxhXxphPbn/1du+QFKU+VtH3UHzmn/sS2JwXJNtQNk/SiC+wad69GSGzgKH5x1aN2qTnEXh+Q==",
37473747
"path": "microsoft.azure.webjobs.core/3.0.41",
37483748
"hashPath": "microsoft.azure.webjobs.core.3.0.41.nupkg.sha512"
37493749
},
@@ -3771,7 +3771,7 @@
37713771
"Microsoft.Azure.WebJobs.Host.Storage/5.0.1": {
37723772
"type": "package",
37733773
"serviceable": true,
3774-
"sha512": "sha512-5fF88jDYdxUs4EdYZw3MqK7ghG4mZ5MsCt8MhKk38CiTK90VmoWtXbBYURohil+WJ8vB/i0UwQGg64y6TdvliA==",
3774+
"sha512": "sha512-eO/sX41oaGkDiXHpT7y/F1F5Wvzm7e1QqFmd4GGMJOMdLOHGvwOvZR82AfR7rjvpqQZWyKjRHqxAVcntq+ZYwQ==",
37753775
"path": "microsoft.azure.webjobs.host.storage/5.0.1",
37763776
"hashPath": "microsoft.azure.webjobs.host.storage.5.0.1.nupkg.sha512"
37773777
},
@@ -3792,7 +3792,7 @@
37923792
"Microsoft.Azure.WebJobs.Script.Abstractions/1.0.4-preview": {
37933793
"type": "package",
37943794
"serviceable": true,
3795-
"sha512": "sha512-mvgXnFKwh4/Gw8BXc99ZJd2iQ8DQJTCotvY9PZ9Y2UHa4KiOsYaEW4kuZ5RFBD9KqGO2vXG56w3wMFVyxmaA2g==",
3795+
"sha512": "sha512-U/aVn/i0P9MdPsca9TrLmTlKuGOJ8okTdifrBeNviwd80Xbv/+dIM/GGReQXaVVtUM5/SlbUHRAhvA9w0yuEyA==",
37963796
"path": "microsoft.azure.webjobs.script.abstractions/1.0.4-preview",
37973797
"hashPath": "microsoft.azure.webjobs.script.abstractions.1.0.4-preview.nupkg.sha512"
37983798
},
@@ -4678,12 +4678,12 @@
46784678
"path": "system.memory/4.5.4",
46794679
"hashPath": "system.memory.4.5.4.nupkg.sha512"
46804680
},
4681-
"System.Memory.Data/1.0.2": {
4681+
"System.Memory.Data/6.0.0": {
46824682
"type": "package",
46834683
"serviceable": true,
4684-
"sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
4685-
"path": "system.memory.data/1.0.2",
4686-
"hashPath": "system.memory.data.1.0.2.nupkg.sha512"
4684+
"sha512": "sha512-ntFHArH3I4Lpjf5m4DCXQHJuGwWPNVJPaAvM95Jy/u+2Yzt2ryiyIN04LAogkjP9DeRcEOiviAjQotfmPq/FrQ==",
4685+
"path": "system.memory.data/6.0.0",
4686+
"hashPath": "system.memory.data.6.0.0.nupkg.sha512"
46874687
},
46884688
"System.Net.Http/4.3.4": {
46894689
"type": "package",
@@ -5154,22 +5154,22 @@
51545154
"path": "yarp.reverseproxy/2.0.1",
51555155
"hashPath": "yarp.reverseproxy.2.0.1.nupkg.sha512"
51565156
},
5157-
"Microsoft.Azure.WebJobs.Script/4.36.0": {
5157+
"Microsoft.Azure.WebJobs.Script/4.37.0": {
51585158
"type": "project",
51595159
"serviceable": false,
51605160
"sha512": ""
51615161
},
5162-
"Microsoft.Azure.WebJobs.Script.Grpc/4.36.0": {
5162+
"Microsoft.Azure.WebJobs.Script.Grpc/4.37.0": {
51635163
"type": "project",
51645164
"serviceable": false,
51655165
"sha512": ""
51665166
},
5167-
"Microsoft.Azure.WebJobs.Script.Reference/4.36.0.0": {
5167+
"Microsoft.Azure.WebJobs.Script.Reference/4.37.0.0": {
51685168
"type": "reference",
51695169
"serviceable": false,
51705170
"sha512": ""
51715171
},
5172-
"Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.36.0.0": {
5172+
"Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.37.0.0": {
51735173
"type": "reference",
51745174
"serviceable": false,
51755175
"sha512": ""

0 commit comments

Comments
 (0)