Files
lpr/lpr381.csproj
Zastian Pretorius b26a18a8de Moved from rust to C#
2022-07-25 15:26:12 +01:00

15 lines
334 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConsoleTables" Version="2.4.2" />
</ItemGroup>
</Project>