From 311226d4281fbd85c725c4fc7a95a66fd7b70bfd Mon Sep 17 00:00:00 2001 From: Jonathan Idland Olsnes <73334350+Jonathanio123@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:46:53 +0200 Subject: [PATCH] Update deployment template --- src/Fusion.Summary.Functions/Deployment/function.template.json | 2 +- .../Deployment/function.template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Fusion.Summary.Functions/Deployment/function.template.json b/src/Fusion.Summary.Functions/Deployment/function.template.json index 1e04bc54f..ce5b22bf0 100644 --- a/src/Fusion.Summary.Functions/Deployment/function.template.json +++ b/src/Fusion.Summary.Functions/Deployment/function.template.json @@ -40,7 +40,7 @@ }, "netFrameworkVersion": { "type": "string", - "defaultValue": "v6.0" + "defaultValue": "v8.0" } }, "variables": { diff --git a/src/backend/function/Fusion.Resources.Functions/Deployment/function.template.json b/src/backend/function/Fusion.Resources.Functions/Deployment/function.template.json index 5d18c6753..73264a3e0 100644 --- a/src/backend/function/Fusion.Resources.Functions/Deployment/function.template.json +++ b/src/backend/function/Fusion.Resources.Functions/Deployment/function.template.json @@ -41,7 +41,7 @@ }, "netFrameworkVersion": { "type": "string", - "defaultValue": "v6.0" + "defaultValue": "v8.0" } }, "variables": {