2024-09-17 09:01:49 -04:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-11-19 11:00:48 -08:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2024-09-17 09:01:49 -04:00
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-11-04 08:40:53 -05:00
|
|
|
|
2024-12-13 11:55:43 -08:00
|
|
|
<ProjectReference Include="../../../src/Microsoft.AutoGen/Core/Microsoft.AutoGen.Core.csproj" />
|
|
|
|
<ProjectReference Include="../../../src/Microsoft.AutoGen/Agents/Microsoft.AutoGen.Agents.csproj" />
|
2024-11-20 11:15:21 -08:00
|
|
|
<ProjectReference Include="..\..\..\src\Microsoft.AutoGen\Extensions\Aspire\Microsoft.AutoGen.Extensions.Aspire.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>
|