Files
Examples/AdventOfCode2018/3rdDay/challenge1/challenge1.csproj
2018-12-03 19:20:21 +00:00

9 lines
170 B
XML

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