ben
/
aoc
1
0
Fork 0
aoc/AOC.Common/AOC.Common.csproj

13 lines
390 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Using Include="System.Diagnostics" />
<Using Include="System.Numerics" />
<Using Include="System.Reflection" />
</ItemGroup>
</Project>