Project File¶
<>
<Project Sdk ="Microsoft.NET.Sdk" >
<PropertyGroup >
<OutputType > Exe </OutputType >
<TargetFramework > net5.0 </TargetFramework >
<RuntimeIdentifiers > win10-x64; osx-x64; rhel. 7.4-x64 </RuntimeIdentifiers >
<!-- >OPTIONAL: embeds pdb files into the exe <!-->
<DebugType>embed<DebugType>
</PropertyGroup >
</Project >