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.

HelloAgentState.csproj 753 B

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