.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
@@ -1,8 +1,8 @@
// Copyright (c) Microsoft. All rights reserved.
using System.Text.Json;
using Microsoft.Agents.AI.Hosting;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.Extensions.AI.Agents.Hosting;
using Microsoft.Extensions.AI.Agents.Runtime;
namespace AgentWebChat.AgentHost;