Skip to content

Commit

Permalink
Mark ILVerify as AnyCPU (#71695)
Browse files Browse the repository at this point in the history
Fixes #70508
  • Loading branch information
jkotas authored Jul 6, 2022
1 parent c282f06 commit 020d33d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/coreclr/tools/ILVerification/ILVerification.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
<TargetFramework>netstandard2.0</TargetFramework>
<PlatformTarget>AnyCPU</PlatformTarget>
<SignAssembly>true</SignAssembly>
<StrongNameKeyId>Open</StrongNameKeyId>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/coreclr/tools/ILVerify/ILVerify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseAppHost>false</UseAppHost>
<RollForward>Major</RollForward>
Expand Down

0 comments on commit 020d33d

Please sign in to comment.