diff options
Diffstat (limited to 'build/common.targets')
-rw-r--r-- | build/common.targets | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets index 230bef41..026b56df 100644 --- a/build/common.targets +++ b/build/common.targets @@ -12,7 +12,6 @@ repo. It imports the other MSBuild files as needed. <LangVersion>latest</LangVersion> <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> <DefineConstants>$(DefineConstants);SMAPI_DEPRECATED</DefineConstants> - <DebugType>pdbonly</DebugType> <DebugSymbols>true</DebugSymbols> <!--enable nullable annotations, except in .NET Standard 2.0 where they aren't supported--> |