浏览代码

Bump Mono.Cecil from 0.11.2 to 0.11.3 (#684)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 5 年之前
父节点
当前提交
cdfd7fd65d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/WinSW.Tasks/WinSW.Tasks.csproj

+ 1 - 1
src/WinSW.Tasks/WinSW.Tasks.csproj

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