Skip to content

Commit 2b2ba74

Browse files
committed
Made MSBuild.Umbraco.Packaging a private asset.
1 parent 1ef8f72 commit 2b2ba74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Umbraco.Forms.Integrations.Crm.Hubspot/Umbraco.Forms.Integrations.Crm.Hubspot.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="MSBuild.Umbraco.Packaging" Version="1.0.2" />
20+
<PackageReference Include="MSBuild.Umbraco.Packaging" Version="1.0.2">
21+
<PrivateAssets>all</PrivateAssets>
22+
</PackageReference>
2123
<PackageReference Include="UmbracoCms.Web" Version="8.1.0" />
2224
<PackageReference Include="UmbracoForms.Core" Version="8.7.4" />
2325
</ItemGroup>

0 commit comments

Comments
 (0)