Skip to content

Commit 63cbe35

Browse files
Bump Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Configuration.UserSecrets
Bumps [Microsoft.Extensions.Configuration.Json](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Configuration.Json` from 8.0.1 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.3) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 8.0.1 to 9.0.3 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.3) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 76570d5 commit 63cbe35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app-auth/GraphAppOnlyTutorial/GraphAppOnlyTutorial.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
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" />
21-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="8.0.1" />
20+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.3" />
21+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.3" />
2222
<PackageReference Include="Microsoft.Graph" Version="5.72.0" />
2323
</ItemGroup>
2424

0 commit comments

Comments
 (0)