From 93e0e9ca4dd7eed287b69003b1204f62d8d56dc2 Mon Sep 17 00:00:00 2001 From: joeyCV93 Date: Fri, 13 Dec 2024 11:55:53 +0000 Subject: [PATCH] SQ-32 Test Sf 15.2 with uCommerce No Code changes required. uCommerce 9.7.0.23075 works out of the box. - Only made changes to use IISExpress and add in an SSL port as without these, the site cannot be launched As mentioned previously, This version of uCommerce requires the database compatability version to be at least 130 otherwise the site will fail to index and the uCommerce functionality will not work as expected. --- SitefinityWebApp.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SitefinityWebApp.csproj b/SitefinityWebApp.csproj index 940b1faf..dc5aa77d 100644 --- a/SitefinityWebApp.csproj +++ b/SitefinityWebApp.csproj @@ -6,7 +6,7 @@ 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - + 44390 @@ -37,7 +37,7 @@ - false + true True 11.0