Files
advent-of-code-2024/17/ChronospatialComputer.Tests/ChronospatialComputer.Tests.csproj
T

20 lines
476 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>CA1822</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ChronospatialComputer\ChronospatialComputer.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TUnit" Version="0.5.6" />
</ItemGroup>
</Project>