mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-09 10:01:37 +00:00
16 lines
411 B
XML
16 lines
411 B
XML
![]() |
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|||
|
<PropertyGroup>
|
|||
|
<TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
|
|||
|
<ImplicitUsings>enable</ImplicitUsings>
|
|||
|
<IsPackable>false</IsPackable>
|
|||
|
<IsTestProject>True</IsTestProject>
|
|||
|
<Nullable>enable</Nullable>
|
|||
|
</PropertyGroup>
|
|||
|
|
|||
|
<ItemGroup>
|
|||
|
<ProjectReference Include="..\..\src\AutoGen.Core\AutoGen.Core.csproj" />
|
|||
|
</ItemGroup>
|
|||
|
|
|||
|
</Project>
|