.NET: Change Hosting namespaces to Microsoft.Agents.AI.Hosting (#953)

* Rename MEAI.Hosting to MAAI.Hosting.

* dotnet format.
This commit is contained in:
Aditya Mandaleeka
2025-09-26 22:32:53 +00:00
committed by GitHub
parent 4d63899812
commit 6222a2cd18
36 changed files with 58 additions and 65 deletions
@@ -5,7 +5,7 @@ using System.Net.ServerSentEvents;
using System.Runtime.CompilerServices;
using System.Text.Json;
using Microsoft.Agents.AI;
using Microsoft.Extensions.AI.Agents.Hosting;
using Microsoft.Agents.AI.Hosting;
using Microsoft.Extensions.AI.Agents.Runtime;
namespace AgentWebChat.Web;