Bump Mono.Cecil from 0.11.3 to 0.11.4

Bumps [Mono.Cecil](https://github.com/jbevain/cecil) from 0.11.3 to 0.11.4.
- [Release notes](https://github.com/jbevain/cecil/releases)
- [Commits](https://github.com/jbevain/cecil/compare/0.11.3...0.11.4)

---
updated-dependencies:
- dependency-name: Mono.Cecil
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/845/head
dependabot[bot] 2021-08-04 10:22:59 +00:00 committed by GitHub
parent 1cb5e2ac27
commit bf2463c4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.10.0" /> <PackageReference Include="Microsoft.Build.Utilities.Core" Version="16.10.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.3" /> <PackageReference Include="Mono.Cecil" Version="0.11.4" />
</ItemGroup> </ItemGroup>
</Project> </Project>