File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments