Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cecil #3171

Merged
merged 1 commit into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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