Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0935b3

Browse files
committedNov 20, 2024
renaming package
1 parent 8593b7d commit c0935b3

File tree

10 files changed

+21
-31
lines changed

10 files changed

+21
-31
lines changed
 

‎dotnet/AutoGen.sln

+3-3
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloAIAgents", "samples\He
122122
EndProject
123123
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloAgent", "samples\Hello\HelloAgent\HelloAgent.csproj", "{8F7560CF-EEBB-4333-A69F-838CA40FD85D}"
124124
EndProject
125-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AIModelClientHostingExtensions", "src\Microsoft.AutoGen\Extensions\AIModelClientHostingExtensions\AIModelClientHostingExtensions.csproj", "{97550E87-48C6-4EBF-85E1-413ABAE9DBFD}"
125+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AutoGen.Extensions.MEAI", "src\Microsoft.AutoGen\Extensions\AIModelClientHostingExtensions\Microsoft.AutoGen.Extensions.MEAI.csproj", "{97550E87-48C6-4EBF-85E1-413ABAE9DBFD}"
126126
EndProject
127127
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{686480D7-8FEC-4ED3-9C5D-CEBE1057A7ED}"
128128
EndProject
129129
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HelloAgentState", "samples\Hello\HelloAgentState\HelloAgentState.csproj", "{64EF61E7-00A6-4E5E-9808-62E10993A0E5}"
130130
EndProject
131-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AutoGen.ServiceDefaults", "src\Microsoft.AutoGen\Extensions\ServiceDefaults\Microsoft.AutoGen.ServiceDefaults.csproj", "{65059914-5527-4A00-9308-9FAF23D5E85A}"
131+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AutoGen.Extensions.Aspire", "src\Microsoft.AutoGen\Extensions\ServiceDefaults\Microsoft.AutoGen.Extensions.Aspire.csproj", "{65059914-5527-4A00-9308-9FAF23D5E85A}"
132132
EndProject
133-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.AutoGen.Agents.Tests", "test\Microsoft.AutoGen.Agents.Tests\Microsoft.AutoGen.Agents.Tests.csproj", "{394FDAF8-74F9-4977-94A5-3371737EB774}"
133+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.AutoGen.Agents.Tests", "test\Microsoft.AutoGen.Agents.Tests\Microsoft.AutoGen.Agents.Tests.csproj", "{394FDAF8-74F9-4977-94A5-3371737EB774}"
134134
EndProject
135135
Global
136136
GlobalSection(SolutionConfigurationPlatforms) = preSolution

‎dotnet/samples/Hello/HelloAIAgents/HelloAIAgents.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<ItemGroup>
1414
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Abstractions\Microsoft.AutoGen.Abstractions.csproj" />
1515
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Agents\Microsoft.AutoGen.Agents.csproj" />
16-
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Extensions\AIModelClientHostingExtensions\AIModelClientHostingExtensions.csproj" />
16+
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Extensions\AIModelClientHostingExtensions\Microsoft.AutoGen.Extensions.MEAI.csproj" />
1717
</ItemGroup>
1818
</Project>

‎dotnet/samples/dev-team/DevTeam.AgentHost/DevTeam.AgentHost.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<ProjectReference Include="../../../src/Microsoft.AutoGen/Agents/Microsoft.AutoGen.Agents.csproj" />
13-
<ProjectReference Include="../../../src/Microsoft.AutoGen/Extensions/ServiceDefaults/Microsoft.AutoGen.ServiceDefaults.csproj" />
13+
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Extensions\ServiceDefaults\Microsoft.AutoGen.Extensions.Aspire.csproj" />
1414
</ItemGroup>
1515

1616
</Project>

‎dotnet/samples/dev-team/DevTeam.Agents/DevTeam.Agents.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ProjectReference Include="../../../src/Microsoft.AutoGen/Agents/Microsoft.AutoGen.Agents.csproj" />
1212

13-
<ProjectReference Include="../../../src/Microsoft.AutoGen/Extensions/ServiceDefaults/Microsoft.AutoGen.ServiceDefaults.csproj" />
13+
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Extensions\ServiceDefaults\Microsoft.AutoGen.Extensions.Aspire.csproj" />
1414
<ProjectReference Include="..\DevTeam.Shared\DevTeam.Shared.csproj" />
1515
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Extensions\SemanticKernel\Microsoft.AutoGen.Extensions.SemanticKernel.csproj" />
1616
</ItemGroup>

