Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2022-02-09 13:50:31 +0300
committerLluis Sanchez <llsan@microsoft.com>2022-02-09 13:50:31 +0300
commitec114b8a415cbe7a0659575e61d17362729a7585 (patch)
tree57bea0def0ac4feb57c1539502253332797c9163
parente0809a24dcd641d2ed4299db0be8eacc103b0d0b (diff)
Add missing dependencies to mautil project
-rw-r--r--mautil/mautil.csproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/mautil/mautil.csproj b/mautil/mautil.csproj
index aa5d33a..1b69636 100644
--- a/mautil/mautil.csproj
+++ b/mautil/mautil.csproj
@@ -44,5 +44,11 @@
</ProjectReference>
<ProjectReference Include="..\Mono.Addins.Setup\Mono.Addins.Setup.csproj">
</ProjectReference>
+ <ProjectReference Include="..\Mono.Addins.CecilReflector\Mono.Addins.CecilReflector.csproj">
+ <Private>True</Private>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <PackageReference Include="Mono.Cecil" Version="0.10.1" IncludeAssets="runtime" />
</ItemGroup>
</Project> \ No newline at end of file