agones.dev/agones@v1.54.0/examples/allocator-client-csharp/allocator-client-csharp.csproj (about)

     1  <Project Sdk="Microsoft.NET.Sdk">
     2  
     3    <PropertyGroup>
     4      <OutputType>Exe</OutputType>
     5      <TargetFramework>netcoreapp3.1</TargetFramework>
     6      <RootNamespace>AllocatorClient</RootNamespace>
     7    </PropertyGroup>
     8    <ItemGroup>
     9      <PackageReference Include="Google.Api.CommonProtos" Version="1.7.0" />
    10      <PackageReference Include="Google.Protobuf" Version="3.15.0" />
    11      <PackageReference Include="Grpc" Version="2.26.0" />
    12      <PackageReference Include="Grpc.Core" Version="2.26.0" />
    13      <PackageReference Include="Grpc.Tools" Version="2.26.0" PrivateAssets="all"/>
    14    </ItemGroup>
    15  
    16    <ItemGroup>
    17      <Protobuf Include="allocation.proto" ProtoRoot="../../proto/allocation;../../proto/googleapis" GrpcServices="Client"/>
    18    </ItemGroup>
    19  </Project>