mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-16 13:30:55 +00:00
17 lines
545 B
XML
17 lines
545 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
||
|
<PropertyGroup>
|
||
|
<TargetFramework>net8.0</TargetFramework>
|
||
|
<Nullable>enable</Nullable>
|
||
|
<ImplicitUsings>enable</ImplicitUsings>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemGroup>
|
||
|
|
||
|
<ProjectReference Include="..\DevTeam.ServiceDefaults\DevTeam.ServiceDefaults.csproj" />
|
||
|
<ProjectReference Include="..\DevTeam.Shared\DevTeam.Shared.csproj" />
|
||
|
<ProjectReference Include="..\..\..\src\Microsoft.Autogen.Agents.Worker.Client\Microsoft.Autogen.Agents.Worker.Client.csproj" />
|
||
|
</ItemGroup>
|
||
|
|
||
|
</Project>
|