diff --git a/src/coreclr/.nuget/dotnet-ilverify/dotnet-ilverify.pkgproj b/src/coreclr/.nuget/dotnet-ilverify/dotnet-ilverify.pkgproj index 3fcc2d5e37276..5b808c62f8b86 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 606b4ea4c8fa7..28f18b58cb004 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