Buecherwurm/Bücherwurm.csproj
2020-04-28 10:16:41 +02:00

10 lines
215 B
XML

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