未验证 提交 5bf0a3f4 编写于 作者: J Jan Kotas 提交者: GitHub

Fix ILVerify dependencies (#54112)

- Update ILVerify to build for NetCoreAppToolCurrent
上级 b8b3ef13
......@@ -13,19 +13,19 @@
<ItemGroup>
<PackageFile Include="DotnetToolSettings.xml">
<TargetPath>tools\netcoreapp3.1\any\DotnetToolSettings.xml</TargetPath>
<TargetPath>tools\$(NetCoreAppToolCurrent)\any\DotnetToolSettings.xml</TargetPath>
</PackageFile>
<PackageFile Include="$(ArtifactsDir)bin\ILVerify\$(TargetArchitecture)\$(Configuration)\ILVerify.dll">
<TargetPath>tools\netcoreapp3.1\any\ILVerify.dll</TargetPath>
<TargetPath>tools\$(NetCoreAppToolCurrent)\any\ILVerify.dll</TargetPath>
</PackageFile>
<PackageFile Include="$(ArtifactsDir)bin\ILVerify\$(TargetArchitecture)\$(Configuration)\System.CommandLine.dll">
<TargetPath>tools\netcoreapp3.1\any\System.CommandLine.dll</TargetPath>
<TargetPath>tools\$(NetCoreAppToolCurrent)\any\System.CommandLine.dll</TargetPath>
</PackageFile>
<PackageFile Include="$(ArtifactsDir)bin\ILVerify\$(TargetArchitecture)\$(Configuration)\ILVerify.deps.json">
<TargetPath>tools\netcoreapp3.1\any\ILVerify.deps.json</TargetPath>
<TargetPath>tools\$(NetCoreAppToolCurrent)\any\ILVerify.deps.json</TargetPath>
</PackageFile>
<PackageFile Include="$(ArtifactsDir)bin\ILVerify\$(TargetArchitecture)\$(Configuration)\ILVerify.runtimeconfig.json">
<TargetPath>tools\netcoreapp3.1\any\ILVerify.runtimeconfig.json</TargetPath>
<TargetPath>tools\$(NetCoreAppToolCurrent)\any\ILVerify.runtimeconfig.json</TargetPath>
</PackageFile>
</ItemGroup>
......
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseAppHost>false</UseAppHost>
<RollForward>Major</RollForward>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册