Skip to content

Commit

Permalink
improve comment on package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Oct 3, 2022
1 parent 6e41d73 commit 893f64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FodyHelpers/FodyHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" Condition="$(Configuration) == 'Release'" PrivateAssets="All" />
</ItemGroup>

<!-- Using Cecil directly via project reference generates package dependencies to non-existing cecil packages => use ReferenceOutputAssembly="false" and reference the binaries directly -->
<!-- Using Cecil directly via project reference generates package dependencies to non-existing cecil packages (https://github.com/NuGet/Home/issues/3891) => use ReferenceOutputAssembly="false" and reference the binaries directly -->
<ItemGroup>
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" ReferenceOutputAssembly="false" />
<ProjectReference Include="..\cecil\rocks\Mono.Cecil.Rocks.csproj" ReferenceOutputAssembly="false"/>
Expand Down

0 comments on commit 893f64d

Please sign in to comment.