Skip to content

Commit 4e7006d

Browse files
Bump Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Configuration.UserSecrets
Bumps Microsoft.Extensions.Configuration.Json from 10.0.2 to 10.0.3 Bumps Microsoft.Extensions.Configuration.UserSecrets from 10.0.2 to 10.0.3 --- updated-dependencies: - dependency-name: Microsoft.Extensions.Configuration.Json dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-version: 10.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c882b4e commit 4e7006d

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
@@ -24,8 +24,8 @@
2424
<ItemGroup>
2525
<PackageReference Include="Azure.Identity" Version="1.17.1" />
2626
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.2" />
27-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.2" />
28-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.2" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.3" />
28+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.3" />
2929
<PackageReference Include="Microsoft.Graph" Version="5.101.0" />
3030
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
3131
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)