Skip to content

Commit 9484c1c

Browse files
authored
Removing extra space in Sdk.props to avoid MSB4281 issue when using new arcade package in wpf-int (#11470)
1 parent a56320a commit 9484c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/WpfArcadeSdk/Sdk/Sdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<LangVersion Condition="'$(LangVersion)'=='' and ($(PreReleaseVersionLabel.Contains('rc')) or $(PreReleaseVersionLabel.Contains('preview')) or $(PreReleaseVersionLabel.Contains('alpha')))">preview</LangVersion>
1818
<LangVersion Condition="'$(LangVersion)'==''">14</LangVersion>
1919
<CLSCompliant Condition="'$(CLSCompliant)'==''">true</CLSCompliant>
20-
<IncludeDllSafeSearchPathAttribute Condition="'$(IncludeDllSafeSearchPathAttribute )'==''">true</IncludeDllSafeSearchPathAttribute>
20+
<IncludeDllSafeSearchPathAttribute Condition="'$(IncludeDllSafeSearchPathAttribute)'==''">true</IncludeDllSafeSearchPathAttribute>
2121

2222
<!--
2323
Properly calculates the RuntimeIdentifier based on the Platform type. We don't want to affect the build by actually setting RuntimeIdentifier.

0 commit comments

Comments
 (0)