Skip to content

Commit e189440

Browse files
Merge pull request #485 from microsoftgraph/dependabot/nuget/app-auth/GraphAppOnlyTutorial/multi-baba165100
Bump Microsoft.Extensions.Configuration.Json and Microsoft.Extensions.Configuration.UserSecrets
2 parents 8daacda + 48b60bc commit e189440

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.0" />
28-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.0" />
27+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.2" />
28+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.2" />
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)