Skip to content

Commit 872560c

Browse files
committed
fix
1 parent 390a3e1 commit 872560c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IsPackable>false</IsPackable>
1111
</PropertyGroup>
1212

13-
<PropertyGroup Condition="'$(Configuration)'=='Release'">
13+
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
1414
<DebugType>none</DebugType>
1515
<DebugSymbols>false</DebugSymbols>
1616
<OptimizationPreference>Size</OptimizationPreference>

0 commit comments

Comments
 (0)