Skip to content

Commit 3e86c41

Browse files
authored
Update Umbraco.Cms.Integrations.Crm.Hubspot.targets
1 parent 2ab3cba commit 3e86c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Cms.Integrations.Crm.Hubspot/build/Umbraco.Cms.Integrations.Crm.Hubspot.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</Target>
1818

1919
<Target Name="ClearHubspotRenderingView"
20-
Condition="'$(TargetFramework)' == 'net5.0' or '$(TargetFramework)' == 'net6.0'" BeforeTargets="Build">
20+
Condition="'$(TargetFramework)' == 'net5.0' or '$(TargetFramework)' == 'net6.0' or '$(TargetFramework)' == 'net7.0'" BeforeTargets="Build">
2121
<Message Text="Delete Umbraco 8 rendering view" Importance="high" />
2222
<Delete Files="$(MSBuildProjectDirectory)\App_Plugins\UmbracoCms.Integrations\Crm\Hubspot\Render\HubspotForm.cshtml"/>
2323
</Target>
@@ -31,4 +31,4 @@
3131
<RemoveDir Directories="@(HubspotPropertyEditorDir)" />
3232
</Target>
3333

34-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)