Remove debug properties from Directory.Build.props

This commit is contained in:
ds5678 2024-01-07 22:53:34 -05:00
parent 7d8b2c7afe
commit 65412de6b5

View File

@ -4,8 +4,6 @@
<Nullable>enable</Nullable>
<LangVersion>Latest</LangVersion>
<IsAotCompatible>true</IsAotCompatible>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>