Skip to content

Commit 6c44c6a

Browse files
committed
Update dependency
1 parent fda5629 commit 6c44c6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/SdkSnippets/SdkSnippets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<PackageReference Include="Azure.Identity.Broker" Version="1.3.0" />
2424
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.10" />
2525
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.10" />
26-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.9" />
26+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="9.0.10" />
2727
<PackageReference Include="Microsoft.Graph" Version="5.94.0" />
2828
<PackageReference Include="Stylecop.Analyzers" Version="1.2.0-beta.556">
2929
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

src/SdkSnippets/Snippets/CreateClients.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ public static GraphServiceClient CreateWithInteractive()
276276
/// Creates a <see cref="GraphServiceClient"/> with username/password provider.
277277
/// </summary>
278278
/// <returns><see cref="GraphServiceClient"/>.</returns>
279+
[Obsolete("Apps should not use the UsernamePasswordCredential if at all possible.")]
279280
public static GraphServiceClient CreateWithUserNamePassword()
280281
{
281282
// <UserNamePasswordSnippet>

0 commit comments

Comments
 (0)