We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef8f72 commit 2b2ba74Copy full SHA for 2b2ba74
src/Umbraco.Forms.Integrations.Crm.Hubspot/Umbraco.Forms.Integrations.Crm.Hubspot.csproj
@@ -17,7 +17,9 @@
17
</PropertyGroup>
18
19
<ItemGroup>
20
- <PackageReference Include="MSBuild.Umbraco.Packaging" Version="1.0.2" />
+ <PackageReference Include="MSBuild.Umbraco.Packaging" Version="1.0.2">
21
+ <PrivateAssets>all</PrivateAssets>
22
+ </PackageReference>
23
<PackageReference Include="UmbracoCms.Web" Version="8.1.0" />
24
<PackageReference Include="UmbracoForms.Core" Version="8.7.4" />
25
</ItemGroup>
0 commit comments