Skip to content

Commit 6860e9b

Browse files
author
tom-englert
committed
Simplify project
1 parent 856b925 commit 6860e9b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

FodyHelpers/FodyHelpers.csproj

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,17 @@
66
<Description>Helpers for Fody.</Description>
77
<DebugType>embedded</DebugType>
88
<DebugSymbols>true</DebugSymbols>
9+
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
910
</PropertyGroup>
1011

1112
<ItemGroup>
1213
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
1314
</ItemGroup>
1415

15-
<!-- 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 -->
1616
<ItemGroup>
17-
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" ReferenceOutputAssembly="false" />
18-
<ProjectReference Include="..\cecil\rocks\Mono.Cecil.Rocks.csproj" ReferenceOutputAssembly="false" />
19-
<ProjectReference Include="..\cecil\symbols\pdb\Mono.Cecil.Pdb.csproj" ReferenceOutputAssembly="false" />
20-
</ItemGroup>
21-
<ItemGroup>
22-
<Reference Include="Mono.Cecil" HintPath="..\cecil\Lib\$(Configuration)\netstandard2.0\Mono.Cecil.dll" />
23-
<Reference Include="Mono.Cecil.Pdb" HintPath="..\cecil\Lib\$(Configuration)\netstandard2.0\Mono.Cecil.Pdb.dll" />
24-
<Reference Include="Mono.Cecil.Rocks" HintPath="..\cecil\Lib\$(Configuration)\netstandard2.0\Mono.Cecil.Rocks.dll" />
17+
<ProjectReference Include="..\cecil\Mono.Cecil.csproj" />
18+
<ProjectReference Include="..\cecil\rocks\Mono.Cecil.Rocks.csproj" />
19+
<ProjectReference Include="..\cecil\symbols\pdb\Mono.Cecil.Pdb.csproj" />
2520
</ItemGroup>
2621

2722
<ItemGroup>

0 commit comments

Comments
 (0)