2024-06-19 16:53:37 -07:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2023-10-26 22:09:18 +02:00
|
|
|
|
2024-09-17 09:01:49 -04:00
|
|
|
<ItemGroup>
|
2024-12-13 11:55:43 -08:00
|
|
|
<ProjectReference Include="../../../src/Microsoft.AutoGen/Core/Microsoft.AutoGen.Core.csproj" />
|
2024-09-17 09:01:49 -04:00
|
|
|
</ItemGroup>
|
|
|
|
|
2023-10-26 22:09:18 +02:00
|
|
|
<PropertyGroup>
|
2024-11-19 11:00:48 -08:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-10-26 22:09:18 +02:00
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-09-17 09:01:49 -04:00
|
|
|
<PackageReference Include="Azure.AI.OpenAI" />
|
2024-06-19 16:53:37 -07:00
|
|
|
<PackageReference Include="Octokit.Webhooks.AspNetCore" />
|
|
|
|
<PackageReference Include="Octokit" />
|
|
|
|
<PackageReference Include="Microsoft.SemanticKernel" />
|
|
|
|
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" />
|
|
|
|
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" />
|
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" />
|
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Azure" />
|
|
|
|
<PackageReference Include="Microsoft.Extensions.Http.Resilience" />
|
|
|
|
<PackageReference Include="Azure.ResourceManager.ContainerInstance" />
|
|
|
|
<PackageReference Include="Azure.Storage.Files.Shares" />
|
|
|
|
<PackageReference Include="Azure.Data.Tables" />
|
|
|
|
<PackageReference Include="Azure.Identity" />
|
|
|
|
<PackageReference Include="System.IdentityModel.Tokens.Jwt" />
|
2023-10-26 22:09:18 +02:00
|
|
|
</ItemGroup>
|
2024-06-14 11:53:19 -07:00
|
|
|
|
|
|
|
<ItemGroup>
|
2024-12-13 11:55:43 -08:00
|
|
|
<ProjectReference Include="../../../src/Microsoft.AutoGen/Agents/Microsoft.AutoGen.Agents.csproj" />
|
2024-11-20 11:50:28 -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-06-14 11:53:19 -07:00
|
|
|
</ItemGroup>
|
2023-10-26 22:09:18 +02:00
|
|
|
|
|
|
|
</Project>
|