Hello_World/test/test.csproj

9 lines
175 B
XML
Raw Permalink Normal View History

2021-07-17 19:39:52 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
</Project>