mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-06 00:20:25 +00:00
14 lines
325 B
XML
14 lines
325 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFramework>net8.0</TargetFramework>
|
|||
|
<ImplicitUsings>enable</ImplicitUsings>
|
|||
|
<Nullable>enable</Nullable>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\..\src\AutoGen.WebAPI\AutoGen.WebAPI.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|