Skip to content

Commit cb66b08

Browse files
committed
Changed symbol generation to poratable on release
1 parent cdc03a9 commit cb66b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScreenCapture.NET/ScreenCapture.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</PropertyGroup>
5151

5252
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
53-
<DebugType>pdbonly</DebugType>
53+
<DebugType>portable</DebugType>
5454
<Optimize>true</Optimize>
5555
<NoWarn>$(NoWarn);CS1591;CS1572;CS1573</NoWarn>
5656
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>

0 commit comments

Comments
 (0)