From 92fc4f4f6704fc8004f54174c4c542765ef89a75 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Thu, 23 Feb 2023 16:06:20 -0800 Subject: [PATCH] [NativeAOT] Delete .NET SDK 6 support No longer needed --- ...osoft.DotNet.ILCompiler.SingleEntry.targets | 15 +++++---------- .../Microsoft.DotNet.ILCompiler.targets | 18 ------------------ 2 files changed, 5 insertions(+), 28 deletions(-) delete mode 100644 src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.targets diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.SingleEntry.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.SingleEntry.targets index 91b50a6946801..333fb83c2ab72 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.SingleEntry.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.SingleEntry.targets @@ -29,34 +29,29 @@ - + $([System.IO.Path]::GetFileName($([System.IO.Path]::GetDirectoryName($([System.IO.Path]::GetDirectoryName($(ILCompilerTargetsPath))))))) - - - + + - + @(ResolvedILCompilerPack->'%(PackageDirectory)') @(ResolvedTargetILCompilerPack->'%(PackageDirectory)') @(ResolvedILCompilerPack->'%(PackageDirectory)') - - %(PackageDefinitions.ResolvedPath) - %(PackageDefinitions.ResolvedPath) - - diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.targets deleted file mode 100644 index 1b70915fa7199..0000000000000 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.DotNet.ILCompiler.targets +++ /dev/null @@ -1,18 +0,0 @@ - - - - - $(NETCoreSdkVersion.StartsWith('6')) - - -