mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-30 00:30:23 +00:00
* Upgrade version of M.E.A.I & STJ * remove copilot generated comment * Revert NoWarnDuplicatePackages and remove S.T.J from Directory.Packages.props --------- Co-authored-by: Xiaoyun Zhang <bigmiao.zhang@gmail.com>
23 lines
712 B
XML
23 lines
712 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="../../Agents/Microsoft.AutoGen.Agents.csproj" />
|
|
<ProjectReference Include="..\AIModelClientHostingExtensions\AIModelClientHostingExtensions.csproj" />
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Azure.AI.OpenAI" />
|
|
<PackageReference Include="Microsoft.SemanticKernel" />
|
|
|
|
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" />
|
|
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|