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.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFrameworks>$(TestTargetFrameworks)</TargetFrameworks>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- <IsTestProject>True</IsTestProject>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="coverlet.collector">
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- <PrivateAssets>all</PrivateAssets>
- </PackageReference>
- <ProjectReference Include="..\..\src\Microsoft.AutoGen\Core\Microsoft.AutoGen.Core.csproj" />
- <ProjectReference Include="..\..\src\Microsoft.AutoGen\Core.Grpc\Microsoft.AutoGen.Core.Grpc.csproj" />
- <PackageReference Include="Microsoft.Extensions.Hosting" />
- </ItemGroup>
-
- <ItemGroup>
- <Protobuf Include="./messages.proto" GrpcServices="Client;Server" Link="Protos\messages.proto" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Grpc.AspNetCore" />
- <PackageReference Include="Grpc.Net.ClientFactory" />
- <PackageReference Include="Grpc.Tools" PrivateAssets="All" />
- </ItemGroup>
-
- </Project>
|