File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/coreclr/nativeaot/BuildIntegration Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -141,9 +141,6 @@ The .NET Foundation licenses this file to you under the MIT license.
141141 <NetCoreAppNativeLibrary Include =" System.Security.Cryptography.Native.Apple" Condition =" '$(_IsApplePlatform)' == 'true'" />
142142 <!-- Not compliant for iOS-like platforms -->
143143 <NetCoreAppNativeLibrary Include =" System.Security.Cryptography.Native.OpenSsl" Condition =" '$(StaticOpenSslLinking)' != 'true' and '$(_IsiOSLikePlatform)' != 'true'" />
144- <NetCoreAppNativeLibrary Include =" icudata" Condition =" '$(_IsiOSLikePlatform)' == 'true' and '$(InvariantGlobalization)' != 'true' and '$(HybridGlobalization)' != 'true'" />
145- <NetCoreAppNativeLibrary Include =" icui18n" Condition =" '$(_IsiOSLikePlatform)' == 'true' and '$(InvariantGlobalization)' != 'true' and '$(HybridGlobalization)' != 'true'" />
146- <NetCoreAppNativeLibrary Include =" icuuc" Condition =" '$(_IsiOSLikePlatform)' == 'true' and '$(InvariantGlobalization)' != 'true' and '$(HybridGlobalization)' != 'true'" />
147144 </ItemGroup >
148145
149146 <ItemGroup >
You can’t perform that action at this time.
0 commit comments