Create project for the second task

This commit is contained in:
Manuel Thalmann 2024-03-01 17:29:39 +01:00
parent 183939309e
commit d22de33732

11
Tasks/DT2/DT2.csproj Normal file
View file

@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
</PropertyGroup>
</Project>