Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit c326bfd

Browse files
chore(deps): bump Microsoft.Extensions.Configuration in /src
Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 683be5e commit c326bfd

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/msgraph-beta-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</PropertyGroup>
5555

5656
<ItemGroup>
57-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.1"/>
57+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.2"/>
5858
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0"/>
5959
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.1"/>
6060
<PackageReference Include="Microsoft.Graph.Cli.Core" Version="1.2.2"/>

src/packages.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"net8.0": {
55
"Microsoft.Extensions.Configuration": {
66
"type": "Direct",
7-
"requested": "[9.0.1, )",
8-
"resolved": "9.0.1",
9-
"contentHash": "VuthqFS+ju6vT8W4wevdhEFiRi1trvQtkzWLonApfF5USVzzDcTBoY3F24WvN/tffLSrycArVfX1bThm/9xY2A==",
7+
"requested": "[9.0.2, )",
8+
"resolved": "9.0.2",
9+
"contentHash": "EBZW+u96tApIvNtjymXEIS44tH0I/jNwABHo4c33AchWOiDWCq2rL3klpnIo+xGrxoVGJzPDISV6hZ+a9C9SzQ==",
1010
"dependencies": {
11-
"Microsoft.Extensions.Configuration.Abstractions": "9.0.1",
12-
"Microsoft.Extensions.Primitives": "9.0.1"
11+
"Microsoft.Extensions.Configuration.Abstractions": "9.0.2",
12+
"Microsoft.Extensions.Primitives": "9.0.2"
1313
}
1414
},
1515
"Microsoft.Extensions.Configuration.Json": {
@@ -126,10 +126,10 @@
126126
},
127127
"Microsoft.Extensions.Configuration.Abstractions": {
128128
"type": "Transitive",
129-
"resolved": "9.0.1",
130-
"contentHash": "+4hfFIY1UjBCXFTTOd+ojlDPq6mep3h5Vq5SYE3Pjucr7dNXmq4S/6P/LoVnZFz2e/5gWp/om4svUFgznfULcA==",
129+
"resolved": "9.0.2",
130+
"contentHash": "I0O/270E/lUNqbBxlRVjxKOMZyYjP88dpEgQTveml+h2lTzAP4vbawLVwjS9SC7lKaU893bwyyNz0IVJYsm9EA==",
131131
"dependencies": {
132-
"Microsoft.Extensions.Primitives": "9.0.1"
132+
"Microsoft.Extensions.Primitives": "9.0.2"
133133
}
134134
},
135135
"Microsoft.Extensions.Configuration.Binder": {
@@ -383,8 +383,8 @@
383383
},
384384
"Microsoft.Extensions.Primitives": {
385385
"type": "Transitive",
386-
"resolved": "9.0.1",
387-
"contentHash": "bHtTesA4lrSGD1ZUaMIx6frU3wyy0vYtTa/hM6gGQu5QNrydObv8T5COiGUWsisflAfmsaFOe9Xvw5NSO99z0g=="
386+
"resolved": "9.0.2",
387+
"contentHash": "puBMtKe/wLuYa7H6docBkLlfec+h8L35DXqsDKKJgW0WY5oCwJ3cBJKcDaZchv6knAyqOMfsl6VUbaR++E5LXA=="
388388
},
389389
"Microsoft.Graph.Core": {
390390
"type": "Transitive",

0 commit comments

Comments
 (0)