AdventOfCode/AdventOfCode.InputFetcher/AdventOfCode.InputFetcher.csproj
Alexander Sigler 2459311086
All checks were successful
continuous-integration/drone/push Build is passing
Added new answers for test cases.
2023-01-12 15:44:59 -08:00

11 lines
209 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<ApplicationIcon />
<OutputType>Exe</OutputType>
<StartupObject />
</PropertyGroup>
</Project>