summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-08-14 19:17:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-08-14 19:17:21 -0400
commit4d9384b8288fa5dcd36a9c8cbd66574a2896605f (patch)
tree7e5b5cab7975a1b44c82db7d52b8ff3f06769bd0 /build
parentd813c4e2c8522584beaf1432725b4cdd2cc251b5 (diff)
downloadSMAPI-4d9384b8288fa5dcd36a9c8cbd66574a2896605f.tar.gz
SMAPI-4d9384b8288fa5dcd36a9c8cbd66574a2896605f.tar.bz2
SMAPI-4d9384b8288fa5dcd36a9c8cbd66574a2896605f.zip
switch SMAPI to portable PDB format
Diffstat (limited to 'build')
-rw-r--r--build/common.targets1
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-->