mirror of
https://github.com/theoludwig/programming-challenges.git
synced 2024-11-09 22:08:58 +01:00
7 lines
161 B
XML
7 lines
161 B
XML
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
<PropertyGroup>
|
||
|
<OutputType>Exe</OutputType>
|
||
|
<TargetFramework>net5.0</TargetFramework>
|
||
|
</PropertyGroup>
|
||
|
</Project>
|