mirror of https://github.com/microsoft/autogen.git
14 lines
347 B
XML
14 lines
347 B
XML
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\src\AutoGen.WebAPI\AutoGen.WebAPI.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|