From: Jan Kotas Date: Mon, 14 Jun 2021 05:37:21 +0000 (-0700) Subject: Fix ILVerify dependencies (#54112) X-Git-Tag: submit/tizen/20210909.063632~797 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bf0a3f4b30814c65faa380bff83fdc105ef9323;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Fix ILVerify dependencies (#54112) - Update ILVerify to build for NetCoreAppToolCurrent --- 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