mirror of
https://github.com/ckaczor/Advent2019.git
synced 2026-01-28 09:35:35 -05:00
9 lines
170 B
XML
9 lines
170 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|