Skip to content

Commit d1f019b

Browse files
committed
Property should not be set in ITemsGroup.
1 parent 8776903 commit d1f019b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/libraries/System.Runtime/tests/TrimmingTests/System.Runtime.TrimmingTests.proj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@
4545
<TestConsoleAppSourceFiles Include="NullabilityInfoContextSupportTrue.cs">
4646
<EnabledFeatureSwitches>System.Reflection.NullabilityInfoContext.IsSupported</EnabledFeatureSwitches>
4747
</TestConsoleAppSourceFiles>
48+
</ItemGroup>
4849

50+
<PropertyGroup>
4951
<!-- InvariantGlobalizationFalse requires full ICU data, force it -->
5052
<WasmIncludeFullIcuData>true</WasmIncludeFullIcuData>
51-
</ItemGroup>
53+
</PropertyGroup>
5254

5355
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" />
5456
</Project>

0 commit comments

Comments
 (0)