Skip to content

Commit dfaba6d

Browse files
Bump Microsoft.Extensions.Configuration.Json
Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7366e44 commit dfaba6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-auth/GraphAppOnlyTutorial/GraphAppOnlyTutorial.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<PackageReference Include="Azure.Identity" Version="1.13.2" />
1919
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
20-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
20+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.1" />
2121
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
2222
<PackageReference Include="Microsoft.Graph" Version="5.69.0" />
2323
</ItemGroup>

0 commit comments

Comments
 (0)