chore: setup for day 8

This commit is contained in:
Stevan Freeborn
2024-12-08 00:27:17 -06:00
parent 8f7f617182
commit 174c8dd48e
6 changed files with 81 additions and 6 deletions
@@ -0,0 +1,19 @@
<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="..\ResonantCollinearity\ResonantCollinearity.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TUnit" Version="0.4.86" />
</ItemGroup>
</Project>