Files
PlantBox/PlantBox.Broker/PlantBox.Broker.csproj
2019-03-04 21:05:49 +01:00

15 lines
367 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<Authors>Ilyx</Authors>
<Description>Broker of the PlantBox project</Description>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PlantBox.Shared\PlantBox.Shared.csproj" />
</ItemGroup>
</Project>