ZTravel/ZTravel.CLI/ZTravel.CLI.csproj

13 lines
287 B
XML
Raw Normal View History

2020-02-26 18:32:35 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ZTravel.API\ZTravel.API.csproj" />
</ItemGroup>
</Project>