2021-03-04 06:57:21 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-03-06 04:51:24 +00:00
|
|
|
<Protobuf Include="..\..\aurora-proto\Proto\signal.proto" GrpcServices="Server" />
|
2021-03-04 06:57:21 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Grpc.AspNetCore" Version="2.27.0" />
|
2021-03-06 01:45:26 +00:00
|
|
|
<PackageReference Include="Grpc.AspNetCore.Server.Reflection" Version="2.35.0" />
|
2021-03-04 06:57:21 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|