Skip to content

Commit

Permalink
update csproj framework file
Browse files Browse the repository at this point in the history
  • Loading branch information
PrincessRTFM committed Mar 17, 2024
1 parent 2a2bed3 commit 000ab8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion StackSellPrice/framework.props
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<CopyDebugSymbolFilesFromPackages>false</CopyDebugSymbolFilesFromPackages>
<DefineConstants>RELEASE;STRIPPED</DefineConstants>
</PropertyGroup>
</When>
<Otherwise>
Expand All @@ -140,7 +141,7 @@
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<CopyDebugSymbolFilesFromPackages>false</CopyDebugSymbolFilesFromPackages>
<DefineConstants>TRACE</DefineConstants>
<DefineConstants>RELEASE;TRACE</DefineConstants>
</PropertyGroup>
</Otherwise>
</Choose>
Expand Down

0 comments on commit 000ab8c

Please sign in to comment.