Add PrivateAssets="all" to mangement api project reference (#13249)

This commit is contained in:
Mole
2022-10-20 15:19:13 +02:00
committed by Nikolaj
parent e57e910ca6
commit 38712dce16

View File

@@ -21,7 +21,7 @@
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\src\Umbraco.Cms\Umbraco.Cms.csproj" /> <ProjectReference Include="..\..\src\Umbraco.Cms\Umbraco.Cms.csproj" />
<ProjectReference Include="..\..\src\Umbraco.Cms.ManagementApi\Umbraco.Cms.ManagementApi.csproj" /> <ProjectReference Include="..\..\src\Umbraco.Cms.ManagementApi\Umbraco.Cms.ManagementApi.csproj" PrivateAssets="all"/>
<ProjectReference Include="..\Umbraco.Tests.Common\Umbraco.Tests.Common.csproj" /> <ProjectReference Include="..\Umbraco.Tests.Common\Umbraco.Tests.Common.csproj" />
</ItemGroup> </ItemGroup>