Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit edd8005

Browse files
authored
Update ADO packages
1 parent 3864bb0 commit edd8005

File tree

5 files changed

+173
-193
lines changed

5 files changed

+173
-193
lines changed

src/ApiService/ApiService/ApiService.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<PackageReference Include="Azure.ResourceManager.Monitor" Version="1.0.0-beta.2" />
1010
<PackageReference Include="Faithlife.Utility" Version="0.12.2" />
1111
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0-preview3" />
12+
<PackageReference Include="Microsoft.VisualStudio.Services.Client" Version="19.219.0-preview" />
1213
<PackageReference Include="Semver" Version="2.1.0" />
1314
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.3.0" />
1415
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="5.1.0" />
@@ -45,7 +46,7 @@
4546
<PackageReference Include="TaskTupleAwaiter" Version="2.0.0" />
4647
<PackageReference Include="Scriban" Version="5.5.0" />
4748
<PackageReference Include="Octokit" Version="2.0.1" />
48-
<PackageReference Include="Microsoft.TeamFoundationServer.Client" Version="19.209.0-preview" />
49+
<PackageReference Include="Microsoft.TeamFoundationServer.Client" Version="19.219.0-preview" />
4950
<PackageReference Include="SmartAnalyzers.CSharpExtensions.Annotations" Version="4.2.7" />
5051
</ItemGroup>
5152
<ItemGroup>

src/ApiService/ApiService/onefuzzlib/notifications/Ado.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ private static WorkItemTrackingHttpClient GetAdoClient(Uri baseUrl, string token
105105
return new WorkItemTrackingHttpClient(baseUrl, new VssBasicCredential("PAT", token));
106106
}
107107

