Skip to content

Commit

Permalink
Merge pull request #25 from sharwell/rm-cecil-dependency
Browse files Browse the repository at this point in the history
Remove the Mono.Cecil dependency from downstream users
  • Loading branch information
sharwell authored Sep 6, 2019
2 parents ed4c439 + 3dc9c30 commit d43c0ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CecilBasedAnnotator/CecilBasedAnnotator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.0" />
<PackageReference Include="Microsoft.Build.Framework" Version="16.0.461" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.0.461" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.Build.Framework" Version="16.0.461" PrivateAssets="all" />
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="16.0.461" PrivateAssets="all" />
</ItemGroup>
Expand Down

0 comments on commit d43c0ee

Please sign in to comment.