Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

丁松杰 / Pole

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • Pole
  • src
  • Pole.Grpc
  • Pole.Grpc.csproj
Find file
BlameHistoryPermalink
  • dingsongjie's avatar
    完善 可靠消息 · 450dd303
    dingsongjie committed 5 years ago
    450dd303
Pole.Grpc.csproj 580 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netcoreapp3.0</TargetFramework>
  </PropertyGroup>
  <ItemGroup>
    <Protobuf Include="ExtraType\Protos\*" GrpcServices="Server" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="FluentValidation" Version="8.6.0" />
    <PackageReference Include="Grpc.AspNetCore" Version="2.26.0" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\Pole.Application\Pole.Application.csproj" />
    <ProjectReference Include="..\Pole.Domain\Pole.Domain.csproj" />
  </ItemGroup>
</Project>