TEAMModelOS.Grpc.csproj 575 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk.Web">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Protobuf Include="Protos\greet.proto" GrpcServices="Server" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Grpc.AspNetCore" Version="2.27.0" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <Folder Include="Services\Core\" />
  13. <Folder Include="Services\Courses\" />
  14. <Folder Include="Services\Exam\" />
  15. <Folder Include="Services\Learn\" />
  16. <Folder Include="Services\Syllabus\" />
  17. </ItemGroup>
  18. </Project>