2019-11-10 12:38:40 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="Grpc.Net.Client" Version="2.25.0" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2019-11-11 11:28:52 +00:00
|
|
|
<ProjectReference Include="..\NucuCar.Domain\NucuCar.Domain.csproj" />
|
2019-11-10 12:38:40 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|