chore: setup for day 12

This commit is contained in:
Stevan Freeborn
2024-12-12 10:59:59 -06:00
parent 31c55f5ec0
commit cf310c6630
5 changed files with 59 additions and 0 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="..\GardenGroups\GardenGroups.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TUnit" Version="0.4.105" />
</ItemGroup>
</Project>