tesses-cms/Tesses.CMS.Cli/Tesses.CMS.Cli.csproj

20 lines
509 B
XML
Raw Normal View History

2023-12-16 01:40:05 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Tesses.CMS.Client\Tesses.CMS.Client.csproj" />
</ItemGroup>
2024-07-28 22:59:28 +00:00
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="ReadLine" Version="2.0.1" />
</ItemGroup>
2023-12-16 01:40:05 +00:00
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>