Skip to content

Commit 7a9a133

Browse files
authored
Revert "Update cecil (#3171)"
This reverts commit 19c7f53.
1 parent beb6d3b commit 7a9a133

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

external/Mono.Cecil.overrides

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<Project>
22

3+
<!-- Cecil's Directory.Build.Props imports this file if it
4+
exists. We use it to import our own Directory.Build.props. -->
5+
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
6+
37
<PropertyGroup>
48
<!-- Cecil sets PublicSign on windows, but we always want to
59
PublicSign. -->
@@ -9,10 +13,6 @@
913
will depend on the publicly available package. Note that we can't set
1014
just set Version here because Arcade will override it. -->
1115
<PackageVersion>$(MonoCecilVersion)</PackageVersion>
12-
<!-- When building cecil as a submodule, use the Mono.Cecil.* package IDs
13-
instead of the Microsoft.DotNet.Cecil.*, so that the ILLink reference package
14-
depends on the publicly available package. -->
15-
<PackageId>$(MSBuildProjectName)</PackageId>
1616
</PropertyGroup>
1717

1818
<PropertyGroup Condition="'$(MonoBuild)' == ''">

external/cecil

Submodule cecil updated 168 files

0 commit comments

Comments
 (0)