Files
PolyCubeCounting/CubeShapeCounting/CubeShapeCounting.csproj
2023-07-19 18:25:21 +02:00

15 lines
338 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.IO.Hashing" Version="7.0.0" />
</ItemGroup>
</Project>