From 5bf0a3f4b30814c65faa380bff83fdc105ef9323 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Sun, 13 Jun 2021 22:37:21 -0700 Subject: [PATCH] Fix ILVerify dependencies (#54112) - Update ILVerify to build for NetCoreAppToolCurrent --- src/coreclr/.nuget/dotnet-ilverify/dotnet-ilverify.pkgproj | 10 +++++----- src/coreclr/tools/ILVerify/ILVerify.csproj | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/coreclr/.nuget/dotnet-ilverify/dotnet-ilverify.pkgproj b/src/coreclr/.nuget/dotnet-ilverify/dotnet-ilverify.pkgproj index 3fcc2d5..5b808c6 100644 --- a/src/coreclr/.nuget/dotnet-ilverify/dotnet-ilverify.pkgproj +++ b/src/coreclr/.nuget/dotnet-ilverify/dotnet-ilverify.pkgproj @@ -13,19 +13,19 @@ - tools\netcoreapp3.1\any\DotnetToolSettings.xml + tools\$(NetCoreAppToolCurrent)\any\DotnetToolSettings.xml - tools\netcoreapp3.1\any\ILVerify.dll + tools\$(NetCoreAppToolCurrent)\any\ILVerify.dll - tools\netcoreapp3.1\any\System.CommandLine.dll + tools\$(NetCoreAppToolCurrent)\any\System.CommandLine.dll - tools\netcoreapp3.1\any\ILVerify.deps.json + tools\$(NetCoreAppToolCurrent)\any\ILVerify.deps.json - tools\netcoreapp3.1\any\ILVerify.runtimeconfig.json + tools\$(NetCoreAppToolCurrent)\any\ILVerify.runtimeconfig.json diff --git a/src/coreclr/tools/ILVerify/ILVerify.csproj b/src/coreclr/tools/ILVerify/ILVerify.csproj index 606b4ea..28f18b5 100644 --- a/src/coreclr/tools/ILVerify/ILVerify.csproj +++ b/src/coreclr/tools/ILVerify/ILVerify.csproj @@ -1,7 +1,7 @@ Exe - netcoreapp3.1 + $(NetCoreAppToolCurrent) true false Major -- 2.7.4