Meum/Meum.Client.CLI/Meum.Client.CLI.csproj
2025-05-09 16:32:35 +05:00

15 lines
416 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Version>0.0.1</Version>
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Meum.Client\Meum.Client.csproj" />
</ItemGroup>
</Project>