You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using VS2022 C# .Net 9, and add Nuget package Microsoft.SemanticKernel.Agents.AzureAI 1.48.0-preview and above. Calling GetAgentsClient() method will throw a compile error
using 1.47.0-preview does not have this error
Reference to type 'ConnectionProvider' claims it is defined in 'System.ClientModel', but it could not be found