My solutions for Advent of Code.
 
 
 
adventofcode/2019/Day3/Day3.csproj

8 lines
178 B

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
</Project>