Skip to content

Commit

Permalink
Update cecil (#3171)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer authored Jan 4, 2023
1 parent 72d05e4 commit 19c7f53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions external/Mono.Cecil.overrides
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<Project>

<!-- Cecil's Directory.Build.Props imports this file if it
exists. We use it to import our own Directory.Build.props. -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />

<PropertyGroup>
<!-- Cecil sets PublicSign on windows, but we always want to
PublicSign. -->
Expand All @@ -13,6 +9,10 @@
will depend on the publicly available package. Note that we can't set
just set Version here because Arcade will override it. -->
<PackageVersion>$(MonoCecilVersion)</PackageVersion>
<!-- When building cecil as a submodule, use the Mono.Cecil.* package IDs
instead of the Microsoft.DotNet.Cecil.*, so that the ILLink reference package
depends on the publicly available package. -->
<PackageId>$(MSBuildProjectName)</PackageId>
</PropertyGroup>

<PropertyGroup Condition="'$(MonoBuild)' == ''">
Expand Down
2 changes: 1 addition & 1 deletion external/cecil
Submodule cecil updated 168 files

0 comments on commit 19c7f53

Please sign in to comment.