Skip to content

Commit 04b6625

Browse files
.NET: Move catalog samples to the HostedAgents folder (#2090)
* move catalog samples to the HostedAgents folder * move the catalog samples' projects to the HostedAgents folder
1 parent 32bd884 commit 04b6625

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

dotnet/agent-framework-dotnet.slnx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@
158158
<Project Path="samples/GettingStarted/Workflows/_Foundational/07_MixedWorkflowAgentsAndExecutors/07_MixedWorkflowAgentsAndExecutors.csproj" />
159159
<Project Path="samples/GettingStarted/Workflows/_Foundational/08_WriterCriticWorkflow/08_WriterCriticWorkflow.csproj" />
160160
</Folder>
161-
<Folder Name="/Samples/Catalog/">
162-
<Project Path="samples/Catalog/AgentsInWorkflows/AgentsInWorkflows.csproj" />
163-
<Project Path="samples/Catalog/AgentWithTextSearchRag/AgentWithTextSearchRag.csproj" />
164-
<Project Path="samples/Catalog/DeepResearchAgent/DeepResearchAgent.csproj" />
161+
<Folder Name="/Samples/HostedAgents/">
162+
<Project Path="samples/HostedAgents/AgentsInWorkflows/AgentsInWorkflows.csproj" />
163+
<Project Path="samples/HostedAgents/AgentWithTextSearchRag/AgentWithTextSearchRag.csproj" />
164+
<Project Path="samples/HostedAgents/DeepResearchAgent/DeepResearchAgent.csproj" />
165165
</Folder>
166166
<Folder Name="/Solution Items/">
167167
<File Path=".editorconfig" />
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)