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-11-04 08:40:53 -05:00
|
|
|
|
2024-10-16 20:09:39 -07:00
|
|
|
<ProjectReference Include="../../../src/Microsoft.AutoGen/Agents/Microsoft.AutoGen.Agents.csproj" />
|
2024-11-12 11:04:59 -08:00
|
|
|
|
|
|
|
<ProjectReference Include="../../../src/Microsoft.AutoGen/Extensions/ServiceDefaults/Microsoft.AutoGen.ServiceDefaults.csproj" />
|
2024-09-17 09:01:49 -04:00
|
|
|
<ProjectReference Include="..\DevTeam.Shared\DevTeam.Shared.csproj" />
|
2024-10-16 20:09:39 -07:00
|
|
|
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Extensions\SemanticKernel\Microsoft.AutoGen.Extensions.SemanticKernel.csproj" />
|
2024-09-17 09:01:49 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|