We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bfd583 commit d5b4b63Copy full SHA for d5b4b63
1 file changed
SharpGen.Doc.Msdn.Tasks/SharpGen.Doc.Msdn.Tasks.csproj
@@ -13,11 +13,12 @@
13
</PropertyGroup>
14
15
<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" />
+ <ProjectReference Include="..\SharpGen.Doc.Msdn\SharpGen.Doc.Msdn.csproj">
+ <PrivateAssets>all</PrivateAssets>
+ </ProjectReference>
+ <ProjectReference Include="..\SharpGen\SharpGen.csproj">
21
22
</ItemGroup>
23
24
0 commit comments