We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8776903 commit d1f019bCopy full SHA for d1f019b
src/libraries/System.Runtime/tests/TrimmingTests/System.Runtime.TrimmingTests.proj
@@ -45,10 +45,12 @@
45
<TestConsoleAppSourceFiles Include="NullabilityInfoContextSupportTrue.cs">
46
<EnabledFeatureSwitches>System.Reflection.NullabilityInfoContext.IsSupported</EnabledFeatureSwitches>
47
</TestConsoleAppSourceFiles>
48
+ </ItemGroup>
49
50
+ <PropertyGroup>
51
<!-- InvariantGlobalizationFalse requires full ICU data, force it -->
52
<WasmIncludeFullIcuData>true</WasmIncludeFullIcuData>
- </ItemGroup>
53
+ </PropertyGroup>
54
55
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" />
56
</Project>
0 commit comments