Skip to content

Commit cad2837

Browse files
Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 6.0.2 (#1145)
* Bump Microsoft.Extensions.DependencyInjection from 6.0.1 to 6.0.2 Bumps [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update lock file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris LaFreniere <chlafren@microsoft.com>
1 parent 0c3ed47 commit cad2837

File tree

7 files changed

+14
-16
lines changed

7 files changed

+14
-16
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageVersion Include="Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues" Version="5.5.0" />
2828
<PackageVersion Include="Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator" Version="4.0.1" />
2929
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
30-
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
30+
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="6.0.2" />
3131
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="5.0.0"/>
3232
<PackageVersion Include="Microsoft.SqlServer.TransactSql.ScriptDom" Version="161.9135.0" />
3333
<PackageVersion Include="Grpc.Net.Client" Version="2.66.0"/>

performance/packages.lock.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,7 +1865,7 @@
18651865
"Microsoft.Azure.WebJobs.Extensions.Sql.Samples": "[1.0.0, )",
18661866
"Microsoft.Azure.WebJobs.Host.Storage": "[5.0.0, )",
18671867
"Microsoft.Extensions.Configuration.Json": "[5.0.0, )",
1868-
"Microsoft.Extensions.DependencyInjection": "[6.0.1, )",
1868+
"Microsoft.Extensions.DependencyInjection": "[6.0.2, )",
18691869
"Microsoft.NET.Sdk.Functions": "[4.6.0, )",
18701870
"Microsoft.NET.Test.Sdk": "[17.11.0, )",
18711871
"Moq": "[4.20.72, )",
@@ -2030,12 +2030,11 @@
20302030
},
20312031
"Microsoft.Extensions.DependencyInjection": {
20322032
"type": "CentralTransitive",
2033-
"requested": "[6.0.1, )",
2034-
"resolved": "6.0.1",
2035-
"contentHash": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==",
2033+
"requested": "[6.0.2, )",
2034+
"resolved": "6.0.2",
2035+
"contentHash": "gWUfUZ2ZDvwiVCxsOMComAhG43xstNWWVjV2takUZYRuDSJjO9Q5/b3tfOSkl5mcVwZAL3RZviRj5ZilxHghlw==",
20362036
"dependencies": {
2037-
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
2038-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
2037+
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0"
20392038
}
20402039
},
20412040
"Microsoft.NET.Sdk.Functions": {

samples/samples-csharp/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@
18221822
},
18231823
"Microsoft.Extensions.DependencyInjection": {
18241824
"type": "CentralTransitive",
1825-
"requested": "[6.0.1, )",
1825+
"requested": "[6.0.2, )",
18261826
"resolved": "2.2.0",
18271827
"contentHash": "MZtBIwfDFork5vfjpJdG5g8wuJFt7d/y3LOSVVtDK/76wlbtz6cjltfKHqLx2TKVqTj5/c41t77m1+h20zqtPA==",
18281828
"dependencies": {

samples/samples-outofproc/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
},
611611
"Microsoft.Extensions.DependencyInjection": {
612612
"type": "CentralTransitive",
613-
"requested": "[6.0.1, )",
613+
"requested": "[6.0.2, )",
614614
"resolved": "6.0.0",
615615
"contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
616616
"dependencies": {

src/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@
794794
},
795795
"Microsoft.Extensions.DependencyInjection": {
796796
"type": "CentralTransitive",
797-
"requested": "[6.0.1, )",
797+
"requested": "[6.0.2, )",
798798
"resolved": "2.1.0",
799799
"contentHash": "gqQviLfuA31PheEGi+XJoZc1bc9H9RsPa9Gq9XuDct7XGWSR9eVXjK5Sg7CSUPhTFHSuxUFY12wcTYLZ4zM1hg==",
800800
"dependencies": {

test-outofproc/packages.lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
},
654654
"Microsoft.Extensions.DependencyInjection": {
655655
"type": "CentralTransitive",
656-
"requested": "[6.0.1, )",
656+
"requested": "[6.0.2, )",
657657
"resolved": "6.0.0",
658658
"contentHash": "k6PWQMuoBDGGHOQTtyois2u4AwyVcIwL2LaSLlTZQm2CYcJ1pxbt6jfAnpWmzENA/wfrYRI/X9DTLoUkE4AsLw==",
659659
"dependencies": {

test/packages.lock.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,11 @@
5050
},
5151
"Microsoft.Extensions.DependencyInjection": {
5252
"type": "Direct",
53-
"requested": "[6.0.1, )",
54-
"resolved": "6.0.1",
55-
"contentHash": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==",
53+
"requested": "[6.0.2, )",
54+
"resolved": "6.0.2",
55+
"contentHash": "gWUfUZ2ZDvwiVCxsOMComAhG43xstNWWVjV2takUZYRuDSJjO9Q5/b3tfOSkl5mcVwZAL3RZviRj5ZilxHghlw==",
5656
"dependencies": {
57-
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
58-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
57+
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0"
5958
}
6059
},
6160
"Microsoft.NET.Sdk.Functions": {

0 commit comments

Comments
 (0)