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.

ClientTest.csproj 558 B

3 years ago
3 years ago
3 years ago
1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Google.Protobuf" Version="3.22.3" />
  10. <PackageReference Include="Grpc" Version="2.46.6" />
  11. <PackageReference Include="Grpc.Core" Version="2.46.6" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\dependency\proto\Protos.csproj" />
  15. </ItemGroup>
  16. </Project>