108-
private static async Async.Task<Dictionary<string, WorkItemField>> GetValidFields(WorkItemTrackingHttpClient client, string? project) {
109-
return (await client.GetFieldsAsync(project, expand: GetFieldsExpand.ExtensionFields))
108+
private static async Async.Task<Dictionary<string, WorkItemField2>> GetValidFields(WorkItemTrackingHttpClient client, string? project) {
109+
return (await client.GetWorkItemFieldsAsync(project, expand: GetFieldsExpand.ExtensionFields))
110110
.ToDictionary(field => field.ReferenceName.ToLowerInvariant());
111111
}
112112

src/ApiService/ApiService/packages.lock.json

+61-68
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,32 @@
330330
},
331331
"Microsoft.TeamFoundationServer.Client": {
332332
"type": "Direct",
333-
"requested": "[19.209.0-preview, )",
334-
"resolved": "19.209.0-preview",
335-
"contentHash": "dglVgITWfsps8pWA//2mBGVt/keD3UGdAVBXd50k9nVZiThUwWnaAoUzRf4fay/avLGXdvfkz6x9dBf6zGtfxg==",
333+
"requested": "[19.219.0-preview, )",
334+
"resolved": "19.219.0-preview",
335+
"contentHash": "0Jkm+SOVEW7W9ym/C4v3P1CUJ0E50/dFXjOeRyAYwnKqxG22VliDZgpAlnQ0M7vDk2M2Tldo6mKsKWZebX9d0g==",
336336
"dependencies": {
337337
"Microsoft.AspNet.WebApi.Client": "5.2.7",
338-
"Microsoft.TeamFoundation.DistributedTask.Common.Contracts": "[19.209.0-preview]",
339-
"Microsoft.VisualStudio.Services.Client": "[19.209.0-preview]",
340-
"Newtonsoft.Json": "12.0.3",
341-
"System.ComponentModel.Annotations": "4.4.1"
338+
"Microsoft.TeamFoundation.DistributedTask.Common.Contracts": "[19.219.0-preview]",
339+
"Microsoft.VisualStudio.Services.Client": "[19.219.0-preview]",
340+
"Newtonsoft.Json": "13.0.2",
341+
"System.ComponentModel.Annotations": "5.0.0"
342+
}
343+
},
344+
"Microsoft.VisualStudio.Services.Client": {
345+
"type": "Direct",
346+
"requested": "[19.219.0-preview, )",
347+
"resolved": "19.219.0-preview",
348+
"contentHash": "RGtUL3Q/qSxJZtcRZApB91W2vAGTNwaO7nzAyN86vtAzm8u/pEVlBvoEZ1wx6HF4JRvFlyWvUHN+Z6kAj6nk8w==",
349+
"dependencies": {
350+
"Microsoft.AspNet.WebApi.Client": "5.2.7",
351+
"Newtonsoft.Json": "13.0.2",
352+
"System.Configuration.ConfigurationManager": "6.0.1",
353+
"System.Data.SqlClient": "4.8.5",
354+
"System.Security.Cryptography.Cng": "5.0.0",
355+
"System.Security.Cryptography.OpenSsl": "5.0.0",
356+
"System.Security.Cryptography.ProtectedData": "6.0.0",
357+
"System.Security.Principal.Windows": "5.0.0",
358+
"System.Xml.XPath.XmlDocument": "4.3.0"
342359
}
343360
},
344361
"Octokit": {
@@ -1072,26 +1089,10 @@
10721089
},
10731090
"Microsoft.TeamFoundation.DistributedTask.Common.Contracts": {
10741091
"type": "Transitive",
1075-
"resolved": "19.209.0-preview",
1076-
"contentHash": "32lLZPU8pZg+mVfA2smHso6fhWPSFXJPPyawvOFsFoNz9Yj5y2fsAR7O4zPwE3c/z2zzi8BMfiXRKOcbW6cdIg==",
1077-
"dependencies": {
1078-
"Microsoft.VisualStudio.Services.Client": "[19.209.0-preview]"
1079-
}
1080-
},
1081-
"Microsoft.VisualStudio.Services.Client": {
1082-
"type": "Transitive",
1083-
"resolved": "19.209.0-preview",
1084-
"contentHash": "eQWZb5BhtOgywARvfHGGZsYuuZvFmJiXyE7P/EqKTLUplrUFmSVxo0J/KUC8GWJWmdarxH2vXZTAz9uW7BwRDQ==",
1092+
"resolved": "19.219.0-preview",
1093+
"contentHash": "+LYJnc0rlPNJg2T5TgVkjPOypJxslwxbD/ALl3DM7c3UB0Ttmqx546A1VXJeab9ofxgHnaxzElNIOlmJEPY6rQ==",
10851094
"dependencies": {
1086-
"Microsoft.AspNet.WebApi.Client": "5.2.7",
1087-
"Newtonsoft.Json": "12.0.3",
1088-
"System.Configuration.ConfigurationManager": "4.4.1",
1089-
"System.Data.SqlClient": "4.4.2",
1090-
"System.Security.Cryptography.Cng": "4.4.0",
1091-
"System.Security.Cryptography.OpenSsl": "4.4.0",
1092-
"System.Security.Cryptography.ProtectedData": "4.4.0",
1093-
"System.Security.Principal.Windows": "4.4.1",
1094-
"System.Xml.XPath.XmlDocument": "4.3.0"
1095+
"Microsoft.VisualStudio.Services.Client": "[19.219.0-preview]"
10951096
}
10961097
},
10971098
"Microsoft.Win32.Primitives": {
@@ -1115,11 +1116,8 @@
11151116
},
11161117
"Microsoft.Win32.SystemEvents": {
11171118
"type": "Transitive",
1118-
"resolved": "5.0.0",
1119-
"contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
1120-
"dependencies": {
1121-
"Microsoft.NETCore.Platforms": "5.0.0"
1122-
}
1119+
"resolved": "6.0.0",
1120+
"contentHash": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A=="
11231121
},
11241122
"NETStandard.Library": {
11251123
"type": "Transitive",
@@ -1174,8 +1172,8 @@
11741172
},
11751173
"Newtonsoft.Json": {
11761174
"type": "Transitive",
1177-
"resolved": "12.0.3",
1178-
"contentHash": "6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg=="
1175+
"resolved": "13.0.2",
1176+
"contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg=="
11791177
},
11801178
"Newtonsoft.Json.Bson": {
11811179
"type": "Transitive",
@@ -1212,8 +1210,8 @@
12121210
},
12131211
"runtime.native.System.Data.SqlClient.sni": {
12141212
"type": "Transitive",
1215-
"resolved": "4.4.0",
1216-
"contentHash": "A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
1213+
"resolved": "4.7.0",
1214+
"contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
12171215
"dependencies": {
12181216
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
12191217
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
@@ -1372,16 +1370,16 @@
13721370
},
13731371
"System.ComponentModel.Annotations": {
13741372
"type": "Transitive",
1375-
"resolved": "4.4.1",
1376-
"contentHash": "ToiYqSCioqhtspq2O/jYKtyTC/T0uwWHBTYlzCi6PRbSSHArN1IaRWeHffDamvms5sye5FDUWCfNZgubQpNRsA=="
1373+
"resolved": "5.0.0",
1374+
"contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg=="
13771375
},
13781376
"System.Configuration.ConfigurationManager": {
13791377
"type": "Transitive",
1380-
"resolved": "4.7.0",
1381-
"contentHash": "/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
1378+
"resolved": "6.0.1",
1379+
"contentHash": "jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
13821380
"dependencies": {
1383-
"System.Security.Cryptography.ProtectedData": "4.7.0",
1384-
"System.Security.Permissions": "4.7.0"
1381+
"System.Security.Cryptography.ProtectedData": "6.0.0",
1382+
"System.Security.Permissions": "6.0.0"
13851383
}
13861384
},
13871385
"System.Console": {
@@ -1398,13 +1396,12 @@
13981396
},
13991397
"System.Data.SqlClient": {
14001398
"type": "Transitive",
1401-
"resolved": "4.4.2",
1402-
"contentHash": "Bv5J2EBAdP7FSgehKYN4O6iw1AaZrw4rFFqwt9vZSjRvC70FpwP2d9UG4aTaI2wh3vfrBKK+tjewowGM2Y6c1w==",
1399+
"resolved": "4.8.5",
1400+
"contentHash": "fRqxut4lrndPHrXD+ht1XRmCL3obuKldm4XjCRYS9p5f7FSR7shBxAwTkDrpFMsHC9BhNgjjmUtiIjvehn5zkg==",
14031401
"dependencies": {
1404-
"Microsoft.Win32.Registry": "4.4.0",
1405-
"System.Security.Principal.Windows": "4.4.0",
1406-
"System.Text.Encoding.CodePages": "4.4.0",
1407-
"runtime.native.System.Data.SqlClient.sni": "4.4.0"
1402+
"Microsoft.Win32.Registry": "4.7.0",
1403+
"System.Security.Principal.Windows": "4.7.0",
1404+
"runtime.native.System.Data.SqlClient.sni": "4.7.0"
14081405
}
14091406
},
14101407
"System.Diagnostics.Debug": {
@@ -1481,10 +1478,10 @@
14811478
},
14821479
"System.Drawing.Common": {
14831480
"type": "Transitive",
1484-
"resolved": "5.0.0",
1485-
"contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
1481+
"resolved": "6.0.0",
1482+
"contentHash": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
14861483
"dependencies": {
1487-
"Microsoft.Win32.SystemEvents": "5.0.0"
1484+
"Microsoft.Win32.SystemEvents": "6.0.0"
14881485
}
14891486
},
14901487
"System.Formats.Asn1": {
@@ -1903,12 +1900,8 @@
19031900
},
19041901
"System.Security.AccessControl": {
19051902
"type": "Transitive",
1906-
"resolved": "5.0.0",
1907-
"contentHash": "dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
1908-
"dependencies": {
1909-
"Microsoft.NETCore.Platforms": "5.0.0",
1910-
"System.Security.Principal.Windows": "5.0.0"
1911-
}
1903+
"resolved": "6.0.0",
1904+
"contentHash": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ=="
19121905
},
19131906
"System.Security.Claims": {
19141907
"type": "Transitive",
@@ -1994,10 +1987,10 @@
19941987
},
19951988
"System.Security.Cryptography.OpenSsl": {
19961989
"type": "Transitive",
1997-
"resolved": "4.4.0",
1998-
"contentHash": "is11qLXIHKIvbTipyB1an8FT1ZKavmgf/qJUSIz7ZP830ALRRhPSt5NhplW0/wMk0tNDQWQLluVap6HsQN4HMg==",
1990+
"resolved": "5.0.0",
1991+
"contentHash": "D3aDrPOPBORUl6V/WJ2AtN3Ae48aSH0W7yChBIecvu1lyoAhopPORmMpNTjv5/Kay7Z+h3KXpfbvteIm7x7miA==",
19991992
"dependencies": {
2000-
"Microsoft.NETCore.Platforms": "2.0.0"
1993+
"System.Formats.Asn1": "5.0.0"
20011994
}
20021995
},
20031996
"System.Security.Cryptography.Pkcs": {
@@ -2025,8 +2018,8 @@
20252018
},
20262019
"System.Security.Cryptography.ProtectedData": {
20272020
"type": "Transitive",
2028-
"resolved": "4.7.0",
2029-
"contentHash": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ=="
2021+
"resolved": "6.0.0",
2022+
"contentHash": "rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ=="
20302023
},
20312024
"System.Security.Cryptography.X509Certificates": {
20322025
"type": "Transitive",
@@ -2071,11 +2064,11 @@
20712064
},
20722065
"System.Security.Permissions": {
20732066
"type": "Transitive",
2074-
"resolved": "5.0.0",
2075-
"contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==",
2067+
"resolved": "6.0.0",
2068+
"contentHash": "T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
20762069
"dependencies": {
2077-
"System.Security.AccessControl": "5.0.0",
2078-
"System.Windows.Extensions": "5.0.0"
2070+
"System.Security.AccessControl": "6.0.0",
2071+
"System.Windows.Extensions": "6.0.0"
20792072
}
20802073
},
20812074
"System.Security.Principal": {
@@ -2187,10 +2180,10 @@
21872180
},
21882181
"System.Windows.Extensions": {
21892182
"type": "Transitive",
2190-
"resolved": "5.0.0",
2191-
"contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==",
2183+
"resolved": "6.0.0",
2184+
"contentHash": "IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
21922185
"dependencies": {
2193-
"System.Drawing.Common": "5.0.0"
2186+
"System.Drawing.Common": "6.0.0"
21942187
}
21952188
},
21962189
"System.Xml.ReaderWriter": {

0 commit comments

Comments
 (0)