2024-09-17 09:01:49 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
2024-10-09 09:58:21 -07:00
|
|
|
<ProjectReference Include="../../../src/Microsoft.AutoGen.Agents/Client/Microsoft.AutoGen.Agents.Client.csproj" />
|
2024-09-24 09:26:30 -07:00
|
|
|
|
2024-10-08 10:02:48 -07:00
|
|
|
<ProjectReference Include="../../../src/Microsoft.AutoGen.ServiceDefaults/Microsoft.AutoGen.ServiceDefaults.csproj" />
|
2024-09-17 09:01:49 -04:00
|
|
|
<ProjectReference Include="..\DevTeam.Shared\DevTeam.Shared.csproj" />
|
2024-10-09 09:58:21 -07:00
|
|
|
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen.Agents\Extensions\SemanticKernel\Microsoft.AutoGen.Agents.Extensions.SemanticKernel.csproj" />
|
2024-09-17 09:01:49 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|