diff --git a/src/coreclr/.nuget/Microsoft.NET.Sdk.IL/sdk/Sdk.props b/src/coreclr/.nuget/Microsoft.NET.Sdk.IL/sdk/Sdk.props index 95af489da45b4..4f05d509f5cfc 100644 --- a/src/coreclr/.nuget/Microsoft.NET.Sdk.IL/sdk/Sdk.props +++ b/src/coreclr/.nuget/Microsoft.NET.Sdk.IL/sdk/Sdk.props @@ -14,4 +14,9 @@ Copyright (c) .NET Foundation. All rights reserved. + + + false + + diff --git a/src/coreclr/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.targets b/src/coreclr/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.targets index 8ca2c087e39a6..9206ec89a97b4 100644 --- a/src/coreclr/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.targets +++ b/src/coreclr/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.targets @@ -27,16 +27,7 @@ Copyright (c) .NET Foundation. All rights reserved. - <_OSPlatform Condition="$([MSBuild]::IsOSPlatform('windows'))">win - <_OSPlatform Condition="$([MSBuild]::IsOSPlatform('linux'))">linux - <_OSPlatform Condition="$([MSBuild]::IsOSPlatform('osx'))">osx - <_OSPlatform Condition="$([MSBuild]::IsOSPlatform('freebsd'))">freebsd - <_OSPlatform Condition="$([MSBuild]::IsOSPlatform('netbsd'))">netbsd - <_OSPlatform Condition="$([MSBuild]::IsOSPlatform('illumos'))">illumos - <_OSPlatform Condition="$([MSBuild]::IsOSPlatform('solaris'))">solaris - <_OSArchitecture>$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) - - $(_OSPlatform)-$(_OSArchitecture.ToLower()) + $(NETCoreSdkPortableRuntimeIdentifier) 6.0.0 runtime.$(MicrosoftNetCoreIlasmPackageRuntimeId).microsoft.netcore.ilasm runtime.$(MicrosoftNetCoreIlasmPackageRuntimeId).microsoft.netcore.ildasm