diff --git a/eng/DotNetBuild.props b/eng/DotNetBuild.props index 41bbcb453fda59..86f8ce3b0fff45 100644 --- a/eng/DotNetBuild.props +++ b/eng/DotNetBuild.props @@ -98,7 +98,7 @@ +$(UseSystemLibs)+ - $(InnerBuildArgs) --cmakeargs -DCLR_CMAKE_USE_SYSTEM_BROTLI=true + $(InnerBuildArgs) --cmakeargs -DCLR_CMAKE_USE_SYSTEM_BROTLI=true $(InnerBuildArgs) --cmakeargs -DCLR_CMAKE_USE_SYSTEM_LIBUNWIND=true diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index 55dedda8fdd16a..af68ed744c9d21 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -30,6 +30,9 @@ The .NET Foundation licenses this file to you under the MIT license. true + + true + libRuntime.WorkstationGC libRuntime.ServerGC @@ -169,6 +172,14 @@ The .NET Foundation licenses this file to you under the MIT license. + + + + + + + + @@ -182,11 +193,6 @@ The .NET Foundation licenses this file to you under the MIT license. - - - - - @@ -211,6 +217,7 @@ The .NET Foundation licenses this file to you under the MIT license. + diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets index 9de4cad8db5da1..67a2686336514b 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets @@ -49,6 +49,9 @@ The .NET Foundation licenses this file to you under the MIT license. + + + diff --git a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props index 2cd3cf685d3359..0c00174fe0d063 100644 --- a/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props +++ b/src/installer/pkg/sfx/Microsoft.NETCore.App/Directory.Build.props @@ -282,6 +282,13 @@ + + + + + + + diff --git a/src/mono/msbuild/android/build/AndroidBuild.targets b/src/mono/msbuild/android/build/AndroidBuild.targets index 917aed88506697..db37ceaf98d0e2 100644 --- a/src/mono/msbuild/android/build/AndroidBuild.targets +++ b/src/mono/msbuild/android/build/AndroidBuild.targets @@ -203,14 +203,15 @@ - + diff --git a/src/mono/msbuild/apple/build/AppleBuild.targets b/src/mono/msbuild/apple/build/AppleBuild.targets index 463bcac8622e98..a136da379cced3 100644 --- a/src/mono/msbuild/apple/build/AppleBuild.targets +++ b/src/mono/msbuild/apple/build/AppleBuild.targets @@ -10,12 +10,12 @@ - - @@ -196,7 +196,7 @@ <_IsNative>false - <_AotInputAssemblies Include="@(_AssembliesToBundleInternal)" + <_AotInputAssemblies Include="@(_AssembliesToBundleInternal)" Condition="'%(_AssembliesToBundleInternal._InternalForceInterpret)' != 'true'"> $(AotArguments) $(ProcessArguments) @@ -205,7 +205,7 @@ <_AOT_InternalForceInterpretAssemblies Include="@(_AssembliesToBundleInternal->WithMetadataValue('_InternalForceInterpret', 'true'))" /> <_AssembliesToBundleInternal Remove="@(_AssembliesToBundleInternal)" /> - + @@ -228,8 +228,8 @@ <_ExcludeFromAppDir Include="$(_iOSLikeDedupAssembly)" /> - @@ -237,6 +237,7 @@ + @@ -274,7 +275,7 @@ -