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

Commit 0ff6df6

Browse files
authored
Update ADO packages
1 parent b8f0327 commit 0ff6df6

File tree

5 files changed

+162
-186
lines changed

5 files changed

+162
-186
lines changed

src/ApiService/ApiService/ApiService.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageReference Include="TaskTupleAwaiter" Version="2.0.0" />
4646
<PackageReference Include="Scriban" Version="5.5.0" />
4747
<PackageReference Include="Octokit" Version="2.0.1" />
48-
<PackageReference Include="Microsoft.TeamFoundationServer.Client" Version="19.209.0-preview" />
48+
<PackageReference Include="Microsoft.TeamFoundationServer.Client" Version="19.219.0-preview" />
4949
<PackageReference Include="SmartAnalyzers.CSharpExtensions.Annotations" Version="4.2.7" />
5050
</ItemGroup>
5151
<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

+53-61
Original file line numberDiff line numberDiff line change
@@ -330,15 +330,15 @@
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"
342342
}
343343
},
344344
"Octokit": {
@@ -1072,25 +1072,25 @@
10721072
},
10731073
"Microsoft.TeamFoundation.DistributedTask.Common.Contracts": {
10741074
"type": "Transitive",
1075-
"resolved": "19.209.0-preview",
1076-
"contentHash": "32lLZPU8pZg+mVfA2smHso6fhWPSFXJPPyawvOFsFoNz9Yj5y2fsAR7O4zPwE3c/z2zzi8BMfiXRKOcbW6cdIg==",
1075+
"resolved": "19.219.0-preview",
1076+
"contentHash": "+LYJnc0rlPNJg2T5TgVkjPOypJxslwxbD/ALl3DM7c3UB0Ttmqx546A1VXJeab9ofxgHnaxzElNIOlmJEPY6rQ==",
10771077
"dependencies": {
1078-
"Microsoft.VisualStudio.Services.Client": "[19.209.0-preview]"
1078+
"Microsoft.VisualStudio.Services.Client": "[19.219.0-preview]"
10791079
}
10801080
},
10811081
"Microsoft.VisualStudio.Services.Client": {
10821082
"type": "Transitive",
1083-
"resolved": "19.209.0-preview",
1084-
"contentHash": "eQWZb5BhtOgywARvfHGGZsYuuZvFmJiXyE7P/EqKTLUplrUFmSVxo0J/KUC8GWJWmdarxH2vXZTAz9uW7BwRDQ==",
1083+
"resolved": "19.219.0-preview",
1084+
"contentHash": "RGtUL3Q/qSxJZtcRZApB91W2vAGTNwaO7nzAyN86vtAzm8u/pEVlBvoEZ1wx6HF4JRvFlyWvUHN+Z6kAj6nk8w==",
10851085
"dependencies": {
10861086
"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",
1087+
"Newtonsoft.Json": "13.0.2",
1088+
"System.Configuration.ConfigurationManager": "6.0.1",
1089+
"System.Data.SqlClient": "4.8.5",
1090+
"System.Security.Cryptography.Cng": "5.0.0",
1091+
"System.Security.Cryptography.OpenSsl": "5.0.0",
1092+
"System.Security.Cryptography.ProtectedData": "6.0.0",
1093+
"System.Security.Principal.Windows": "5.0.0",
10941094
"System.Xml.XPath.XmlDocument": "4.3.0"
10951095
}
10961096
},
@@ -1115,11 +1115,8 @@
11151115
},
11161116
"Microsoft.Win32.SystemEvents": {
11171117
"type": "Transitive",
1118-
"resolved": "5.0.0",
1119-
"contentHash": "Bh6blKG8VAKvXiLe2L+sEsn62nc1Ij34MrNxepD2OCrS5cpCwQa9MeLyhVQPQ/R4Wlzwuy6wMK8hLb11QPDRsQ==",
1120-
"dependencies": {
1121-
"Microsoft.NETCore.Platforms": "5.0.0"
1122-
}
1118+
"resolved": "6.0.0",
1119+
"contentHash": "hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A=="
11231120
},
11241121
"NETStandard.Library": {
11251122
"type": "Transitive",
@@ -1174,8 +1171,8 @@
11741171
},
11751172
"Newtonsoft.Json": {
11761173
"type": "Transitive",
1177-
"resolved": "12.0.3",
1178-
"contentHash": "6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg=="
1174+
"resolved": "13.0.2",
1175+
"contentHash": "R2pZ3B0UjeyHShm9vG+Tu0EBb2lC8b0dFzV9gVn50ofHXh9Smjk6kTn7A/FdAsC8B5cKib1OnGYOXxRBz5XQDg=="
11791176
},
11801177
"Newtonsoft.Json.Bson": {
11811178
"type": "Transitive",
@@ -1212,8 +1209,8 @@
12121209
},
12131210
"runtime.native.System.Data.SqlClient.sni": {
12141211
"type": "Transitive",
1215-
"resolved": "4.4.0",
1216-
"contentHash": "A8v6PGmk+UGbfWo5Ixup0lPM4swuSwOiayJExZwKIOjTlFFQIsu3QnDXECosBEyrWSPryxBVrdqtJyhK3BaupQ==",
1212+
"resolved": "4.7.0",
1213+
"contentHash": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==",
12171214
"dependencies": {
12181215
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
12191216
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
@@ -1372,16 +1369,16 @@
13721369
},
13731370
"System.ComponentModel.Annotations": {
13741371
"type": "Transitive",
1375-
"resolved": "4.4.1",
1376-
"contentHash": "ToiYqSCioqhtspq2O/jYKtyTC/T0uwWHBTYlzCi6PRbSSHArN1IaRWeHffDamvms5sye5FDUWCfNZgubQpNRsA=="
1372+
"resolved": "5.0.0",
1373+
"contentHash": "dMkqfy2el8A8/I76n2Hi1oBFEbG1SfxD2l5nhwXV3XjlnOmwxJlQbYpJH4W51odnU9sARCSAgv7S3CyAFMkpYg=="
13771374
},
13781375
"System.Configuration.ConfigurationManager": {
13791376
"type": "Transitive",
1380-
"resolved": "4.7.0",
1381-
"contentHash": "/anOTeSZCNNI2zDilogWrZ8pNqCmYbzGNexUnNhjW8k0sHqEZ2nHJBp147jBV3hGYswu5lINpNg1vxR7bnqvVA==",
1377+
"resolved": "6.0.1",
1378+
"contentHash": "jXw9MlUu/kRfEU0WyTptAVueupqIeE3/rl0EZDMlf8pcvJnitQ8HeVEp69rZdaStXwTV72boi/Bhw8lOeO+U2w==",
13821379
"dependencies": {
1383-
"System.Security.Cryptography.ProtectedData": "4.7.0",
1384-
"System.Security.Permissions": "4.7.0"
1380+
"System.Security.Cryptography.ProtectedData": "6.0.0",
1381+
"System.Security.Permissions": "6.0.0"
13851382
}
13861383
},
13871384
"System.Console": {
@@ -1398,13 +1395,12 @@
13981395
},
13991396
"System.Data.SqlClient": {
14001397
"type": "Transitive",
1401-
"resolved": "4.4.2",
1402-
"contentHash": "Bv5J2EBAdP7FSgehKYN4O6iw1AaZrw4rFFqwt9vZSjRvC70FpwP2d9UG4aTaI2wh3vfrBKK+tjewowGM2Y6c1w==",
1398+
"resolved": "4.8.5",
1399+
"contentHash": "fRqxut4lrndPHrXD+ht1XRmCL3obuKldm4XjCRYS9p5f7FSR7shBxAwTkDrpFMsHC9BhNgjjmUtiIjvehn5zkg==",
14031400
"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"
1401+
"Microsoft.Win32.Registry": "4.7.0",
1402+
"System.Security.Principal.Windows": "4.7.0",
1403+
"runtime.native.System.Data.SqlClient.sni": "4.7.0"
14081404
}
14091405
},
14101406
"System.Diagnostics.Debug": {
@@ -1481,10 +1477,10 @@
14811477
},
14821478
"System.Drawing.Common": {
14831479
"type": "Transitive",
1484-
"resolved": "5.0.0",
1485-
"contentHash": "SztFwAnpfKC8+sEKXAFxCBWhKQaEd97EiOL7oZJZP56zbqnLpmxACWA8aGseaUExciuEAUuR9dY8f7HkTRAdnw==",
1480+
"resolved": "6.0.0",
1481+
"contentHash": "NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==",
14861482
"dependencies": {
1487-
"Microsoft.Win32.SystemEvents": "5.0.0"
1483+
"Microsoft.Win32.SystemEvents": "6.0.0"
14881484
}
14891485
},
14901486
"System.Formats.Asn1": {
@@ -1903,12 +1899,8 @@
19031899
},
19041900
"System.Security.AccessControl": {
19051901
"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-
}
1902+
"resolved": "6.0.0",
1903+
"contentHash": "AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ=="
19121904
},
19131905
"System.Security.Claims": {
19141906
"type": "Transitive",
@@ -1994,10 +1986,10 @@
19941986
},
19951987
"System.Security.Cryptography.OpenSsl": {
19961988
"type": "Transitive",
1997-
"resolved": "4.4.0",
1998-
"contentHash": "is11qLXIHKIvbTipyB1an8FT1ZKavmgf/qJUSIz7ZP830ALRRhPSt5NhplW0/wMk0tNDQWQLluVap6HsQN4HMg==",
1989+
"resolved": "5.0.0",
1990+
"contentHash": "D3aDrPOPBORUl6V/WJ2AtN3Ae48aSH0W7yChBIecvu1lyoAhopPORmMpNTjv5/Kay7Z+h3KXpfbvteIm7x7miA==",
19991991
"dependencies": {
2000-
"Microsoft.NETCore.Platforms": "2.0.0"
1992+
"System.Formats.Asn1": "5.0.0"
20011993
}
20021994
},
20031995
"System.Security.Cryptography.Pkcs": {
@@ -2025,8 +2017,8 @@
20252017
},
20262018
"System.Security.Cryptography.ProtectedData": {
20272019
"type": "Transitive",
2028-
"resolved": "4.7.0",
2029-
"contentHash": "ehYW0m9ptxpGWvE4zgqongBVWpSDU/JCFD4K7krxkQwSz/sFQjEXCUqpvencjy6DYDbn7Ig09R8GFffu8TtneQ=="
2020+
"resolved": "6.0.0",
2021+
"contentHash": "rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ=="
20302022
},
20312023
"System.Security.Cryptography.X509Certificates": {
20322024
"type": "Transitive",
@@ -2071,11 +2063,11 @@
20712063
},
20722064
"System.Security.Permissions": {
20732065
"type": "Transitive",
2074-
"resolved": "5.0.0",
2075-
"contentHash": "uE8juAhEkp7KDBCdjDIE3H9R1HJuEHqeqX8nLX9gmYKWwsqk3T5qZlPx8qle5DPKimC/Fy3AFTdV7HamgCh9qQ==",
2066+
"resolved": "6.0.0",
2067+
"contentHash": "T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==",
20762068
"dependencies": {
2077-
"System.Security.AccessControl": "5.0.0",
2078-
"System.Windows.Extensions": "5.0.0"
2069+
"System.Security.AccessControl": "6.0.0",
2070+
"System.Windows.Extensions": "6.0.0"
20792071
}
20802072
},
20812073
"System.Security.Principal": {
@@ -2187,10 +2179,10 @@
21872179
},
21882180
"System.Windows.Extensions": {
21892181
"type": "Transitive",
2190-
"resolved": "5.0.0",
2191-
"contentHash": "c1ho9WU9ZxMZawML+ssPKZfdnrg/OjR3pe0m9v8230z3acqphwvPJqzAkH54xRYm5ntZHGG1EPP3sux9H3qSPg==",
2182+
"resolved": "6.0.0",
2183+
"contentHash": "IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==",
21922184
"dependencies": {
2193-
"System.Drawing.Common": "5.0.0"
2185+
"System.Drawing.Common": "6.0.0"
21942186
}
21952187
},
21962188
"System.Xml.ReaderWriter": {

0 commit comments

Comments
 (0)