From 407edf3e4213d4d7958ab5bd8814df2e96421a58 Mon Sep 17 00:00:00 2001 From: Milos Kotlar Date: Fri, 17 Feb 2023 11:14:51 +0100 Subject: [PATCH] Add condition to TargetOS property --- .../Microsoft.NETCore.Native.targets | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets index 3882bd6b71a64..a1f03c0a6d2ed 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -21,14 +21,14 @@ The .NET Foundation licenses this file to you under the MIT license. $(OutputPath)native\ true $(MSBuildThisFileDirectory)..\tools\netstandard\ILCompiler.Build.Tasks.dll - windows - osx - maccatalyst - iossimulator - ios - tvossimulator - tvos - freebsd + windows + osx + maccatalyst + iossimulator + ios + tvossimulator + tvos + freebsd linux true