NucuCar/NucuCar.TestClient/NucuCar.TestClient.csproj

18 lines
463 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Grpc.Core" Version="2.25.0" />
<PackageReference Include="Grpc.Net.Client" Version="2.25.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NucuCar.Sensors\NucuCar.Sensors.csproj" />
</ItemGroup>
</Project>