Buecherwurm/Bücherwurm.csproj

10 lines
215 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<DebugType>portable</DebugType>
</PropertyGroup>
</Project>