0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-07-04 21:14:00 +00:00
CleanArchitecture/CleanArchitecture.Proto/CleanArchitecture.Proto.csproj
2023-11-25 16:10:24 +01:00

22 lines
747 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Protobuf Include="Users\Models.proto" GrpcServices="Both"/>
<Protobuf Include="Users\UsersApi.proto" GrpcServices="Both"/>
<Protobuf Include="Tenants\Models.proto" GrpcServices="Both"/>
<Protobuf Include="Tenants\TenantsApi.proto" GrpcServices="Both"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Google.Protobuf" Version="3.25.1"/>
<PackageReference Include="Google.Protobuf.Tools" Version="3.25.1"/>
<PackageReference Include="Grpc.AspNetCore" Version="2.59.0"/>
</ItemGroup>
</Project>