1
0
mirror of https://github.com/XFox111/Shelldon.git synced 2026-04-22 07:08:00 +03:00
Files
Shelldon/Shelldon.Console/Shelldon.Console.csproj
T
2025-08-20 06:17:02 +00:00

19 lines
423 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\Shelldon\Shelldon.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Cocona" Version="2.2.0" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>