‎dotnet/samples/dev-team/DevTeam.Backend/DevTeam.Backend.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</ItemGroup>
3030

3131
<ItemGroup>
32-
<ProjectReference Include="../../../src/Microsoft.AutoGen/Extensions/ServiceDefaults/Microsoft.AutoGen.ServiceDefaults.csproj" />
32+
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Extensions\ServiceDefaults\Microsoft.AutoGen.Extensions.Aspire.csproj" />
3333
<ProjectReference Include="..\DevTeam.Shared\DevTeam.Shared.csproj" />
3434
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Extensions\SemanticKernel\Microsoft.AutoGen.Extensions.SemanticKernel.csproj" />
3535
</ItemGroup>

‎dotnet/src/Microsoft.AutoGen/Abstractions/Microsoft.AutoGen.Abstractions.csproj

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<PackageId>AutoGen.Core</PackageId>
8-
<PackageProjectUrl>https://github.com/microsoft/agnext</PackageProjectUrl>
9-
<Authors>Microsoft</Authors>
10-
<Description>AutoGenn Core Library</Description>
117
</PropertyGroup>
128

139
<ItemGroup>

‎dotnet/src/Microsoft.AutoGen/Agents/Microsoft.AutoGen.Agents.csproj

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<PackageId>Microsoft.AutoGen.Agents</PackageId>
8-
<PackageProjectUrl>https://github.com/microsoft/autogen</PackageProjectUrl>
9-
<Authors>Microsoft</Authors>
10-
<Description>Micrososft AutoGen Agents SDK</Description>
11-
<Tags>ai-agents;event-driven-agents</Tags>
127
</PropertyGroup>
138

149
<ItemGroup>
1510
<ProjectReference Include="..\Abstractions\Microsoft.AutoGen.Abstractions.csproj" />
16-
<ProjectReference Include="..\Extensions\ServiceDefaults\Microsoft.AutoGen.ServiceDefaults.csproj" />
11+
<ProjectReference Include="..\Extensions\ServiceDefaults\Microsoft.AutoGen.Extensions.Aspire.csproj" />
1712
</ItemGroup>
1813

1914
<ItemGroup>

‎dotnet/src/Microsoft.AutoGen/Extensions/AIModelClientHostingExtensions/AIModelClientHostingExtensions.csproj ‎dotnet/src/Microsoft.AutoGen/Extensions/AIModelClientHostingExtensions/Microsoft.AutoGen.Extensions.MEAI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
</PropertyGroup>
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<ItemGroup>
4-
<ProjectReference Include="../../Agents/Microsoft.AutoGen.Agents.csproj" />
5-
<ProjectReference Include="..\AIModelClientHostingExtensions\AIModelClientHostingExtensions.csproj" />
6-
</ItemGroup>
7-
82
<PropertyGroup>
9-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
104
<ImplicitUsings>enable</ImplicitUsings>
115
<Nullable>enable</Nullable>
126
</PropertyGroup>
137

148
<ItemGroup>
15-
<PackageReference Include="Azure.AI.OpenAI" />
16-
<PackageReference Include="Microsoft.SemanticKernel" />
17-
9+
<PackageReference Include="Azure.AI.OpenAI" />
10+
<PackageReference Include="Microsoft.SemanticKernel" />
1811
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" />
1912
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" />
2013
</ItemGroup>
2114

15+
16+
<ItemGroup>
17+
<ProjectReference Include="../../Agents/Microsoft.AutoGen.Agents.csproj" />
18+
<ProjectReference Include="../AIModelClientHostingExtensions/Microsoft.AutoGen.Extensions.MEAI.csproj" />
19+
</ItemGroup>
20+
2221
</Project>

‎dotnet/src/Microsoft.AutoGen/Extensions/ServiceDefaults/Microsoft.AutoGen.ServiceDefaults.csproj ‎dotnet/src/Microsoft.AutoGen/Extensions/ServiceDefaults/Microsoft.AutoGen.Extensions.Aspire.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net8.0</TargetFramework>
3+
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>enable</ImplicitUsings>
55
<Nullable>enable</Nullable>
66
<IsAspireSharedProject>true</IsAspireSharedProject>

0 commit comments

Comments
 (0)
Please sign in to comment.