Skip to content
Snippets Groups Projects
MjPilkkominen.csproj 223 B
Newer Older
Vesa Lappalainen's avatar
Vesa Lappalainen committed
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <OutputType>Exe</OutputType>
        <TargetFramework>net7.0</TargetFramework>
        <ExternalConsole>true</ExternalConsole>
    </PropertyGroup>

</Project>