Skip to content

Commit 42c32c7

Browse files
authored
Merge pull request #114 from umbraco/v15/feature/46044-Review,-test-and-release-update-for-HubSpot-(Forms)
46044 Review, test and release update for HubSpot (Forms) 15
2 parents da7e014 + ce948c3 commit 42c32c7

File tree

9 files changed

+1370
-513
lines changed

9 files changed

+1370
-513
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net9.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const outputPath = 'Debug' !== 'Release' ? '../wwwroot' : '../obj/Debug/net8.0/clientassets'
1+
export const outputPath = 'Debug' !== 'Release' ? '../wwwroot' : '../obj/Debug/net9.0/clientassets'

0 commit comments

Comments
 (0)