Skip to content

Commit d5b4b63

Browse files
committed
Fix project dependencies being included in nupkg for SDK projects
1 parent 1bfd583 commit d5b4b63

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

SharpGen.Doc.Msdn.Tasks/SharpGen.Doc.Msdn.Tasks.csproj

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<ProjectReference Include="..\SharpGen.Doc.Msdn\SharpGen.Doc.Msdn.csproj" />
17-
<ProjectReference Include="..\SharpGen\SharpGen.csproj" />
18-
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.3.409" />
19-
<Content Include="**/*.props" Exclude="obj/**" PackagePath="build;buildMultiTargeting" />
20-
<Content Include="**/*.targets" Exclude="obj/**" PackagePath="build;buildMultiTargeting" />
16+
<ProjectReference Include="..\SharpGen.Doc.Msdn\SharpGen.Doc.Msdn.csproj">
17+
<PrivateAssets>all</PrivateAssets>
18+
</ProjectReference>
19+
<ProjectReference Include="..\SharpGen\SharpGen.csproj">
20+
<PrivateAssets>all</PrivateAssets>
21+
</ProjectReference>
2122
</ItemGroup>
2223

2324
<ItemGroup>

0 commit comments

Comments
 (0)