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.

Microsoft.AutoGen.Core.Grpc.Tests.csproj 1.1 kB

123456789101112131415161718192021222324252627282930
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. <IsTestProject>True</IsTestProject>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="coverlet.collector">
  10. <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  11. <PrivateAssets>all</PrivateAssets>
  12. </PackageReference>
  13. <ProjectReference Include="..\..\src\Microsoft.AutoGen\Core\Microsoft.AutoGen.Core.csproj" />
  14. <ProjectReference Include="..\..\src\Microsoft.AutoGen\Core.Grpc\Microsoft.AutoGen.Core.Grpc.csproj" />
  15. <PackageReference Include="Microsoft.Extensions.Hosting" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <Protobuf Include="./messages.proto" GrpcServices="Client;Server" Link="Protos\messages.proto" />
  19. </ItemGroup>
  20. <ItemGroup>
  21. <PackageReference Include="Grpc.AspNetCore" />
  22. <PackageReference Include="Grpc.Net.ClientFactory" />
  23. <PackageReference Include="Grpc.Tools" PrivateAssets="All" />
  24. </ItemGroup>
  25. </Project>