You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Hello.csproj 600 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <ProjectReference Include="..\..\src\Microsoft.AutoGen.Agents\Client\Microsoft.AutoGen.Agents.Client.csproj" />
  4. <ProjectReference Include="..\..\src\Microsoft.AutoGen.Agents\Runtime\Microsoft.AutoGen.Agents.Runtime.csproj" />
  5. </ItemGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Microsoft.Extensions.Hosting" />
  8. </ItemGroup>
  9. <PropertyGroup>
  10. <OutputType>Exe</OutputType>
  11. <TargetFramework>net8.0</TargetFramework>
  12. <ImplicitUsings>enable</ImplicitUsings>
  13. <Nullable>enable</Nullable>
  14. </PropertyGroup>
  15. </Project>