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

Commit 5583d0d

Browse files
authored
Bump Microsoft.Rest.ClientRuntime (#3301)
1 parent 9a792cf commit 5583d0d

File tree

4 files changed

+16
-12
lines changed

4 files changed

+16
-12
lines changed

src/ApiService/ApiService/ApiService.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<PackageReference Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.21.0" />
1313
<PackageReference Include="Microsoft.Azure.Functions.Worker.ApplicationInsights" Version="1.0.0-preview4" />
14+
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.24" />
1415

1516
<PackageReference Include="Semver" Version="2.1.0" />
1617
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.3.0" />

src/ApiService/ApiService/packages.lock.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,15 @@
332332
"System.Text.Encodings.Web": "7.0.0"
333333
}
334334
},
335+
"Microsoft.Rest.ClientRuntime": {
336+
"type": "Direct",
337+
"requested": "[2.3.24, )",
338+
"resolved": "2.3.24",
339+
"contentHash": "hZH7XgM3eV2jFrnq7Yf0nBD4WVXQzDrer2gEY7HMNiwio2hwDsTHO6LWuueNQAfRpNp4W7mKxcXpwXUiuVIlYw==",
340+
"dependencies": {
341+
"Newtonsoft.Json": "10.0.3"
342+
}
343+
},
335344
"Microsoft.TeamFoundationServer.Client": {
336345
"type": "Direct",
337346
"requested": "[19.219.0-preview, )",
@@ -1097,14 +1106,6 @@
10971106
"resolved": "1.1.3",
10981107
"contentHash": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ=="
10991108
},
1100-
"Microsoft.Rest.ClientRuntime": {
1101-
"type": "Transitive",
1102-
"resolved": "2.3.20",
1103-
"contentHash": "bw/H1nO4JdnhTagPHWIFQwtlQ6rb2jqw5RTrqPsPqzrjhJxc7P6MyNGdf4pgHQdzdpBSNOfZTEQifoUkxmzYXQ==",
1104-
"dependencies": {
1105-
"Newtonsoft.Json": "10.0.3"
1106-
}
1107-
},
11081109
"Microsoft.Rest.ClientRuntime.Azure": {
11091110
"type": "Transitive",
11101111
"resolved": "3.3.19",

src/ApiService/IntegrationTests/packages.lock.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,8 +1075,8 @@
10751075
},
10761076
"Microsoft.Rest.ClientRuntime": {
10771077
"type": "Transitive",
1078-
"resolved": "2.3.20",
1079-
"contentHash": "bw/H1nO4JdnhTagPHWIFQwtlQ6rb2jqw5RTrqPsPqzrjhJxc7P6MyNGdf4pgHQdzdpBSNOfZTEQifoUkxmzYXQ==",
1078+
"resolved": "2.3.24",
1079+
"contentHash": "hZH7XgM3eV2jFrnq7Yf0nBD4WVXQzDrer2gEY7HMNiwio2hwDsTHO6LWuueNQAfRpNp4W7mKxcXpwXUiuVIlYw==",
10801080
"dependencies": {
10811081
"Newtonsoft.Json": "10.0.3"
10821082
}
@@ -2532,6 +2532,7 @@
25322532
"Microsoft.Graph": "[4.37.0, )",
25332533
"Microsoft.Identity.Client": "[4.52.0, )",
25342534
"Microsoft.Identity.Web.TokenCache": "[2.7.0, )",
2535+
"Microsoft.Rest.ClientRuntime": "[2.3.24, )",
25352536
"Microsoft.TeamFoundationServer.Client": "[19.219.0-preview, )",
25362537
"Octokit": "[2.0.1, )",
25372538
"OpenTelemetry.Api": "[1.5.0-rc.1, )",

src/ApiService/Tests/packages.lock.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1077,8 +1077,8 @@
10771077
},
10781078
"Microsoft.Rest.ClientRuntime": {
10791079
"type": "Transitive",
1080-
"resolved": "2.3.20",
1081-
"contentHash": "bw/H1nO4JdnhTagPHWIFQwtlQ6rb2jqw5RTrqPsPqzrjhJxc7P6MyNGdf4pgHQdzdpBSNOfZTEQifoUkxmzYXQ==",
1080+
"resolved": "2.3.24",
1081+
"contentHash": "hZH7XgM3eV2jFrnq7Yf0nBD4WVXQzDrer2gEY7HMNiwio2hwDsTHO6LWuueNQAfRpNp4W7mKxcXpwXUiuVIlYw==",
10821082
"dependencies": {
10831083
"Newtonsoft.Json": "10.0.3"
10841084
}
@@ -2534,6 +2534,7 @@
25342534
"Microsoft.Graph": "[4.37.0, )",
25352535
"Microsoft.Identity.Client": "[4.52.0, )",
25362536
"Microsoft.Identity.Web.TokenCache": "[2.7.0, )",
2537+
"Microsoft.Rest.ClientRuntime": "[2.3.24, )",
25372538
"Microsoft.TeamFoundationServer.Client": "[19.219.0-preview, )",
25382539
"Octokit": "[2.0.1, )",
25392540
"OpenTelemetry.Api": "[1.5.0-rc.1, )",

0 commit comments

Comments
 (0)