mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-12 18:53:47 +00:00
10 lines
212 B
XML
10 lines
212 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
|
<RootNamespace>Day_01</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|